/* CSS Document */
body {
  margin: 0;
  background-color: #312B2D;
  color: #ffffac;
  font-family: Arial, Helvetica, sans-serif;
}

.border { 
  background-color: #F3E7C9;  
  margin: 0 0 10px 0;
  float: right;
  width: 535px;
}

.clear {clear: both;}

.inline-cats { /*category lists*/
  display:inline; 
  float:left; /* float right displays right to left order*/ 
  width:200px; /* --critical-- total width divided by desired columns - consider margins*/
  margin: 3px;
}

#wrapper {
  background-color: #F7F5EB;
/*  border-left: #664438 5px solid;
  border-right: #664438 5px solid; */
  color: #000000;
  font-size: 12px;
  line-height: 150%;
  width: 960px;
  margin: 0 auto;
}

#header {
  background-color: #664438;
  background-image: url(head-bg.jpg);
  color: #ffffff;
  height: 116px;
  padding: 0px 10px 0 10px;
}

#top-menu {
  color: #FFFFFF;
  font-weight: bold;
  margin: 10px auto 0 auto;
  width: 900px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
} 


#top-menu li{ 
  list-style: none; 
  display: inline;
  background-color: #000000;
} 

	#top-menu li a{
		text-decoration: none;
		margin: 0;
		padding: 5px 5px;
		font-weight: bold;
		color: #F09030;
	}

	#top-menu li a:hover{
		color: #999999;		
}

#bread a{
	text-decoration: none;
	color: #F09030;
}

#bread a:hover{
	color: #999999;
}	  
  
#content {
  margin: 10px;
}

#content a, a:visited {
  color: #0066cc;
  text-decoration: none;
}

#content a:hover {
  color: #999999;
  text-decoration: underline;
}  

#content-left {
  width: 400px;
  float: left;
}

#content-left-left {
  width: 50%;
  float: left;
  text-align: center;
}

#content-left-right {
  width: 50%;
  text-align: left;
  float: right;
}

#content-right { 
  float: right;
  width: 450px;
}

#ads a, a:visited, a:active {
  	text-decoration: none;
  	color: #000000;
	font-family:arial;
	font-size: 12px;
}

#ads a:hover {
  	text-decoration: none;
  	color: #adadad;
	cursor: pointer;
}  

#footer {
  background-color: #F7F5EB;
  width: 940px;
  margin: 0 auto;
  clear: both;
  font-size: 11px;
  padding: 10px;
  margin-bottom: 10px;
  color: #000000;
} 

#footer .right { float: right; } 

#footer a, a:visited {
  color: #784335;
  text-decoration: none;
}

#footer a:hover {
  color: #CA5239;
  text-decoration: underline;
}      
      

