* {
	padding: 0;
	margin: 0;
	}

html {
	height: 100%;
}


body {
	height: 100%;
	background: #0e1b24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF8300;
	}

#wrapper {
	position: relative;
	min-height: 100%;
	width:958px;
	margin:0 auto;
	background: #006699;
	display:block;
	background:url(images/shadbg_2.gif) repeat-y;
	}

/*-----------------------------------
headder
-----------------------------------*/

#headder {
	width: 952px;
	height:86px;
	background:url(images/top_04.gif) repeat-x;
	margin: 0 auto;
	}
#headder p {
	background:url(images/top_03.gif) no-repeat;
    width:143px;
	height:86px;
	float:left;
}

.logo {
	background:url(images/top_05.gif) no-repeat;
    width:355px;
	height:86px;
	float:right;
}
	
/*---------
navigation
----------*/

.nav{
	height:24px;
	background:url(images/top_09.gif) repeat-x;
	display:block;
	clear:both;
	}

.nav li {
	float:left;
	height: 24px;
	padding:0px 20px;
	margin: 0px 1px;
	line-height:24px;
	background: url(images/navdevider.gif) no-repeat right;
	display:block;
	}

.nav li a {
	text-decoration:none;
	color: #272934;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	}

	
/*-----------------------------------
content
-----------------------------------*/	

#content {
	display:block;
	margin:0 auto;
	width: 936px;
	clear:both;
	background: #2e303d url(images/top_10.gif) repeat-x;
	}

#content a:link {
	color:#F60;
	text-decoration:underline;
}

#content a:visited {
	color:#061017;
	text-decoration:underline;
}

#content a:active {
	color:#F60;
	text-decoration:underline;
}

#content a:hover {
	color:#FF8300;
	text-decoration:underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF9900;
	font-weight:bolder;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF9900;
	font-weight:bolder;
}

/*-----------------------------------
footer
-----------------------------------*/	
	#footer {
	position: absolute;
	bottom:0;
	width: 952px;
	display:block;
	margin-left:3px;
	}
	
#footer p {
	text-align:right;
	color:#FF9900;
}
