@charset "utf-8";
/* CSS Document */

body	{
	background: #000 url(../images/main/bg.jpg) no-repeat top center;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}
#container	{
	width: 896px;
	margin: 15px auto;
	padding: 10px;
	background: url(../images/main/opac-tile.png) repeat;
	border: 1px solid #0e2312;
}
#header	{
	background: #0e2312;
	padding: 30px 10px 10px;
}
.logo	{
	display: block;
	position: relative;
	float: left;
	background: url(../images/main/title.gif) no-repeat;
	width: 268px;
	height: 59px;
}
#nav	{
	position: relative;
	float: left;
	height: 15px;
	top: 45px;
	margin-left: 40px;
}
#content	{
	background: #fff;
	margin-top: 10px;
	padding: 10px;
	clear: both;
}
#footer	{
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}
#footer p	{
	padding: 0;
}

/*****************************
Navigation
*****************************/
#nav ul li	{
	list-style: none;
	position: relative;
	float: left;
	margin-right: 15px;
}
#nav ul li.last	{
	margin-right: 0;
}
#nav a	{
	color: #fff;
	text-decoration: none;
}
#nav a:hover	{
	color: #ccc;
}
a	{
	color: #6a7030;
	text-decoration: underline;
}
a:hover	{
	color: #181c08;
}

/*****************************
Classes
*****************************/
h1	{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #e8a910;
}
h2	{
}
p	{
	padding: 0 0 13px;
}
.clear	{
	clear: both;
}
.lists  {
	margin-left: 25px;
	line-height: 25px;
}
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #000000;
		}

