/* CSS Document */

body {
	font-family: verdana, sans-serif;
	font-size: 14px;
	background:#fff;
	color: #663300;
	margin: 0;
	padding: 0;
	text-align:left;
	width: 100%;
	}
h1 { font-size: 16px; color: #c7913b;}
h2 { font-size: 14px; text-align: left; color: #c7913b;}
h4 { font-size: 14px; text-align: left; color: #fff;}
h3 { text-align: center; font-weight:bold; margin-right: 50px; padding-top: 0; color: #c7913b; font-family: "trebuchet ms", verdana, sans-serif;}
p { margin-top: 10px; text-align: left; color: #630; font-size:14px; font-weight:500;}
i { color: #c7913b;}
a:link {
	text-decoration: none;
	font-family:  verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
		}
	
a:visited {
	font-family:  verdana, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #330000;
	font-weight: bold;
	}
	
a:hover, a:active {
	font-family:  verdana, sans-serif;
	text-decoration: none;
	color: #663300;
	font-weight: bold;
	font-size: 14px;
	}
	
ul li { color: #c7913b; list-style:square; font-weight: bold;}

#container {
	
	background: #fff;
	margin: 20px auto;
	padding: 5px;
	text-align:center;
	width: 1006px;
	height: auto;
	border: 1px solid #333;
	
	}


#header {
	margin: 0;
	width: 1000px;
	float: left;
}

#nav {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	float: left;
	height: 30px;
	width: 1000px;
	color: #c7913b;
	background:  url(../images/background2.jpg) left no-repeat;
	background-repeat: no-repeat;
	
	}

#nav h3 { margin: 0;}
	
#nav a:link {
	text-decoration: none;
	font-family:  verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 40px;
	color: #663300;
	line-height:30px;
	}
	
#nav a:visited {
	text-decoration: none;
	font-family:  verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	color: #663300;
	}
	
#nav a:hover, a:active {
	text-decoration: none;
	font-family:  verdana, sans-serif;
	color:#fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	}

#header h1 {
	font-family:  verdana, sans-serif;
	font-size: 30px;
	text-align: right;
	padding-top: 0;
	padding-right: 20px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #c7913b;
}

#sidebar {
		width: 200px;
		background: #clear;
		float: left;
		margin-top: 30px;
		margin-right: 5px;
		margin-left: 5px;
		padding-right: 15px;
		padding-left: 15px;
		border-right: 1px solid #333;
		 }
		 	
#main {
	margin-top: 20px;
	margin-left: 40px;
	float: left;
	width: 640px;
	padding: 15px;
	background:#clear;
	height: auto;
	text-align: left;
	}
	
#main a { text-align: center; text-decoration: underline; }	
#main a:hover { color: #330000; }
#main th h2 { color: #663300; text-align:center; }

#footer { text-align: right; clear: both; width:1000px; height: 10px; font-size: 9px; }
	
	
	
	

	
