@charset "utf-8";
/* CSS Document */
body	{ 
	background-image:url(images/BG_lines.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #e4e4e4;
	margin-top: 0;
	}
#contentHolder { 
	width:922px; 
	margin:auto; 
	background-color: #9E745C;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	}
.header { 
	height: 250px; 
	background-image:url(images/header.png);
	}
.image { float:left; padding-right: 20px; }
.content { 
	font-size: 14px; 
	line-height: 22px; 
	background-color: #000033;
	padding: 20px;
	}
.content a { color: #e4e4e4; }
.content a:hover { color: #e4e4e4; }
#menu{ 
	font-weight: 700; 
	font-size: 16px; 
	padding:6px 0; 
	margin:0; 
	background-color:#9E745C; 
	border-bottom: #fff solid 1px;
	}
#menu ul { padding: 0; margin: 0; }
#menu li { 
	display:inline; 
	list-style:none; 
	padding-left:16px;
	}
#menu li a { color: #333; text-decoration: none; }
#menu li a:hover { color: #fff; }

.footer {
	background-color: #000;
	font-size: 10px;
	padding: 6px;
	text-align: center;
	color:#666;
	}
.footer a { color:#e4e4e4; }
.footer a:hover { color:#fff; }
	
