@import "editor.css";
body, body.home
{
	height: auto;
	background-color: #373737;
}

.clear
{
	clear: both;
	height: 0px;
	line-height: 0px;
	width: 100%;
	*display: none;
}

/*******************************************************************/
#container
{
	height: 592px;
	width: 838px;
	text-align: left;
	margin: 8px auto 0px auto;
	position: relative;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
}

body.home #container
{
	background-image: url(images/bg_home.jpg);
}

#leftnav
{
	position: absolute;
	left: 70px;
	top: 75px;
}

#leftnav ul 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#leftnav li
{
	list-style: none;
	padding: 0px;
	margin: 2px 0px;
}
#leftnav li li span
{
	margin-left: 10px;
}

#leftnav a
{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
}

#leftnav a span
{
	display: block;
}

#leftnav a:hover
{
	color: #d4caa6;
	text-decoration: none;
}


#leftnav .menu_current a
{
	color: #d4caa6;
}

#contentContainer
{
	width: 535px;
	height: 452px;
	position: absolute;
	left: 250px;
	top: 75px;
	overflow: auto;
}

#ContentContainerInner
{
	width: 515px;
}

#containerInner
{
	position: relative;
}

.content
{
	font-size: 11px;
	color: #ffffff;
}

.centerContent
{
	float: left;
	margin-top: 20px;
}

body.home img
{
	margin-left: 21px;
}
