/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2F1700;
	background:#0A0A0A;
	background:url(images/bg.jpg) repeat-y;
	background-position:center;
	margin:0px;
}
a
{
	color:#333333;
	text-decoration:none;
}
.content
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}
.menu
{
	height:40px;
	background:url(images/menubg.jpg) repeat-x;
	line-height:40px;
	font-weight:bolder;
	
}
.menu a
{
	color:#333300;
}
.menu #item
{
	width:150px;
	height:40px;
	line-height:40px;
	margin-left:25px;
	text-align:center;
	float:left;
}

.menu #item:hover
{
	background:url(images/menuselect.jpg) repeat-x;
}
.menu #item-selected
{
	width:150px;
	background:url(images/menuselect.jpg) repeat-x;
	height:40px;
	line-height:40px;
	margin-left:25px;
	text-align:center;
	float:left;
}
.sidemenu
{
	border-bottom:1px solid #999999;
	padding:4px;
}
.sidemenu:hover
{
	background:#999999;
}