﻿/*
CSS for Aushermans Memorial Run
*/

body
{
	margin: 0;
	padding: 0;
	font: medium Georgia, "Times New Roman" , Times, serif;
	background-color: #5D1212;
}

#page
{
	background: #373864 url(images/head-back2.gif) repeat-x;
}

#wrap
{
	width: 787px;
	background: #373864 url(images/faux-col.jpg) repeat-y 0 top;
	text-align: left;
	margin: 0 auto;
}


#header
{
	background: url(images/ausher-header2.jpg) no-repeat 0 center;
	width: 787px;
	height: 185px;
}

#main_nav a
{
	display: block;
	height: 10px;
	width: 120px;
	padding-top: 12px;
	border-top: solid #bc6868;
	font-family: "Trebuchet" , "Lucida Grande" , Helvetica, Arial, Verdana;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .1em;
	color: white;
	padding-bottom: 12px;
}

#main_nav a:hover
{
	font-family: "Trebuchet" , "Lucida Grande" , Helvetica, Arial, Verdana;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color: #e4831a;
	padding-left: 3px;
}

#wrap img
{
	float: none;
}

#sidebar
{
	width: 144px;
	margin-left: 0;
	padding-right: 0;
	float: left;
	padding-left: 30px;
	background: url(images/marine-logo.jpg) no-repeat 0 top;
	padding-top: 68px;
}

#content
{
	width: 570px;
	float: right;
	vertical-align: top;
	margin-right: 22px;
}
#footer
{
	width: auto;
	padding-bottom: 1px;
	clear: both;
}
#footer p
{
	text-align: center;
	font-size: 65%;
	text-transform: uppercase;
	margin-left: 140px;
	margin-top: 0;
}

#footer p, #footer a
{
	color: gray;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer-cap
{
	margin-left: 0px;
	background: #5d1212 url(Images/footer3.jpg) no-repeat center top;
	height: 30px;
}
#foot2
{
	background-image: url(Images/fade.jpg) no-repeat;
	height: 30px;
}

a img
{
	border: none;
}
