body
{
	background-repeat: repeat-x;
	background-color: black;
	margin-left: 50%;
	font-size: 10pt;
	font-family: tahoma;
	color: #F7DC91;
}

#content
{
	min-height: 430px;
	background-color: #092010;
	padding: 5px;
	position: relative;
}

#header
{
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;	
	position: relative;
		
}

table
{
	font-size: inherit;
}

#main
{
	width: 800px;
	margin-left: -400px;
	position: absolute;
	top: 15px;
	bottom: 0px;
}



#right_bar
{
	position: absolute;
	right: 0px;
	top: 93px;
	bottom: 25px;
	width: 120px;
	background-image: url(/images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #0a0a08;
	border-top: 27px solid #e0e0e0;
}

#footer
{
	padding: 5px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: black;
	border-top: 1px solid black;
	text-align: center;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 14px;
}

#menu
{
	position: absolute;
	top: 150px;
	left: 170px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu a
{
	display: block;
	text-decoration: none;
	color: black;
	padding: 5px;
	font-size: 12pt;
}

#menu div:hover a
{
	text-decoration: underline;
}

#menu div.highlighted
{
	position: relative;
}

#menu div.highlighted a
{
	color: white;
}

#menu div
{
	float: left;
	height: 26px;
}

#menu div.separator
{
	border-right: 1px solid #c36d00;
	height: 20px;
	position: relative;
	top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#newsletter_advert
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 100px;
	height: 120px;
}

#newsletter_advert:hover
{
	cursor: pointer;
}

#signup
{
	background-color:#092010;
	bottom:1px;
	color:black;
	height:18px;
	padding:5px;
	position:absolute;
	right:0px;
	width:120px;
}

#signup a
{
	text-decoration: none;
	padding: 5px;
	color: white;
}

#signup a:hover
{
	text-decoration: underline;
}

h1
{
	color: white;
	font-size: 14pt;
	font-weight: normal;
}

h2, h3
{
	color: white;
	font-size: 11pt;
}

a, a:visited
{
	color: black;
}

table *
{
	color: white;
}

input
{
	background-color: black;
	border: none;
	padding: 2px;
}

div.service
{
	width: 375px;
	float: left;
	margin: 10px;
}

div.service img
{
	width: 200px;
	height: 100px;
	border: 4px solid #0D170C;
	vertical-align: top;
	float: left;
	margin-right: 5px;
}
