/* LAYOUT - main body of page */
body, html
{
	background-color: #7e8481; /*	SCROLLBAR-FACE-COLOR: #fb7806; 	SCROLLBAR-HIGHLIGHT-COLOR: #fb851f; 	SCROLLBAR-SHADOW-COLOR: #fd9134; 	SCROLLBAR-ARROW-COLOR: #FFF; 	scrollbar-track-color: #ffac5b;*/
}
div#wrap
{
	width: 808px;
	margin: 0 auto;
	position: relative;
	height: auto;
	background: #fff url(../images/page_shadow.gif) repeat-y;
}
div#top_page
{
	display: block;
	width: 808px;
	height: 30px;
	background: #fff url(../images/top_page.gif) no-repeat;
}
div#bottom_page
{
	display: block;
	width: 808px;
	height: 30px;
	background: #fff url(../images/bottom_page.gif) no-repeat;
}
/* GENERAL */
img
{
	border: none;
}



/* LAYOUT - HEADER */
div#header
{
	display: block;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/header.jpg) bottom no-repeat;
	width: 780px;
	height: 230px;
	border-bottom: 18px solid #fb7501;
}
div#header #logo
{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 300px;
	height: 95px;
	color: #ea3b06;
	font-family: "Myriad" , "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	border: 0px;
	background: transparent url(../images/logo.gif) left no-repeat;
	padding-left: 100px;
	line-height: 80px;
}
div#header #top_lamp
{
	position: absolute;
	top: 120px;
	left: 14px;
	width: 780px;
	height: 18px;
	background: #fb7501 ;
}

ul#menu
{
	position: absolute;
	top: 83px;
	left: 400px;
	margin: 0 auto;
	padding: 0;
	width: 600px;
	height: 37px;
	list-style: none;
}
ul#menu li
{
	position: relative;
	float: left;
	height: 37px;
	width: 73px;
	background: url(../images/button_off.jpg) no-repeat;
	text-align: center;
}
ul#menu li.active
{
	background: url(../images/button_on.jpg) no-repeat;
	text-align: center;
	color: #fff;
}
ul#menu li.active a
{
	color: #fff;
}

ul#menu li a
{
	display: block;
	float: left;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #d46402;
	text-decoration: none;
	width: 73px;
	height: 37px;
	text-align: center;
	padding-top: 12px;
}
ul#menu li a:hover
{
	text-decoration: none;
	background: url(../images/button_on.jpg) no-repeat;
	width: 73px;
	height: 37px;
	text-align: center;
	color: #FFF;
}
div#sidebar
{
	position: absolute;
	top: 280px;
	left: 18px;
	width: 194px; /*	min-height: 321px !important; 	height: 321px; */
	min-height: 371px !important;
	height: 371px;
	background-color: #eaebeb;
	border: 0px;
	border-collapse: collapse;
}
div#sidebar #top_sidebar
{
	background: #fff url(../images/header_sidebar.jpg) no-repeat;
	width: 194px;
	height: 22px;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	text-indent: 10px;
}
div#sidebar #main_sidebar
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	padding: 0px 10px 10px 10px;
}
div#sidebar #main_sidebar p.text_sidebar
{
	text-align: justify;
}
div#sidebar #main_sidebar p.more
{
	text-align: right;
}
div#sidebar #main_sidebar p.more a
{
	color: #d46402;
	text-decoration: none;
}
div#sidebar #main_sidebar p.more a:hover
{
	text-decoration: underline;
}
div#content
{
	margin-left: 220px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 300px !important; /*height: 300px;*/
	height: 350px;
	width: 560px;
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	font: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #FFFFFF;
	overflow: auto;
}
div#content h1
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 14px;
}
div#content a
{
	color: #d46402;
	text-decoration: none;
}
div#content a:hover
{
	text-decoration: underline;
}
div#footer
{
	display: block;
	position: relative;
	float: right;
	margin-right: 150px !important;
	margin-right: 50px;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #818182;
}
div#footer a
{
	color: #818182;
	text-decoration: none;
}
div#footer a:hover
{
	color: #d46402;
}
div#footer a.activated
{
	color: #d46402;
	text-decoration: none;
}
div#author
{
	position: relative;
	margin: 0 auto;
	background-color: transparent;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	line-height: 12px;
	text-align: left;
}
div#author a
{
	color: #FFF;
	margin-left: 240px !important;
	margin-left: 100px;
}

div#hidden
{
	display: none;
}