@charset "utf-8";

body {
	background-color: #12120A;
}

#footer { 
	width: 800px;
	height: 60;
	background-color: #999b6f;
	
} 

#container { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #999b6f;
} 

#header { 
	height: 100px;
	background-color: #999b6f;
}

#sidebar {
	float: right;
	width: 400px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-color: #999b6f;
}

#sidebarright {
	float: left;
	width: 400px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-color: #999b6f;
}
	 

#sidebarleft {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	background-color: #999b6f;
	
}

#form {
float: right;
}

#main { 
	margin: 0;
	padding: 10px 15px 10px 15px;
	width: 569px;
	background: #FFFFFF ;
	float: right;

}

	
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.style3 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style4 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif
	font-weight: normal;
	}
	
.style5 {
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

