*{margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;background:#002C56;position:relative}
a img{border:none}
.center{text-align:center}

#header{background:#001832;border-bottom:solid 1px #000;margin-bottom:20px;padding:15px 0;text-align:center}
	#header h1{font:1.4em 'Times New Roman',serif;color:#BDD5EB;text-transform:uppercase;letter-spacing:1px}
	
.nav{text-align:center;margin-bottom:20px}
	.nav a{text-decoration:none;color:#fff;font-size:0.7em;font-weight:bold;background:#044E8E;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:5px 8px}
	.nav a:hover{color:#044E8E;background:#BDD5EB}

#content{background:#fff;padding:20px;overflow:hidden;height:1%;margin:0 20px;-moz-border-radius:10px;-khtml-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;margin-bottom:20px}
	#content h2{margin-bottom:10px;font:bold 1.6em/100% 'Arial Narrow',sans-serif;color:#97BBDD;text-transform:uppercase}
	#content p{font-size:1em;margin-bottom:10px;overflow:visible;height:1%}
	#content #sidebar{width:200px;height:300px;background:#9FACB3;float:left}
	#content #main-content{overflow:hidden;height:1%;background:#4F6A78;padding:10px;color:#fff}
