* { margin:0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	background-image:url(images/218135.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	
}

#header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	height: 250px;
}

#nav {
	background-color: #D0AC48;
	min-height: 510px;
	text-align: center;
	padding: 10px;
	float: left;
	width: 167px;
}

#nav a { 
	color: #000066; 
	text-decoration: none;	
	font-size:14px;
	font-weight: bold;
}

#nav a:hover { 	
	text-decoration: underline;
	color: #000099; 
}

#content a {
	color: #000066;
	text-decoration: underline;
	font-size: 12px;
}

a {
	color: #FFCC33;
	text-decoration: underline;
	font-size: 11px;
}

a:hover {
	text-decoration: none;
}


#content {
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
	padding-left: 40px;
	margin-left: 167px;
	min-height: 500px;

}

#h2 {
	color: #000000;
	font-size: 14;
	padding-top: 10px;
	padding-bottom: 10px;
}

#h3 {
	text-align: center;
}


#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #D0AC48;
}


p {
	padding-top: 10px;
}

.fl {
	float: right;
	margin: 5px;
}

ul {
	padding-left: 12px;
}


