/* CSS Document */

body { font-family:Arial, Helvetica, sans-serif; font-size:14px;  background-color: #e2e0e0; background-image:url('images/bg.jpg');}

.page { 
		position:absolute;
		left:25%;
		right:25%;
		max-width:602px;
		width:602px;
		top:20px;
		border:4px #9c261c solid;
		background-color:#e2e0e0;l
		


	} 

.header_main {
		position:relative;
		width:602px;
		height:184px;
		background-image:url('images/header-main.jpg');

	}

.header_news {
		position:relative;
		width:602px;
		height:184px;
		background-image:url('images/header-news.jpg');

	}
	
.header_events {
		position:relative;
		width:602px;
		height:184px;
		background-image:url('images/header-events.jpg');

	}
	
.header_the_team {
		position:relative;
		width:602px;
		height:184px;
		background-image:url('images/header-driver.jpg');

	}

.header_links {
		position:relative;
		width:602px;
		height:184px;
		background-image:url('images/header-links.jpg');

	}	
	
.header_sponsor {
		position:relative;
		width:602px;
		height:184px;
		background-image:url('images/header-sponsor.jpg');

	}
	
.header_contact {
		position:relative;
		width:602px;
		height:184px;
		background-image:url('images/header-contact.jpg');

	}

.header_gallery {
		position:relative;
		width:602px;
		height:184px;
		background-image:url('images/header-gallery.jpg');

	}

.links { 
		position:relative;
		width:550px;
		height:20px;
		padding-left:18px;
		font-weight:700;
		font-size:12px;
		color:#9C261C;
		padding-top:0px;
		
	}
	
a:link, a:visited {		
		color:#9C261C;
		text-decoration:none;
	}
a:hover {
		color:black; 
		text-decoration: underline;
	}



.content {
		position:relative;
		width:550px;
		height:auto;
		padding-top:5px;
		padding-left:18px;
		padding-bottom:15px;
		padding-right:12px;
		font-size:12px;
		color:#9C261C;
	}
a.content:visited { color:red; } 
a.content:link { color:red; } 
	
b {font-size:14px;}	
.date { font-size:12px; font-style:italic} 


.footer {
		position:relative;
		width:550px;
		height:15px;
		padding-left:18px;
		font-size:10px;
	}
	
.rns_data {
		z-index:10;
		position:absolute;
		bottom:5px;
		right:10px;
	
}
	
