@charset "utf-8";
/* CSS Document */

body {
	background-color: #000055;
	padding:10px 5px;
	font-size:14px;
}
body, p, a {
	color: #FFFFFF;
	font-family:"Courier New", Courier, monospace;
	line-height:150%;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
#frame {
	width:960px;
	min-height:450px;
	background-color: #000066;
	margin: auto;
	box-shadow:2px 2px 8px #000000;
	-moz-box-shadow:2px 2px 8px #000000;
	-webkit-box-shadow:2px 2px 8px #000000;
}
#left_bar {
	margin-top: 30px;
	margin-left: 30px;
	float:left;
	width:180px;
	height:420px;
}
#nav {
	margin-top: 40px;
	width:180px;
	font-size:16px;
}
#nav .sel {
	text-decoration: underline;
}
#content {
	margin-top: 30px;
	margin-left: 30px;
	float:left;
	width:690px;
	min-height:390px;
	text-align:right;
}
