/* CSS Document */

body {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	background: #000;
	color: #ebebeb;
	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: #ebebeb; font-size:14px; font-weight:500;}
em { color: #c7913b;  font-size: 16px;}
i { color: #c7913b;}
a:link {
	text-decoration: none;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c7913b;
		}
	
a:visited {
	font-family: "trebuchet ms", verdana, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	}
	
a:hover, a:active {
	font-family: "trebuchet ms", verdana, sans-serif;
	text-decoration: none;
	color: #c38e37;
	font-weight: bold;
	font-size: 14px;
	}
	
ul li { color: #c7913b; list-style:square; font-weight: bold;}

#container {
	
	background: #000;
	margin: 0 auto;
	padding: 5px;
	text-align:center;
	width: 960px;
	height: auto;
	border: 1px solid #333;
	
	}


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

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

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

#header h1 {
	font-family: "trebuchet ms", 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;
	}	


#footer { margin: auto; clear: both; width: 960px; height: 20px; }
	
	
	
	

	