body {
	background-color: #333333;
	margin:0px;
	font-family: Arial, helvitica, sans-serif;
	font-size:90%;
}

#page{
	width:820px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	padding-bottom:20px;
	margin-bottom:20px;
}

#header{
	width:779px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#main-menu{
	width:779px;
	height:70px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("../images/test.gif");
	background-position:bottom;
	background-repeat:no-repeat;
}

#main-menu table{
	background-color:#ffffff;
	margin:0px;
}

#content{
	margin-left:30px;
	margin-right:30px;
}

table.medium-font{
	font-size:95%;
}

#footer{
	clear:both;
	margin-top:60px;
	background-color:#116EAB;
	color:#ffffff;
}

#footer h2{
	font-size:20px;
	font-style:italic;
	text-align:center;
	margin:0px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}

#footer a:hover{
	text-decoration:underline;
}

#footer table{
	color:#ffffff;
}

h1{
	font-size:18px;
}

h3{
	font-size:14px;
}