@CHARSET "ISO-8859-1";

/* Global Styles */

.left{ float: left; }
.right{	float: right; }
.clear{ clear: both; }

a{ color: #A1A4A4; }
a:hover{ color: #FFFFFF; }
a:visited{ color: #A1A4A4; }

/* Template Styles */

body {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	background-color: #000;
	font-family: Verdana;
	color: #A1A4A4;
}

.wrapper{
	margin: auto;	
	width: 992px;
	border: 1px solid #222222;
	margin-bottom: 20px;
}

.main{
	background-image: url(/images/background.jpg); 
	background-repeat: repeat-y;
}

.header{
	width: 992px;
	height: 441px;
	background-image: url(/images/header.jpg); 
	background-repeat: no-repeat;
}

#menu{
	margin-top: 20px;
	float: left;
	width: 170px;
}

#menu ul{
	margin: 0 0 0 41px;
	padding: 0;
}

#menu li{
	background-color: #033333;
	padding: 12px;
	margin: 0 6px 6px 0;
	list-style: none;
}

#menu li#currentPage{
	background-color: #0A2425;
	margin-right: 0;
}

#menu li a{
	text-decoration: none;	
}

#menu li a:hover{
	text-decoration: underline;	
}

#content{
	margin: 20px 0 20px 0px;
	padding: 5px;
	float: left;
	width: 680px;
	background-color: #0A2425;
}

.footer{
	width: 993px;
	background-color: #cfcfcf
}