#container {
	width: 920px;
	margin: auto;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
}
#content {
	height: auto;
	width: 840px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(images/spring.jpg);
	background-repeat: no-repeat;
	background-position: 510px bottom;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}
h1 {
	font-size: 18px;
	color: #AC0000;
	margin: 0px;
	padding: 0px;
}
#bottomButtons {
	margin: auto;
	width: 860px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #555555;
}
a {
	color: #AC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#bottomButtons a {
	font-size: 10px;
	color: #555555;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}



#header {
	height: 170px;
	width: 920px;
	background-color: #000000;
	clear: both;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	padding-bottom: 10px;
}


body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 5px;
	padding: 0px;
}
#homeContainer {

	height: 500px;
	width: 847px;
	margin: auto;
	padding: 0px;
}
#footer {
	height: 142px;
	width: 920px;
	background-color: #000000;
	clear: both;
}
h2 {

	font-size: 16px;
	color: #AC0000;
}
#content p {
	margin: 0px;
	padding: 0px;
}
