body {
	background-color: #000;
	background-image: url(Images/background-gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: auto;
}
#container {
	color: #FFF;
	float: left;
	height: auto;
	width: 805px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
a {
	color: #FF3;
	text-decoration: underline;
}

#maincontent {
	font-family: Tahoma, Geneva, sans-serif;
	float: right;
	height: auto;
	width: 470px;
	margin-right: 15px;
	padding-left: 15px;
}
#maincontent a:hover {
	color: #900;
	text-decoration: underline;
}

#menu_summary {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	float: left;
	height: 650px;
	width: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right: 10px;
	padding-right: 35px;
	padding-left: 35px;
	font-size: 9pt;
	line-height: 12pt;
}

#menu_summary a:hover {
	color: #900;
	text-decoration: underline;
}

#header {
	float: left;
	height: 143px;
	width: 805px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#topnav li.last {
	border-right: none;
}

#topnav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #FFF;
	background-color: #121212;
	text-align: right;
	list-style-type: disc;
	float: right;
	height: 25px;
	width: 805px;
	vertical-align: top;
	display: inline;
}

#topnav li {
	display: inline;
	padding: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: groove;
	border-right-color: #FFF;
}

#topnav a {
	color: #FFF;
	text-decoration: none;
}

#topnav a:hover {
	color: #900;
}

#mainnav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	display: inline;
	float: left;
	height: 30px;
	width: 805px;
	text-align: center;
	margin-top:15px;
	margin-bottom: 20px;
	margin-left: -13px;
}

#mainnav li {
	display:inline;
	padding:8px;
	margin: 0px;
	text-align: right;
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #FFF;
	overflow: hidden;
}

#mainnav a {
	color: #FFF;
	text-decoration: none;
} 

#mainnav a:hover {
	color: #900;
}

#mainnav li.first{
	border: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	line-height: normal;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
	line-height:normal;
}

#logo {
	color: #FFF;
	font-size: x-small;
	line-height: normal;
	padding: 10px;
	text-align: right;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
