/* CSS Document */

body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;	
	width: 900px;
	text-align: left;
	font-family: Arial, Helvetica, Tahoma, Times New Roman;
	font-size: 13px;
	color: #1e0c02;
	background-color: #67c8d1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	} 

#header {	
	width: 900px;	
	float: left;
	height: 185px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	}


#container {	
	width: 900px;	
	float: left;
	padding: 0px;
	margin-top: 2px;
	background-color: #3c2213;
	border-width: 1px;
	border-color: #1e0c02;
	border-style: solid;
}	

#toolbar {	
	width: 550px;	
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 25px;
	text-align: center;
	color: #1e0c02;
	background-color: #ffffff;
	}
	
#left_content {
	float: left;
	width: 759px;
	margin-top: 1px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	color: #333333;
}

#right_content {
	float: right;
	width: 234px;
	height: 100%;
	margin-top: 1px;
	padding-bottom: 0px;
	background-color: #333333;
	color: #FFFFFF;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #65cbd0;
}


#single_content {
	float: left;
	width: 900px;
	margin-top: 1px;
	padding: 20px;
	background-color: #FFFFFF;
	color: #333333;
}

#single_content2 {
	float: left;
	width: 840px;
	margin-top: 0px;
	padding: 20px;
	padding-top: 0px;
	background-color: #FFFFFF;
	color: #1e0c02;
}
	
#footer {
	float: left;
	width: 900px;
	height: 30px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}
