body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ccc;
}
body {
	background-color: #292929;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
/*	background-image:url(images/bgnd.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	margin-bottom: 1px;
	
}
#logo {
	display:block;
	position: relative;
	width:323px;
	top:0px;
	clear:right;
	left:413px;
}
#container {
	display:block;
	float:left;
	position:relative;
	left:0px;
	width:920px;
	background-image:url(images/bgnd.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#outer_content {
	width:930px;
	height: auto;
	margin-bottom: 1px;
	padding-bottom:1px; 
	clear: both;
	background: url(images/bgnd_repeat.gif) repeat-y left top;
}
#menu {
	display:block;
	float:right;
	position:relative;
	top:5px;
	margin-right: 20px;
}
#content {
	display:block;
	position:relative;
	float:left;
	top:75px;
	width:492px;
	left:408px;
	margin:0;
	padding:0;
}
#content p {
	line-height:150%;
	text-align:justify;
}
.floater {
	float:left;
	margin-right:14px;
	margin-left:-14px;
	margin-top:-14px;	
	clear: both;
}
#footer {
	display: block;
	position: relative;
	float:left;
	width:920px;
	background: url(images/footer.jpg) no-repeat top left;
	height: 100px;
	margin-left: -408px;
/*	margin-bottom: -40px;*/
}

h2 {
	color:#d9a400;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	margin:0px;
	padding:0px;
	margin-top:20px;
}
.clear {
	clear: both;
	height: 1px;
}
a, a:link, a:link, a:active, a:visited {
	color: #d9a400;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}