body{
	background: url();
	background: #ebeaea url('img/bg_body.png') repeat-x left top;
	color: #000E3F;
	font: 90%/1.6em Helvetica, Arial, sans-serif;
}

#pagewrap{
	width: 850px;
	margin: 0 auto 0 10%;
}

#content{
	background: #B1BAE0 url('img/bg_content.png') no-repeat left bottom;
	padding: 30px;
	min-height: 400px;
}

#nav{
	width: 850px;
	background: url('img/bg_nav.png') no-repeat -2px top;
	margin-top: 20px;
}

#nav li{display:inline;float:left;height:38px;
padding-top:15px;}

#nav li a{
	padding: 17px 20px 20px 20px;
	color: white;
height: 53px;
	text-decoration: none;
	color: #CFD9FF;
	letter-spacing: 0.07em;
	font-size: 13px;
}

#nav li a:hover, #nav a.active{
	background: url('img/bg_nav_hover.png') no-repeat 50% bottom;
	color: white;
}

p{margin-bottom: 1.5em;}
strong{font-weight: bold;}

h1{
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 -30px 1em -30px;
	padding: 0 0 .7em 30px;
	border-bottom: 2px solid #9BA5CF;
	color: white;
	text-shadow: 0 0 4px #6B7CBF;
	letter-spacing: .02em;	
}

h2{
	font-size: 1.4em;
	margin-bottom: 1em;
}

iframe{
	background-color:white;
	border:1px solid #9BA5CF;
	margin-left:420px;
	margin-top:-265px;
	padding:5px;
	}

#content a:link, #content a:visited, #content a:active{	color: #003A7F;}
#content a:hover{color:#0050AF;}

#content ul{
	margin: 0 -30px 2em -30px;
	border-top: 1px solid #9BA5CF;
}

#content ul li{
	border-bottom: 1px solid #9BA5CF;
	padding: 7px 30px 5px 50px;
	background: url(img/bullet.png) no-repeat 28px 50%;
}