body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	background-color: #330000;
}
#container {
	padding: 0px;
	height: 1000px;
	width: 758px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#container #header #headerleft {
	float: left;
	height: 109px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
#container #header #headerright {
	float: left;
	height: 109px;
	width: 158px;
}
#container #line {
	clear: left;
	height: 1px;
	width: 758px;
}

#container #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9933;
	background-color: #330000;
	height: 20px;
	width: 758px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	margin-bottom: 0px;
}
#container #menu ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 20px;
}
#container #menu li {
	text-align: center;
	white-space: nowrap;
	display: block;
	float: left;
	list-style-type: none;
	height: 20px;
	width: 80px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC6600;
	padding-left: 0px;
	margin-right: 0px;
}

#container #menu a {
	color: #CC9933;
	background-color: #330000;
	text-decoration: none;
	height: 20px;
	text-align: center;
}
#container #menu a:link, #container #menu a:visited, #container #menu a:active {
	color: #CC9933;
	background-color: #330000;
	display: block;
}
#container #menu a:hover {
	color: #330000;
	background-color: #cc6600;
	display: block;
}
#container #content {
	clear: left;
	width: 758px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
.img1 {
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	padding: 0px;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC6600;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6600;
	background-color: #330000;
	height: 40px;
	width: 758px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#copyright a {
	color: #CC6600;
	text-decoration: none;
}


#container #content ul {
	margin-left: 240px;
}
#container #content li {
	padding-left: 0px;
	margin-left: 0px;
}
