/* $Id: style.css,v 1.1.2.1 2005/07/02 05:05:40 gordon Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #492d1f;
  background-color: #fff;
  font: 85% Arial, Verdana, sans-serif;
  background: #889988 url(../images/css/bg_x.jpg) top center repeat-x;
	text-align: center;
	line-height: 140%;
}  

p{
	margin: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 5px 0 10px 10px;
}
h1 {
  font-size: 1.3em; 

}
h2 {
  font-size: 1.2em;

}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
a {
  text-decoration: underline;
}
a:link {
  color: #5C3C3F;
}
a:visited {
  color: #5C3C3F;
}
a:hover {
  color: #5C3C3F;
  text-decoration: none;
}  

.big_guy{
	color: #889988;
	font-size: 20px;
}

#container {
	width: 909px; 
  
	margin: 0 auto;
	padding: 0;
	text-align: left; 
	background: transparent url(../images/css/container_bg_y.jpg) top center repeat-y; 
	
}

#header {
	
	width: 890px;
    height: 229px; 
	margin: 0px 23px 0 22px;
	padding: 0; 
	background: transparent url(../images/css/header.jpg) top left no-repeat;

}

#content{
	background: url(../images/css/content_bg.jpg) repeat-y top right;
	margin-right: 17px;
	
}

img{
	border: 0px;
}

#main_menu {
  height: 41px; 
width: 870px;
margin: 0 23px;
background: url(../images/css/menu_bg.jpg) repeat-x top left;
} 

#main_menu ul{
	margin: 0;
	padding-top: 11px;
	list-style: none; 
	font-weight: bold;
	font-size: 16px;
}   

#main_menu li{ 
   display: inline;
} 

/*#main_menu li:hover{
background: #f5eeba; 	
}*/ 

#main_menu li a.active{
background: #f5eeba;
color: #976442;
padding: 8px 10px 5px 10px;
margin-right: 25px;   

} 


#main_menu a { 
	
	color: #f5eeba;
	padding: 8px 10px 5px 10px;
	display: inline; 
    text-decoration: none;
	margin-right: 25px;
}

#main_menu a:hover {
	background: #f5eeba;
	color: #976442;
}



#left {
	width: 380px;
	float: left;
	margin-left: 24px;
}
 
#right {
	width: 450px;
	float: right;
	margin-right: 0px; 
	padding-top: 10px;
	
}


* html body {
	margin: 0;
	padding: 0;
}


#footer {
  clear: both;
  height: 15px; 
margin: 0 0px 0 22px;
padding: 0;
color: #999;
font-size: 10px;
text-align: right;
padding-right: 10px;
} 
#footer a{
	text-decoration: none;
}


