	
* {margin:0;padding:0}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #383324;
	text-align: center;
	background-color: #1D4367;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
}

#page {
  width: 805px;  /*center 765px*/
  margin: 0 auto;
  background: url("../images/bg_center.gif");
  position: relative;
}  

#header {
  width: 805px;
}

#left {
  width: 180px;
  float: left; 
  background: #C5BBA1;
}

#right {
  width: 570px;
  float: right;
  position: relative;	
  text-align: left;
}


#content_container {  
  height: auto;
  position: relative; 
  padding-left: 25px;
}

#footer {  
  height: 88px;
  background: url("../images/footer.gif");
  text-align: left;   
  position: relative;
}



.clear {
  height: 0;
  font-size: 0;
  clear: both;
}



/* OTHER STYLES */


#top_menu {
  height: 60px;
  background: url("../images/top_menu.gif");
}  

#top_menu h1 {
  font-size: 10px;
  font-weight: lighter;
  line-height: 12px;
  margin-bottom: 5px;  
  color: #CFE2FF;
}

#logo {
  height: 278px;
  background: url("../images/logo.jpg");
  position: relative; 
}      

#logo_link {
  position: absolute;
  top: 110px;
  left: 191px;
  font-size: 10px; 
} 
     
#logo_link a {
  color: #CFE2FF;
}      

#logo h2, #extra_content h2  {
  font-weight: lighter;
  font-size: 18px;
  color: #EF712D;
  text-align: right;
  display: block;
  padding: 240px 50px 0 0;
}

#logo_right {
  height: 741px;
  width: 70px;
  background: url("../images/logo_right.jpg"); 
  position: absolute;
  top: 60px;
  right: -50px;
  *right: -51px;
}

#logo_left {
  height: 740px;
  width: 70px;
  background: url("../images/logo_left.jpg"); 
  position: absolute;
  top: 60px;
  left: -50px;
}

#logo_decoration {
	width: 124px;
	height: 44px;
	background: url("../images/logo_decoration.gif");
	position: absolute;
	top: 337px;
	left: 143px;
	z-index: 100;
}


#content {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0px;
}

#extra_content {
  margin: 10px 0 0 0;
}
 
#news_container { 
  width: 538px;
  min-height: 333px;
  background: url("../images/news_bg.gif") no-repeat;  
  margin: 5px 0;
  position: relative; 
}  

#news_container h2 { 
  padding: 30px 0 8px 20px;
  text-align: left;
}
 
.news_item { 
  margin: 10px 20px 0 20px;
}
  
.news_date { 
  font-weight: bold;  
}  

.news_subject { 
  font-weight: bold;
  margin-bottom: 4px;
  color: #EF712D;
}  
 
#vote_container {
	width: 179px;
	min-height: 600px;
	background: url("../images/vote_bg.gif") no-repeat;
	text-align: left;
	color: #141413;
	height: 416px;
}

#vote_container h3 {
	display: block;
	font-size: 14px;
	font-weight: lighter;
	color: #915010;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#vote_question, .vote_answer  { 
  padding: 10px 0 0 15px;  
}

.vote_answer input {
  margin-right: 5px;
}    

.vote_line {
  line-height: 1px;
  background: #908B7F;
  width: 130px; 
  margin: 10px 25px;
}

.vote_archive_container {
  margin: 30px 0 0 30px;	
}
.vote_archive_container h3 {
  font-weight: lighter;
  text-decoration: underline;
  font-size: 12px;
  margin: 1px 0 5px 0;	
}

.button {  
  width: 67px;
  height: 28px;
  background: url("../images/button.gif"); 
  border: 0;
  color: white; 
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;  
  padding: 0 0 4px 0;
}


#copyright {
  position: absolute;
  bottom: 2px;
  color: #93B5E7;
  font-size: 10px;
  text-align: center;
  width: 805px;
}

#footer_decoration {
  width: 20px;
  height: 103px;
  position: absolute; 
  top: -103px;
  background: red;
  background: url("../images/footer_decoration.gif");   
}


.message {
  color: red;
  text-align: center;
  line-height: 20px;
}


#hot_links_container {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}




#sitemap {  
  list-style: none; 
  margin: 30px 0 0 50px;
}
     
#sitemap li {  
  list-style: none;  
  line-height: 18px;
} 



/* ------ MENU  ------  */

#top_menu_list {
  list-style: none;
  margin: 0 0 0 64px; 
  height: 43px;
}

#top_menu_list li {  
  display: block; 
  float: left; 
  text-align: left;
  margin-right: 4px;
} 

#top_menu_list li a, #top_menu_list li a:visited, #top_menu_list li a:hover {  
  width: 110px;
  line-height: 40px; 
  display: block;
  color: white;   
  text-align: center;
  text-decoration: none;
  font-size: 12px;
} 

#top_menu_list li a:hover {  
  background: url("../images/top_menu_button.gif"); 
}


#left_menu_list li {  
  width: 178px;
  line-height: 28px; 
  display: block; 
  float: left; 
  text-align: left;
  background: #D7CEB5; 
  border: solid 0 #E8E3D5;
  border-width: 0 0 1px 0;  
} 

#left_menu_list li a, #left_menu_list li a:hover {  
  color: #141413;  
  text-decoration: none;  
  padding-left: 20px;
  font-size: 12px;
} 

#left_menu_list li a:hover {  
  text-decoration: underline;  
}
     
.left_menu_list_line {
  line-height: 1px;
  background: #9A9179;
}

     
     
#bottom_menu_list {
	width: 550px;
	list-style: none;
	margin-top: 0;
	margin-right: 120px;
	margin-bottom: 0;
	margin-left: 120px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
     
#bottom_menu_list li {  
  list-style: none;
  display: block; 
  float: left; 
} 

#bottom_menu_list li a, #bottom_menu_list li a:hover {  
  color: #585241;  
  text-decoration: none;  
  font-size: 11px;
} 

#bottom_menu_list li a:hover {  
  text-decoration: underline;  
}


/* ----------------------- */


a, a:visited, a:hover {
  color: #EF712D;    
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


img {
  border: 0;
}  


span {
  color: #141413;
}
.bodysmal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AEA37D;
}

