@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background:#111 url(../images/bg.jpg) no-repeat top left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#659fd0;
	}
a:hover {
	color:#fff;
	}
#wrapper {
	position:relative;
	width:100%;
	height:100%;
	border-collapse:collapse;
	background:transparent url(../images/accent_corner.png) no-repeat top left;
}
#shell {
	position:relative;
	width:950px;
	height:400px;
	margin:auto;
	padding:0 15px 20px 0;
}
.shell_accent {
	position:absolute;
	left:475px;
	top:-125px;
	}
#splash {
	position:relative;
	float:left;
	margin:11px auto 0 auto;
	width:282px;
	height:381px;
	background:transparent url(../images/splash_bg.png) no-repeat top left;
	text-align:right;
}
#main_shell {
	position:relative;
	float:left;
	width:650px;
	height:400px;
	margin-left:10px;
}
#title {
	position:relative;
	width:196px;
	height:50px;
	margin-left:10em;
}
#title img {
	border:none;
	margin-top:-5px;
}
#main_left, #main_right, #main, #main_inner {
	height:400px;
}
#main_left, #main_right {
	position:relative;
	width:25px;
	float:left;
}
#main_left {
	background:transparent url(../images/main_left.png) no-repeat top right;
}
#main_right {
	background: transparent url(../images/main_right.png) no-repeat top left;
}
#main {
	position:relative;
	float:left;
	width:600px;
	background:transparent url(../images/main_bg.png) repeat-x top left;
}
#main_inner {
	position:relative;
	width:600px;
	background: transparent url(../images/main_accent.png) no-repeat bottom right;
}
#micro_nav {
	position:absolute;
	height:14px;
	width: 80px;
	top:40px;
	right: 30px;
}
#micro_nav img {
	border:none;
	margin:0 4px;
	}
#micro_nav a img {
	filter:alpha(opacity=49);-moz-opacity:.49;opacity:.49;
}
#micro_nav a:hover img {
	filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;
	}
#phead {
	position:absolute;
	top:50px;
	left:35px;
	width:400px;
	height:30px;
	background:transparent url(../images/head_bullet.png) no-repeat center left;
	padding-left:25px;
}
#content {
	position:absolute;
	top: 90px;
	left:35px;
	width:490px;
	height:250px;
	overflow: auto;
	line-height:1.5;
	color:#e3e3e3;
	font-size:90%;
	outline:none;
	padding-right:10px;
}
#content p, #content ul, #content ol, #content table, #content blockquote {
	margin-bottom:15px;
}
#menu_wrapper {
	width:790px;
	margin:auto;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
}
#menu li {
	display: inline;
}
#menu li a {
	display:block;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	color: white;
	text-decoration: none;
	height:25px;
}
#menu li a:hover {
	color: #9ed7df;
	background:transparent url(../images/down_arrow.png) no-repeat top center;
}
#menu li a.current {
	color: #9ed7df;
	outline:none;
	background:transparent url(../images/down_arrow.png) no-repeat top center;
}
#menu img {
	border:none;
	vertical-align:middle;
}
#footer {
	margin-top:20px; 
	font-size:11px; 
	color:#659fd0; 
	clear:both;
	}
#footer a, #footer {
	color:#659fd0;
	}
