/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#A7E6FF;
	background-color:#0066FF;
}

h1, h2, h3, h4, h5 {
	margin:0 0 8px -10px;
	padding:5px;
	width:101.5%;
	border:2px #FFFFFF solid;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.3em;
	letter-spacing:-1px;
	text-transform:uppercase;
	display:block;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong { font-size:1.2em; }

h1 { background-color:#9BCE15; }
h2 { background-color:#F7A21C; }
h3 { background-color:#91268F; }
h4 { background-color:#002FFF; }
h5 { background-color:#DF0F1F; }

p {
	margin:0 0 8px 0;
}

a:link,
a:visited,
a:active {
	font-weight:bold;
	color:#FD9B04;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
}

div {}

img { border:none; }

/* -- class settings ---------------------------------------------- */

.title { 
	color:#FFFFFF;
	font-weight:bold;
}

.fine { font-size:.75em; }

.hrule { 
	margin:5px 0 7px 0;
*	margin:5px 0 5px 0;
	clear:both;
}

/* -- layout settings --------------------------------------------- */

#main_contaner-a {
	position:relative;
	top:0;
	margin:0 auto;
	width:786px;
	height:auto;
	background-image:url(images/body_shadow.png);
	background-position:top center;
	background-repeat:repeat-y;
}

#main_contaner-b {
	position:relative;
	top:0;
	margin:0 auto;
	width:766px;
	height:auto;
	background-color:#2398EB;
	padding:435px 0 0 0;
	border:5px #FFFFFF solid;
	border-top:none;
}

#top_left {
	position:absolute;
	top:0;
	left:0;
	width:331px;
	height:497px;
	background-image:url(images/head_l.jpg);
	background-repeat:no-repeat;
	z-index:0;
}

#top_right {
	position:absolute;
	top:0;
	right:0;
	width:435px;
	height:432px;
	background-image:url(images/head_r.jpg);
	background-repeat:no-repeat;
	z-index:0;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:766px;
	height:268px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#footer_shadow {
	position:relative;
	top:0;
	margin:0 auto;
	width:784px;
	height:5px;
	background-image:url(images/footer_shadow.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding-bottom:50px;
}

#footer-flash {
	position:absolute;
	bottom:0;
	right:0;
	width:220px;
	height:268px;
}

#email_signup {
	position:absolute;
	top:515px;
	left:15px;
	width:auto;
	height:auto;
	z-index:10;
}

#box {
	position:relative;
	top:0;
	margin:0 auto;
	width:324px;
	height:auto;
	border:3px #FFFFFF solid;
}
.box { float:left; }

/* -- content settings -------------------------------------------- */

#content {
	position:relative;
	top:0;
	left:0;
	margin:-340px 0 0 318px;
	width:340px;
	min-height:450px;
*   margin:-340px 0 0 308px;
*	padding:0 0 0 10px;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 450px;
}
/**/

#content_container {
*	margin:400px 0 0 0;
}

/* -- nav settings ------------------------------------------------ */

#nav-home {
	position:absolute;
	top:59px;
	left:84px;
	width:197px;
	height:86px;
	z-index:100;
}

#nav {
	position:absolute;
	top:145px;
	left:51px;
	width:183px;
	height:153px;
	z-index:100;
}

#nav-footer {
	position:relative;
	top:0;
	left:0;
	margin:0 0 0 313px;
	width:340px;
	height:20px;
	text-align:center;
}

#nav-footer a:link,
#nav-footer a:visited,
#nav-footer a:active {
	display:inline;
	font-weight:bold;
	color:#003078;
	margin:0 0 0 0;
	padding:0 5px 2px 5px;
	border-right:2px #003078 solid;
	text-decoration:none;
}

#nav-footer a:hover { color:#FFFFFF; }

#nav-footer a.noborder { border:none; }
