body {
	margin: 0px 0px 0px 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-image:url(images/interface/sbowman_bg.jpg);
	background-color:#6A3500;
	background-repeat: repeat-x;
	background-position: top;
	
	} 
	

	
/* main body */

#main{
	width:950px;
	margin: 0px auto;
	background-color:#FFFFFF;

}

#header {
	margin: 0px;
	padding: 0px;
	height: 255px;
}
 

/* full page*/
	
#full-content
{
	margin: 0px auto;
	padding: 0px 25px 0px 25px;
	width: 800px;

}	

/* content on the left */
	
#left-content
{
	margin:  0px 0px 0px 0px;
	padding: 0px 15px 0px 25px;
	width: 575px;

}


/* content on the right  */

#right-content{
	float: right;
	width: 260px;
	margin: 30px 25px 0px 5px;
	padding: 0px 10px 0px 5px;


}

.boxes {
	

	padding: 5px 5px 5px 5px;
	text-align:center;
	border:1px solid #E0b2b4;
	/*background-color:#E4B9BB;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-left:5px double #E0b2b4;
	border-bottom:2px double #E0b2b4;

}

.bigboxes {
	

	padding: 5px 5px 5px 5px;
	border:1px solid #663300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top:5px solid #663300;
	border-bottom:8px double #663300;

}

/*footer*/

#footer {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	background-color: #DBA0A4;
	text-align: center;
	}
	
#footer a{
	font-size: 11px;
	
	}
		
	
	
/* text styles */	
	

ul
{
list-style-type:square;
}	
	
.smalltxt{ 
text-decoration: none;
color: #6D3700;
font-size:11px;
}	

/* link styles */

a { 
text-decoration: none;
color: #6D3700;
font-size:14px;
}

a:active{
text-decoration: none;
color: #6D3700;

}

a:visited {
text-decoration: none;
color: #6D3700

}


a:hover {
text-decoration: underline;
color: #6D3700;
	
}
	
/* heading formats */


h1 {
	font-size: 20px;
	margin: 5 0 5 0;
	color:#3D2908;
	background-image:url(images/interface/divider.jpg);
	background-repeat:no-repeat;

}


h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0px;
	color:#3D2503;
	border-bottom: 1px dotted #E0b2b4;
}


h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing:.1ex;
	color:#6D3700;

}

h4 {
	font-size: 14px;
	color:#6D3700;

}
	

