@charset "utf-8";
body  {
	font: 100% "Gill Sans MT", "Gill Sans", "GillSans", Lucida Sans, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
	font-size:12px;
}
td, form  {
	font: 100% "Lucida Grande","Lucida Sans Unicode", Lucida Sans, "Gill Sans MT", "Gill Sans", "GillSans", Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	font-size:11px;
}
textarea, select {
background: #d2bfaa !important;
border:none;
	font: 100% "Lucida Grande","Lucida Sans Unicode", Lucida Sans, "Gill Sans MT", "Gill Sans", "GillSans", Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	font-size:11px;
}
input {
background: #d2bfaa !important;
border:none;
	font: 100% "Lucida Grande","Lucida Sans Unicode", Lucida Sans, "Gill Sans MT", "Gill Sans", "GillSans", Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 3px;
	font-size:11px;
}
p {
	font: 100% "Lucida Grande","Lucida Sans Unicode", Lucida Sans, "Gill Sans MT", "Gill Sans", "GillSans", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:19px;
	margin: 0;
	padding: 6px;
	text-align:justify;	
}
p.menu {
	font-size:12px;
	line-height:19px;
	margin: 0;
	padding: 6px;
}
.twoColFixLt #container { 
	width: 960px;  
	margin: 0 auto; 
	border: 0px solid #000000;
  	position: relative;
	text-align: left; 
  	left: 50%;
  	top: 50%;	
	height: 587px;
}
.twoColFixLt #sidebar1 {
	float: left; 
	width: 230px; 
	height: 587px;
	padding: 0px;
	position: relative;
	maring:o;
	background: #2B190E url(images/sidebar_bg.png) top left no-repeat;
}
#menu {
	padding: 0px;
	left: 40px;
	top: 138px;
	position: relative;
}
#content {
	padding: 0 20px 0 0;
	left: 40px;
	top: 100px;
	width: 585px;
	height: 390px;
	position: relative;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 230px; 
	padding: 0; 
	background: url(images/main_bg.png) top left no-repeat;
	width: 730px;
	height: 587px;	
  	position: relative;	
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wrapper {
  	position: absolute;
  	bottom: 50%;
  	right: 50%;
  	height: 587px;
  	width: 960px;
}
img.logo {
	left: 30px;
	top: 80px;
	position: relative;
}
a {
	color: #d2bfaa;
}
a:hover {
	color: #ffffff;
}
#nav a {
	text-decoration: none;
	}
	
#nav a:hover {
	color: #ffffff;
	}

#nav a:active, #nav a.selected {
	color: #000000;
	}

#nav a:visited {
	text-decoration: none;
}

ul#nav {
	margin: 0; 
	padding: 5px 0 0 0;
	}
	
#nav li {
	margin: 0; 
	padding: 2px 0 10px 0;
    list-style: none;
	}