@charset "utf-8";

/* _______________________________________________________________ --> GLOBAL STYLES <-- */

* {
	padding:0;
	margin:0;
}

body {
	background:url(images/banner.png) #0d0d0b repeat-x;
	color:#040404;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	line-height:20px;
	overflow-x:hidden;
}

a {
	color:#00aeef;
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	color:#00aeef;
	text-decoration:underline;
}

a img {
	border:none;
}

p {
	padding-bottom:18px;
}

ul, ol {
	padding-bottom:18px;
}

#content ol, #content ul {margin-left:30px;}

li {
	margin-left:15px;
}

h1 {
	color:#6b91b9;
	font-family:Geogia, serif;
	font-size:20px;
	padding-bottom:12px;
}

h2 {
	color:#0d0d0b;
	font-family:Geogia, serif;
	font-size:26px;
	padding-bottom:18px;
}

h3 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:1px;
	text-decoration:underline;
	padding-bottom:6px;
}

/* _______________________________________________________________ --> WRAPPER, CONTAINER, LOGO AND BANNER <-- */

#wrapper {
	width:780px;
	position:relative;
	margin:0 auto;
}

#top {
	background:url(images/top.png) no-repeat;
	width:778px;
	height:132px;
	float:right;
	margin-right:-325px;
}

#container {
	background-color:#FFFFFF;
	float:left;
	width:780px;
	height:auto;
	min-height:350px;
	border-bottom:40px #222222 solid;
	padding-bottom:30px;
	margin:5px 0 20px 0;
}

#logo {
	float:left;
	width:240px;
	height:240px;
}

#rc {
	background:url(images/running_club.jpg) no-repeat;
	float:left;
	width:540px;
	height:240px;
}

/* _______________________________________________________________ --> NAVIGATION <-- */

#navigation {
	background-color:#666666;
	width:767px;
	height:26px;
	float:left;
	padding:15px 0 0 13px; 
}

#navlist li, #navlist li a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	list-style-type:none;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	padding:2px;
	margin-left:2px;
}

#navlist li a {
	padding:10px 10px 8px 10px;
}

#navlist li a:hover {
	background-color:#6b91b9;
}

/* _______________________________________________________________ --> GRADIENT AND CONTENT <-- */

#grade {
	background:url(images/gradient.gif) repeat-x;
	width:auto;
	height:33px;
}

#content {
	float:left;
	width:720px;
	height:auto;
	min-height:200px;
	margin-top:10px;
	padding-left:30px;
}

/* _______________________________________________________________ --> GALLERY <-- */

.gallery {
	float:left;
	width:720px;
	margin-bottom:30px;
}

.w {	
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.c  {
	clear:both;
}

/* _______________________________________________________________ --> FOOTER <-- */

#footer {
	float:left;
	width:780px;
	color:#888888;
	font-size:10px;
	margin-left:30px;
}

a.f {
	color:#888888;
}

#grass {
	background:url(images/footergrass.gif) repeat-x;
	height:35px;
}
