*
{
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	font-family: "Trebuchet MS",Helvetica,"Nimbus Sans L",sans-serif;
	font-size: 12px;
	background: #291d18 url('../img/bg_main.jpg') no-repeat left top;
}

img a
{
	border: none;
}

h1
{
	display: block;
	position: absolute;
	top: 100px;
	left: 342px;
	margin: 0px;
	/*font-family: Arial,sans-serif;*/
	font-size: 21px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-align: left;
}

h1 a, h1 a:hover
{
	color: white;
	text-decoration: none;
}

h2
{
	position: absolute;
	top: 121px;
	left: 342px;
	margin: 0px;
	font-size: 18px;
	line-height: 21px;
	font-style: normal;
	font-weight: normal;
	color: #b39d93;
	text-align: left;
}

h2 a, h2 a:hover
{
	color: #b39d93;
	text-decoration: none;
}

h3
{
	margin: 0px 0px 7px 0px;
	font-size: 18px;
	line-height: 21px;
	font-style: normal;
	font-weight: bold;
	color: #b39d93;
	text-align: left;
}

ol
{
	list-style: decimal outside;
	margin: 0px 0px 16px 20px;
	padding: 0px;
}

#menu
{
	position: absolute;
	top: 63px;
	left: 550px;
	margin: 0px;
}

#menu li
{
	font-size: 18px;
	line-height: 29px;
	font-style: normal;
	font-weight: normal;
	color: #b39d93;
	text-align: left;
	list-style: none;
}

#menu li a
{
	color: #b39d93;
	text-decoration: none;
}

#menu li a:hover
{
	color: white;
	text-decoration: underline;
}

#menu li.selected
{
	color: white;
	text-decoration: none;
}

#content
{
	width: 405px;
	height: auto;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin: 280px 0px 0px 300px; 
	color: #eeeeee;
	font-size: 14px;
	line-height: 18px;
	border-left: 3px solid #b39d93;
}

#content p
{
	margin: 0px 0px 32px 0px;
	color: #eeeeee;
	font-size: 14px;
	line-height: 18px;
}

#content a
{
	color: #b39d93;
	text-decoration: none;
	display: inline;
	border-bottom: 1px dotted white;
}

#content a:hover
{
	color: #b39d93;
	text-decoration: none;
	display: inline;
	border-bottom: 1px solid white;
}


#footer
{
	width: 1px;
	height: 1px;
}
