/* CSS Document */
body {
	text-align: center;
	padding: 0px;
	background-color: #400000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li,table,th,tr,td,tbody {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/white.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}
.clearbox {
	font-size: 1px;
	line-height: -1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
#header {
	height: 120px;
}
#header table {
	width: 760px;
	margin-left: 20px;
}
#header td {
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin-bottom: 30px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-top: 10px;
	padding-left: 10px;
}
#footer {
	padding-bottom: 30px;
}
#footer p {
	text-align: center;
}

