@charset "utf-8";
/* CSS Document 
#### Designed and Built by: Abel Rogers
#### Zero Design Ltd. 2008
#### www.zero-design.net
*/

*{margin:0; padding:0; border:0;}
html,body{margin:0;padding:0}

body{
	font: 74%/130% Verdana, Arial, Helvetica, sans-serif;
	background:#ffec99;
}

.fleft {float:left;}
.flright {float:right;}
.clear {clear:both;}
img{padding:0; margin:0; border:1px solid #679623; display:block;}
p, h1, h2, h3{margin:0 45px 10px 40px; color:#000;}

h1 {color:#679623; font-size:2.5em;}
h2 { font-size:1.9em;}
h3 { font-size:1.4em;}

a:hover {color:#679623;}

#wrap {
	width:760px;
	margin:20px auto;
	padding:2px;
	border:2px solid #ffb900;
}

#head{ 
	height:164px;
	background:url(images/zerorally_head.gif) no-repeat;
}

#nav {
	height:50px;
	padding-left:225px;
	margin-top:-25px;
}

#nav ul li{
	list-style:none;
	float:left;
	margin:0 10px;
}

#nav ul li a{
	text-decoration:none;
	font-size:1.3em;
	color:#000;
}

#nav ul li a:hover, #nav li.current a {
	color:#679623;
}

#content {
	background:url(images/zerorally_content_bg.gif) no-repeat 0 20%;
	min-height:200px;
	padding:10px 0;
}

.gallery {height:120px;}
.gallery img {float:left; margin-left:40px; display:inline;}

.map {
	float:right;
	margin:0 45px 10px 15px;
	border:1px solid #679623;
}

#footer {
	height:107px;
	background:url(images/zerorally_footer.gif) no-repeat;
}




/* Clear fix
------------------------------------------*/
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */