body {
	margin-top: 1;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #000000;
}

body div {
	text-align: left;
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	border: 2px solid #FFFFFF;
	height: 620px;
	background-color: #000000;
}

#menu h1 {
background-image: url(images/menu/menu.png);
background-repeat: repeat-x;
height: 20px;
padding-left: 5px;
padding-top: 5px;
font-size: 14px;
margin: 0px;
color: #333333;
border-bottom: 1px solid #686161;
}

#menu a {
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #686161;
}

#menu a:hover {
	color: #FFFFFF;
	background-image: url(images/menu/menu_rollover_back.png);
}

a img {
border: 2px solid #FFFFFF;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}

a:hover img {
border: 2px solid #FFFFFF;
}

#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 620px;
	font-size: 12px;
	margin-top: 0px;
	float: none;
	clear: left;
	width: 1000px;
	margin-left: 0px;
	padding: 10px;
}

#content h1 {
font-size: 14px;
margin-top: 5px;
margin-bottom: 0px;
color: #292929;
}

#content a {
	text-decoration: none;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

#foot {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#foot a {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#foot a:hover {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

