/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #000000; url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(194, 156, 109);
}

h1,  h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: color: rgb(194, 156, 109);
}


h2,{font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(194, 156, 109); font-size: 22px;  text-align:center;
 
}
a {
		font-weight: bold;
	text-decoration: none;
	color:#C29C6D;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
	
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 120px;
	margin:15px auto;
	padding: 0px  0px 0px 0px;
	background: #FFFBFD url(images/3.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 10px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
	color:C29C6D;	
	border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url(images/sp.gif);

}

#menu a:hover {
	background-color: #FF9900;
	color: #D51920;
	background: url(images/u.jpg);
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;

}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 770px;
	padding: 0px 0px 0px 50px;

}

}

#right {
	float: right;
	width: 0px;
	padding: 0px 20px 40px 20px;
	color: #FFffff;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: 0px auto;
	border-top: 1px solid #333333;
	
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #C29C6D;
}
