* {
margin: 0;
padding: 0;
}

body {
	text-align: center;
	font: normal 12px/18px Arial;
	color: #666666;
	padding-top: 0px;
	background : #F0F0F0;
}

a {
	color: #4169E1;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
color: #FF4444;
}

#header {
	width: 800px;
	height: 130px;
	background-color: White;
	font: 30px Arial;
	text-align: left;
	text-indent: 50px;
	vertical-align: middle;
	line-height: 30px;
	color: #5679DF;
	background: url(../img/header.jpg);
}

#topsection {
	width:750px;
	height: 25px;
	background-color : #2D2D2D;
	color : White;
	font : bold normal 16px Arial, Helvetica, sans-serif;
}

#menusystem {
	background: #08c;
	width: 800px;
	height: 25px;
	border:1px solid #fff; 
}

#bannerenvironment {
width: 800px;
height:200px;
}
#sectionabovecontent {
	width:800px;
	height:25px;
	background-color : #990000;
}
#wrapper {
	width: 800px;
	background: #FBFBFB repeat-y;
	background-position: 0 0;
	margin: 0 auto;
	text-align: justify;
	border: 0px solid #FBFBFB;
}
	
h1 {
	width: 750px;
	height: 10px;
	background-color: Silver;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
}
h4 {
	font: Century Gothic;
	color: #990000;
	font-size : large;
	text-indent: 10px;
}
img {
	padding:6px;
	border: 1px solid #E4E4E4;
	margin-left : 5px;
}

#content {
	width: 750px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top : 10px;
	font: veranda;
	font-size: small;
}

p {
margin-bottom: 10px;
}

p:first-line {
	font-weight: normal;
}
p:first-letter {
font-size: 200%;
}

#accesslinks {
	width: 750px;
	height: 50px;
	background:  url(../img/footer.png);
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	color : White;
	text-align : left;
	font : bold 11px Arial, Helvetica, sans-serif;
	background-color: #2280DD;
	float: left;
	font-size: small;
	font : Verdana, Arial, Helvetica, sans-serif;
}
#accesslinks a {
	color: White;
	font-size: smaller;
	text-decoration: none;
}
#accesslinks a:hover {
	color: red;
	font-size: smaller;
	text-decoration: none;
}
#alertbox {
	width: 350px;
	height:25px;
	padding-top: 15px;
	Font-size:large;
	background-color: #FF3333;
	border: 2px dashed, black;
	color: white;
	text-indent: 20px;
	}
#nav {
	margin:0;
	padding:0;
	background: #770000 url(../img/menuback.jpg) repeat-x 0 0;
	width:100%;
	float:left;
	border: 0px solid #003162;
	border-width:0px 0;
}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
	color: White;
	background: transparent;
	padding: 20px 30px 4px 8px;
	float:left;
	width:auto;
	border-right: 1px solid #666666;
	text-decoration:none;
	font: bold 0.83em/0.83em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
}
	#nav a:hover {
	color:#fff;
	background: #990000;
}
	#nav li:first-child a {
		border-left:1px solid #666666;
	}
	#home #nav-home a,
	#about #nav-about a,
	#archive #nav-archive a,
	#lab #nav-lab a,
	#reviews #nav-reviews a,
	#contact #nav-contact a {
		background:#e35a00;
		color:#fff;
		text-shadow:none;
	}
	#home #nav-home a:hover,
	#history #nav-history a:hover,
	#join us #nav-join us a:hover,
	#news #nav-news a:hover,
	#races #nav-races a:hover,
	#training #nav-training a:hover,
	#youth squad #nav-youth squad a:hover,
	#contact us #nav-contact us a:hover {

		background:#e35a00;
	}
	#nav a:active {
		background:#e35a00;
		color:#fff;
	}