@charset "utf-8";
/* COMMON */
* { padding: 0; margin: 0; }
img { border-style: none; }
ul { line-height: 1.5em; }
p {
	margin: 0 0 8px 0;
	line-height: 1.5em;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

body {
	background: url(/images/bg1.png) repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	color: #FFFFFF;
}

h1 { font-size: 160%;
	font-family: Verdana, Tahoma;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 { font-size: 100%;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}
/* COMMON END */

/* .content p, ul { line-height: 1.5em; } */

.button {
	border: none;
	font-family: Georgia, Verdana, Tahoma;
	font-weight: bold;
	color: #EAEAAE;
	width: 90px;
	height: 20px;
	background: url(/images/button3.png) no-repeat;
	vertical-align: middle;
}
.search {
	vertical-align: middle;
	width: 410px;
}

/* IE6 PNG ALPHA FIX */
#girl, #girl_sliver, { behavior: url(/iepngfix.htc) }
/* IE6 PNG ALPHA FIX */

#outer {
	margin: 0 auto;
	width: 1004px;
}

#girl {
	width: 1004px;
	background: url(/images/girl3.png) bottom right no-repeat;
}

#shadow {
	width: 964px;
	background: url(/images/shad1.png) repeat;
}

#girl_sliver {
	width: 964px;
	background: url(/images/girl2.png) bottom right no-repeat;
}

#page {
	margin: 0 auto;
	width: 954px;
	min-height: 856px;
	/* IE6 MIN-HEIGHT HACK */
	height:auto !important;
	height:856px;
	/* IE6 MIN-HEIGHT HACK */
	background: #101010 url(/images/bg2.png) bottom no-repeat;
}

#head { 	height: 90px; }

#col1 {
	float: left;
	width: 135px;
}

#col1 img {
	margin: 0 0 0 5px;
	border: 1px solid #FF8200;
}
#col1 img.mid { margin: 5px 0 5px 5px; }

#col2 {
	width: 684px;
	float: left;
}

#nav {
	height: 60px;
	font-family: Georgia, Verdana, Tahoma;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

/* MENU */
#menu a {
	color: #DDA44D;
	/* Expand click area */
	padding: 2px 15px 10px 15px;
	/* Expand click area */
}
#menu a:hover { color: #FFFF99; }

#menu ul {
	list-style: none;
	line-height: normal;
}

#menu li {
	background-image: url(/images/button.png);
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 122px;
	height: 35px;
	padding: 5px 0 0 0;
}
#menu li.active { background-image: url(/images/button2.png); }
#menu li.active a { color: #8C1717; }
/* MENU END */

#row1 { height: 130px; }
#row1 img {
	float: left;
	border: 1px solid #FF8200;
}
.space img { margin: 0 0 0 10px; }

#row2 {
	padding: 0 60px 0 10px;
	min-height: 416px;
	/* IE6 MIN-HEIGHT HACK */
	height:auto !important;
	height:416px;
	/* IE6 MIN-HEIGHT HACK */	
}

#row2 ul {
	margin-bottom: 0.5em;
	list-style: inside;
	list-style-type: circle;
}

#banners {
	text-align: center;
	padding: 8px 0 0 0;
}
#banners img { margin: 0 0 12px 0; }

#col3 {
	float: left;
	width: 135px;
	height: 70px;
}

#foot {	
	text-align: center;
	height: 30px;
	clear: both;
	font-size: 7pt;
	color: #B2B2B2;
}
#foot p { padding: 8px 0 0 0; }

#shadow2 {
	width: 964px;
	height: 7px;
	background: url(/images/shad2.png) repeat-x;
	/* IE6 SMALL DIV HEIGHT HACK */
	font-size: 0px;
	/* IE6 SMALL DIV HEIGHT HACK */
}
