body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background:#D5CBB5 url(images/bg.gif) repeat-x;
	text-align:center;
	
}

a:link {
	color: #A39161;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A39161;
}
a:hover {
	text-decoration: underline;
	color: #A39161;
}
a:active {
	text-decoration: none;
	color: #A39161;
}

#container { 
	width: 960px;
	min-height:720px;
	height:auto;
	margin: 0 auto; 
	text-align: left;
	background: url(images/back.png) bottom right no-repeat ;

	
}

#leftContent { 
background:#ffffff;
	margin: 15px 0px 50px 0px;
	padding: 20px;
	float:left;
	width:620px;
	min-height:250px;
	height:auto;
} 

#rightContent { 
background:#ffffff;
	margin: 15px 0px 10px 0px;
	padding: 20px;
	float:right;
	width:200px;
	height: auto;
	border: 15px solid #A39161;
	text-align:center;
} 




#header { 
	background:#FFFFFF;
	height:315px;
} 

#title { 
text-align:center;
	margin-top:20px;
	width: 920px;
	height:260px;
	line-height:40px;
	font-weight: bold;
} 

#menu { 
	margin-top: 5px;
	width: 920px;
	#width: 960px;
	height:60px;
	line-height:60px;
	font-size:14px;
	font-weight:bold;
    background:#CABFA3;
	} 

#menu ul {
 text-align:left;
 }

#menu li {
	display: inline;
}
#menu li a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 60px;
}
#menu li a:hover {
text-decoration: underline;
color: #ffffff;       
}

#bottom {
	clear:both;
	width:960px;
	height: auto;
	text-align: left;
	
} 

#footerbottom{
	clear:both;
	margin: 40px 0px 0px 0px;
	height:20px;
	font-size:11px;
	text-align:center;
	
} 

#footerbottom a {
	color: #F57F20;
}

#footerbottom a:hover {
text-decoration: underline;
color: #F57F20;
              
}

.clear { clear: both; }

h1 {font-size:20px; 
color:#A39161;}

.textbody {
	color: #333;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
