
body{
	margin: 0px auto;
	padding: 0px;
	color: #ce835c;
	background-color: #ce835c;
}

body {font-family: arial, sans-serif; margin: 5px;}
h1 { font-size: 40px; color:#ce835c; margin: 5px; font-weight: bold; }
h2{font-size: 30px; color:#3e424d; margin: 5px; font-weight: bold;}
h3{font-size: 22px; color:#ce835c; margin: 5px; font-weight: bold;}
h4{font-size: 18px; color:#3e424d; margin: 5px; font-weight: bold;}
h5{font-size: 24px; color:#3e424d; margin: 5px; font-weight: bold;}
h6{font-size: 14px; color:#ce835c; margin: 5px;}
p {font-size: 20px; color:#ce835c; margin: 5px;}
ul{font-size: 18px; color:#ce835c; margin: 5px;}
em {background-color: #3e424d; color: #ce835c;}
a {text-decoration: none; font-weight: bold;}



#wrapper{
	width: 1108px;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #3e424d;
	padding: 8px;
}

#header{
	float: left;
	width: 1100px;
	height: 123px;
	background-color: #3e424d;
	background: url('../pics/indexbanner2b.gif') center;
}

#leftsidebar{	
	
	width: 100px;
	height: 1000px;
	background-color: #3e424d;
	
	background: url('../pics/background7b.jpg') center;
	background-repeat: repeat-y;
	float: left;
	
	}

#rightsidebar{	
	
	background-color: #3e424d;
	float: left;
	width: 100px;
	height: 1000px;
	background: url('../pics/background7.jpg') center;
	background-repeat: repeat-y;
	
}	
#container{
	width: 900px;
	height: 100%;
	float: left;
	background-color: #3e424d;
}


#navigationbar{
	float: left;
	width: 900px;
	height: 104px;
	background-color: #3e424d;
	
	}

	
#leftcol{
	float: left;
	width: 250px;
	
	background-color: #ce835c;
	
}


#rightcol{
	float: left;
	width: 630px;
	
	padding: 0px;
	background-color: #ffffd7;
}

#footer{
	float:left;
	width: 900px;
	height: 40px;
	background-color: #3e424d;
}

	
	


