@charset "UTF-8";
body {
	background: url(../img/back.gif) repeat;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Avant-Garde, sans-serif;
	font-size: 12px;

}
h1 { font-size: 12pt }
h2 { font-size: 11pt }
h3 { font-size: 10pt }
h4 { font-size: 10pt }
#container {
	

	width: 826px;

	margin-left: auto;

	margin-right: auto;

	position:relative;

}


#header {
	 background: url(../img/header.gif) no-repeat  top;
	 float: left;
	 width: 826px;
	height: 137px;
	 display: inline;

}

#contenttop {
	background: url(../img/contenttop.gif) no-repeat;
	width: 826px;
	height: 47px;
	
	display: inline;
	float: left;
}

#mainContent {
	background: url(../img/solidback.gif) repeat-y;
	width: 826px;
	display: inline;
	z-index:-1;
	float: left;
}

#centerCol {	
	display: inline;
	float: right;
	width: 700px;
    	padding-left: 66px;
	padding-right:65px;
	
}

#leftCol {	
	display: none;
	float: left;
	width: 235px;
    padding-right: 26px;
	
	
}

#contentbottom {
	background: url(../img/contentbot.gif) no-repeat;
	width: 826px;
	height: 77px;
	display: inline;
	float: left;
}
#footer {
	
	float: left;
	width: 826px;

	font-size: 11px;
	text-align: center;
}


#mainMenu {
	float: left;
	height: 29px;
	width: 700px;
	display: block;
	margin-left:75px;
	
	padding-bottom: 10px;
}

#mainMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: 15px;
	
}
#mainMenu li {
	float: left;
	display:inline;
	
}
#mainMenu ul li a {
	font-family: "Avant-Garde", sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#mainMenu ul li a:hover {
	color: #a71431;
	text-decoration: underline;
}