body{
	background-color:#0f2b4c;
	background-image:url(../images/blue.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:"Arial","Helvetica",sans-serif;
	font-size:14px;
	color:#005581;
	line-height:130%;
}
h1{
	color:#98012E;
	font-family:cursive;
	font-size:30px;
	margin:26px 15px;
}

#container{
	width:900px;
	margin:45px auto;
}

#left{
	float:left;
	width:200px;

	
}
#navigation li{
	text-align:right;
	margin-bottom:25px;
	
}
#navigation li a{
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
	padding:15px;
	display:block;
}
#navigation li a:hover, #navigation .active a{
	background-image:url(../images/nav_grad.png);
	background-repeat:repeat-y;
	color:#2b506b;
	
}
#center{
	width:400px;
	float:left;
}
#center table{
	width:400px;
	height:539px;
}
#center table .small{
	height:15px;
}
.content{
	padding:0px 30px 25px;
	overflow:auto;
	height:444px;
}
.content p{
	margin-bottom:15px;
}
.content ul{
	list-style-type:square;
	margin-left:15px;
}
.content li{
	margin-bottom:15px;
}
.content a{
	color:#005581;
}
.white{
	background-color:#ffffff;	
}
.page{
	width:385px;
}
#right{
	width:300px;
	height:569px;
	float:left;
}
