body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #000;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 100px;
	width: 760px;
}
#nav {
	clear: both;
	height: 45px;
	width: 760px;
	background-image: url(images/navbg.gif);
	background-color: #FFF;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 132px;
	text-align: center;
	padding-top: 5px;
	background-color: #AD0101;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #FFF;
	background-color: #AD0101;
}
.navmargin {
	margin-left: 19px;
}


#content {
	clear: both;
	width: 760px;
	min-height: 200px;
	padding-top: 10px;
	background-color: #FFF;
}
#footer {
	background-image: url(images/footer_v2.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 35px;
	width: 760px;
}
