body {
	margin: 0;
	padding: 0;
	background: #660000;
	background-image:   url(../images/bg.jpg);
	background-position: top center fixed;
	background-repeat: no-repeat;
	font-size: 11px; 
	color: #666633; 
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

a img {border: none; }

h2 {
	font-family: georgia, serif;
	color: #999966;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: normal;
}
		#h2-news {
			display: block;
			width: 258px;
			height: 30px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/news.gif);
			}
			
		#h2-what {
			display: block;
			width: 258px;
			height: 30px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/what.gif);
			}
		
		#h2-who {
			display: block;
			width: 258px;
			height: 30px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/who.gif);
			}
		
		#h2-where {
			display: block;
			width: 258px;
			height: 30px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/where.gif);
			}
		
		#h2-team {
			display: block;
			width: 258px;
			height: 30px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/team.gif);
			}
		
		#h2-partners {
			display: block;
			width: 258px;
			height: 30px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/partners.gif);
			}
		
		#h2-contact {
			display: block;
			width: 258px;
			height: 30px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/contact.gif);
			}
			
		#h2-store {
			display: block;
			width: 258px;
			height: 30px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/store.gif);
			}								

h3 {
	font-family: georgia, serif;
	color: #999966;
	padding-top: 15px;
	font-size: 18px;
	line-height: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	}

a:link {
	color: #00CCCC;
	text-decoration: underline;
	}
	a:hover {
		color: #00CCCC;
		text-decoration: underline;
		background-color: #EEEEEE;
		}
	a:active {
		color: #00CCCC;
		text-decoration: underline;
		}
	a:visited {
		color: #00CCCC;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #00CCCC;
		text-decoration: underline;
		background-color: #EEEEEE;
		}
		
/* HEADERS ---------- */
		
#header-news {
display: block;
width: 258px;
height: 30px;
overflow: hidden;
text-indent: -9999px;
background: url(../images/news.gif);
}		
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #999999;
	}

	a.footer:link {
		color: #330000;
		text-decoration: none;
		}
	a.footer:hover {
		color: #999999;
		text-decoration: underline;
		}
	a.footer:active {
		color: #330000;
		text-decoration: none;
		}
	a.footer:visited {
		color: #330000;
		text-decoration: none;
		}
	a.footer:visited:hover {
		color: #999999;
		text-decoration: underline;
		}
			
	
/*CONTENT ------------- */		

#content {
	position: absolute;
	left: 402px; 
	top: 75px; 
	width: 450px; 
	height: 475px; 
	z-index: 1;
	}

#overflow {
	background-color: none;
	width:440px;
	height:475px;
	overflow: auto;
	overflow-x: hidden;
	}
	
#van {
	position: absolute;
	left: 36px; 
	top: 664px; 
	width: 900px; 
	height: 140px; 
	z-index: 2;
	}
	
.newsdate {
	padding: 20px 0px 0px 0px;
	font-family: georgia, serif;
	color: #999966;
	font-size: 18px;
	line-height: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
iframe {
overflow-x: hidden;
overflow-y: scroll;
} 			