* {
	margin: 0;
	padding: 0;
  scrollbar-face-color:#AFAA93;
  scrollbar-arrow-color:#000000;
  scrollbar-track-color:#272727;
  scrollbar-darkshadow-color:#000000;
  /*scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-3dlight-color:#000000;*/
  
	
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #272727;
}

h1 {
	padding: 20px 0 0 30px;
	color: #272727;
	font: bold 42px "Verdana", Courier, monospace;
}

h2 {
	padding: 0 0 0 632px;
	color: #272727;
	font: bold 17px "Verdana", Courier, monospace;
}

h3 {
	width: 180px;
	height: 22px;
	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #272727;
	background: url(images/header.gif) no-repeat top;
}

h4 {
	padding: 0 0 5px 5px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #383C40;
}

h5 {
	padding: 5px 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #272727;
}

p {
	padding: 5px 0;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #272727;
}

a {
	color: #272727;
	text-decoration: none;
}

a:hover {
	color: #878163;
	text-decoration: none;
	font-weight: bold;
}

#header {
   margin: 0 auto;	
	width: 900px;
	height: 112px;	
	text-align: left;
	background: url(images/header_logo.jpg) no-repeat top;
}

#menu {
	margin: 30px auto;
	width: 900px;
	height: 42px;	
}

#menuLeft {
	float: left;
	width: 23px;
	height: 42px;
	background: url(images/menu_left.gif) no-repeat left;
}

#menuCenter {
	float: left;
	width: 854px;
	background: url(images/menu.gif) repeat-x top;
}

#menuRight {
	float: right;
	width: 23px;
	height: 42px;
	background: url(images/menu_right.gif) no-repeat right;
}

#menuCenter ul {
	list-style: none;	
}

#menuCenter ul li{    
    float: left;	 
}

#menuCenter ul li a {
	display: block;
	float: left;
	padding: 0 25px;
	font: bold 12px/42px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #383C40;
	border-right: 0px solid #;
}

#menuCenter ul li a:hover {
	text-decoration: none;
	color: #A11720;
	background: url(images/menu_over.gif);
	border-right: 0px solid #;
}  

#menuCenter ul li a.firstItem {
	border-left: 0px solid #;
}

#menuCenter ul li a.firstItem:hover {
	border-left: 0px solid #;
}

#middle {
   clear: both;
   margin: 0 auto;
	width: 900px;		
}

#left_1 {
	float: left;	
	width: 210px;	
}

#left_2 {
	padding: 0 30px 0 0;	
	text-align: left;
}

#left_2 ul {
	list-style: none;	
}

#left_2 ul li {
	margin-bottom: 15px;
	background: url(images/left.gif) repeat-y;
}

#left_2 ul li ul {
   margin: 0;	
	text-align: left;
	background: url(images/left.gif) repeat-y;
	border-bottom: 1px solid #878163;
	border-left: 1px solid #878163;
	border-right: 1px solid #878163;
}

#left_2 ul li ul li {
   display: block;
   margin: 0;
	padding: 0 10px;	
	border-bottom: 1px dashed #878163;
}

#left_2 ul li ul li.lastItem {
	border-bottom: none;
}

#left_2 ul li ul li a {	
	margin: 0;	
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CECCC6;	
}

#left_2 ul li ul li a:hover {
	text-decoration: none;
	color: #878163;	
}

#left_3 ul li ul li {	
	margin: 0;	
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
	color: #CECCC6;	
}

#right {
	float: right;
	width: 690px;
}

#rightTop {
	width: 690px;
	height: 22px;
	background: url(images/content_top.gif) no-repeat top;
}

#rightContent {
	padding: 0 15px;
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/content.gif) repeat-y;
	text-align: justify;
}

#rightBottom {
	width: 690px;
	height: 22px;
	background: url(images/content_bottom.gif) no-repeat bottom;
}

#footer {
   clear: both;
	margin: 0 auto;
	width: 900px;	
	color: #A7A288;
	font: 10px/40px Verdana, Arial, Helvetica, sans-serif;
}


.nosee { display: none; }

