/* colors

#206d7d body background
#0e2f36 content bg
#622346 nav link color
#d7c45f header yellow color
#f2ebca paragraph yellow color lighter

*/

.skip {
	display: none;
}


body {
	background: #206d7d;
	 margin: 0;
	 padding: 0;
}

#main {
	width: 800px;
	position: relative;
	left: 50%;
	margin: 0;
	margin-left: -400px;
	padding: 0 0 0 0;
	overflow: visible;
}

#header {
	width: 800px;
	height: 202px;
	background: transparent url(../img/layout/header.jpg) top left no-repeat;
}

#container {
	background: #0e2f36;
	/*url(../img/layout/contentbg.png) bottom right no-repeat;*/
}

#nav {
	float: left;
	width: 153px;
	background: transparent url(../img/layout/navbg.jpg) top left repeat-y;
	margin: 0;
	padding: 0;
}

#nav #bottom {
	width: 153px;
	background: transparent url(../img/layout/navbottom2.jpg) bottom left no-repeat;
	margin: 0;
	padding: 5px 0 60px 0;
}

#nav #bottom ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#nav #bottom li {
	margin: 5px 0 0 0;
	padding: 0 0 0px 0;
}

#nav #bottom li a {
	display: block;
	color: #622346;
	text-decoration: none;
	padding: 0 0 15px 0;
	font-size: 1.3em;
}

#nav #bottom a:link, #nav #bottom a:visited {
	background: transparent url(../img/layout/nav_blue.jpg) bottom left no-repeat;
}

#nav #bottom a:hover {
	background: transparent url(../img/layout/nav_red.jpg) bottom left no-repeat;
}

#nav #bottom #current {
	background: transparent url(../img/layout/nav_red.jpg) bottom left no-repeat;
}

#content {
	float: right;
	padding: 1px 0 100px 0;
	width: 640px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #d7c45f;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	padding: 0 20px 0 9px;
}

#content p {
	color: #f2ebca;
	padding: 0 20px 0 18px;
}

#content a {
	color: #8e8867;
	text-decoration: none;
}

#content ul {
	color: #f2ebca;
	list-style: none url(../img/layout/bullet.gif);
}


.leftfade {
	position: absolute;
	left: -4px;
	top: 0;
	width: 4px;
	height: 100%;
	background: transparent url(../img/layout/left_fade.jpg) top left repeat-y;
}

.rightfade {
	position: absolute;
	right: -4px;
	top: 0;
	width: 4px;
	height: 100%;
	background: transparent url(../img/layout/right_fade.jpg) top left repeat-y;
}












.clear {
	clear: both;
}