﻿body 
{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Arial;	
}
a { color:#336699; text-decoration:none; }
a:hover { text-decoration:underline; }

#header
{
	width:100%;
	height:125px;
	/*background:#B9C7D5;*/
	background-color:#336699;
	background-image:url('/img/header1.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}
#menu
{
	width:100%;
	background:#003366;
	height:30px;
	line-height:30px;
	color:#FFF;
}
#menu a
{
	color:#FFF;
	padding:0px 5px 0px 5px;
	margin:0px 2px 0px 2px;
}

#box
{
	width:850px;
	margin:0px auto 0px auto;
}
#left
{
	width:630px;
	padding:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
}
#right
{
}

#footer
{
	text-align:center;
	border-top:1px solid #336699;
	padding:5px 0px 0px 0px;
	margin:0px;
}