body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #000000;
	line-height: 17px;
	background-color: #000000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* WRAPPERS */

#wrapper { 
	width: 800px; 
	position: relative; 
	margin-right: auto; 
	margin-left: auto; 
	background-color: #FFFFFF; 
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 10px; 
}
#lowwrap {
	width: 775px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	background: url(/static/template6/images/sidebar_bg.jpg) repeat-y left #FFFFFF;
}
#innerwrap {
	float: left;
	width: 800px;
	background-color: #FFFFFF;
}


/* HEADER */

#header {
	height: 210px;
	width: 780px;
	background: url(/static/template6/images/header.jpg) left;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 0px;
}
#header h1 {
	float: right;
	padding: 0px;
	color: #ffffff;
	font-size: 36px;
	line-height: 50px;
	margin: 50px 120px 0 0;
}
#header h2 {
	float: right;
	clear: both;
	margin-right: 20px;
	color: #c0c0c0;
	font-size: 15px;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
}

/* CONTENT */

#content h3, #footer h3, #content h2 {
	font-size: 14px;
	color: #546FA5;
}
#content h3, #content h2 {
	border-bottom: 1px dotted #546FA5;
}
#content h2 {
	margin: 10px 0 0 0;
	padding-top: 10px;
	padding-bottom: 3px;
}
#content a, #content a:visited {
	text-decoration: underline;
	color: #546FA5;
}
#content a:hover {
	text-decoration: none;
	color: #546FA5;
}
#content {
	background-color: #FFFFFF;
	float: right;
	width: 585px;
	padding-left: 15px;
	padding-right: 5px;
	background: url(/static/template6/images/content_bg.jpg) no-repeat right bottom;
}
#content strong {
	color: #000000; font-weight: normal;
}

/* SIDEBAR */

#sidebar { 
	width: 170px; 
	float: left; 
	background-color: #684d30;
}
#sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar a{
	color:#fff;
	display:block;
	line-height:22px;
	padding:0 15px;
	width:139px;
	text-decoration: none;
	border-top: solid 1px #8e6942;
	border-bottom: solid 1px #8e6942;
}
#sidebar a:hover{
	background-color:#8e6942;
	border-top: solid 1px #8e6942;
	border-bottom: solid 1px #8e6942;
}

/* FOOTER */

#wrapper #innerwrap #lowwrap #content #foot {
	clear: both;
	padding-top: 30px;
}
#wrapper #innerwrap #lowwrap #content .ufu {
	font-size: 12px;
	border: 0px;
	clear: both;
	padding-top: 0px;
	text-align: center;
	font-weight: lighter;
	color: #333333;
}

#copy {
	font-size: 12px;
	border: 0px;
	clear: both;
	padding-top: 10px;
	text-align: center;
}

/* OTHERS */

.skip {
	display:none;
}

.padding{
padding:5px;
}

#search_wrapper{
	position:absolute;
	top:25px;
	left:20px;
	background: url(/static/template6/images/search_back.gif) no-repeat left top;
	width:260px;
	height:184px;
	padding-top:20px;
	padding-left:20px;
}