body {
	margin: 0px;
	padding: 0px;
	font-family: "ITC Avant Garde Pro XLt", "trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #e2e2e2;
}
a:link, a:active, a:visited {
	color: #00447c;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 770px;
	color: #00447c;
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 10px;
}