#wrapper{
 	margin-left: auto;
 	margin-right: auto;
	width: 760px;
	background-color: #DA0000;
}

body {	
	background-color: #EDECEC; /* outside background */
	text-align: left;
	font-family: calibri, Garamond, Comic Sans;	
	font-size: 1.0em;		
	color: #FFF;
}

h1 {
	font-family: calibri, Garamond, Comic Sans;
	font-size: 30px;
	color: #DA0000;
}

h2 {
	font-family: calibri, Garamond, Comic Sans;
	font-size: 20px;
	padding-bottom: 0;
}

p a{
	color:#E0793F;
}

.alt {
display: none;
}

img {
	border-style: none;
}



.imgright {
	float: right;
	margin: 3px;
	border-style: none;
}

.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto 
}


#header	{
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 110px;
	background-color: #000;
}

#gap	{
	background-color: #505050;
	height: 4px;

}



#bannerlogo a{
	display: block;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 110px;
	background: url('../images/newbanner.jpg') no-repeat; 
}

#navigation {
	background: url('../images/navbar.jpg') no-repeat;
	height: 40px; /* Flase value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 43px; /* Actual value for conformant browsers */; 
	width: 760px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

#navigation ul {
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
 	list-style: none;
 	width: 180px;
	display: inline;
}

#navigation li{
 	display: inline;
 	margin:0;	
}

#navigation a{
 	display: inline;
 	padding: 10px 15px 10px 15px;
 	line-height: 2.7em;
 	text-decoration: none;
 	color: #fff;
	border-right: 1px dashed #FFFFFF;
}

#navigation a.noright{
	border-right: 0px;
}

#navigation a:hover{
 	padding: 10px 15px 10px 15px;
 	line-height: 2.7em;
 	text-decoration: none;
	color: #000;
}


#content {
	background: #DA0000;
	position: relative;
	border: 0px none;
	padding: 0;
	margin: 0px;
	width: 760px;
}

.bannercontent {
    	background: #000;
	margin: 0px 10px 0px 10px;
	border: 0px none;
	width: 740px; /* Flase value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 690px /* Actual value for conformant browsers */; 
}

#maincontent {
    	background: #000;
	margin: 0px 10px 10px 10px;
	border: 0px none;
	width: 740px; /* Flase value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 690px /* Actual value for conformant browsers */; 
	padding: 10px 25px 10px 25px;
}


#footer	{
	background: #000;
	background: url('../images/bottombar.jpg') no-repeat;
	height: 40px;	
	margin:0;
	clear:both;
	color: #ffffff;
	padding: 0;
}

#footer p {	
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 12px 0 0 10px;
	
}

#map{
	float: right;
	margin: 0;
}