/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: url(background.jpg); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #31210B;
	}

a { text-decoration: none;  color: #614015;  }
a:hover { color: #000; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	border-top: 50px solid #614015;
	width: 850px;
	height: 34px;
	text-align: right; /* Cancel IE Fix */
	}

#containerall {
	margin: 0 auto;
	width: 850px;
	text-align: right; /* Cancel IE Fix */
	border-top: 30px solid #624114;
	}

	
	#container2 {
    height: 360px;
	width: 830px;
    background: url(bg_content.jpg);
	border: 10px solid #31210B;
	text-align: left;
	padding-top: 40px;
	
	
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
    position: absolute;
    width: 130px;
	height: 110px;
	text-align: right;
	margin: 0 auto;
	
	}	


/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	
	
	border-top: 1px solid #412C0E;
    border-bottom: 1px solid #412C0E;
	border-left: 1px solid #412C0E;
	padding: 0;
	height: 32px;
	width: 520px;
	float: left;
	
	}
	
#nav2 {
	
	
	border-top: 1px solid #412C0E;
    border-bottom: 1px solid #412C0E;
	border-left: 1px solid #412C0E;
	padding-right: 5px;
	height: 32px;
	width: 323px;
	float: left;
	background: #825C18;
	vertical-align: middle;
	
    
	}
#nav li {

	list-style-type: none;
	display: inline;
	line-height: 20px;


	}		
#nav li a { 

	text-decoration: none; 
	color: #CEB984;
	background-color: #835C19;
	border-right: 1px solid #412C0E; 
	border-bottom: 0;
	padding: 6px;
	font-size: 11px;
	float: left;
	
	}
#nav li a:hover { background-color: #CEB984; color: #412C0E; }
#nav li a.on { background-color: #CEB984; color: #412C0E; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #31210B; 
	margin: 0 10px 0 0; 
	cursor: default;
	}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/


#content-all {
	
	width: 815px;
	margin-left: 15px;
	margin-top: 60px;
	
	}	


#content {
	float: left;
	width: 395px;
	line-height: 14px; 
	text-align: left; 
	padding-right: 5px;	
word-spacing: 2px;	
	
	}	

	#content2 {
	float: left;
	width: 385px;
	padding-left: 5px;
	line-height: 14px; 
	text-align: justify; 
	word-spacing: 2px;	
	
	
	}	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	
	margin: 0 auto;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 5px;
	line-height: 16px;
	clear: both;
	width: 810px;
	
	}


	#footer1 {
	text-align: left;	
	color: #ECDDAE;
	font-size: 11px;
	line-height: 16px;
	float:left;
	width: 400px;
	
	}

		#footer2 {
	text-align: right;	
	color: #ECDDAE;
	font-size: 11px;
	line-height: 16px;
	float:left;
	width: 400px;
	
	}
	
#footer a { color: #ECDDAE; text-decoration: none; border-bottom: 1px dotted #ECDDAE; }
#footer a:hover { border-bottom: 1px dotted #ECDDAE; color: #fff; }
