* {
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: 80px;
	background-color: White;
	font: 30px Arial;
	text-align: left;
	text-indent: 50px;
	vertical-align: middle;
	line-height: 30px;
	color: #5679DF;
	background:  url(../img/header2.jpg);
}

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

#menusystem {
	background: #F0F0F0;
	width: 800px;
	font-size: small;
}

#bannerenvironment {
width: 800px;
height:200px;
	background: #F4F4F4 url(file:///H|/Website%20Library/Anvil%20Locksmiths/www/img/banner.jpg);
}
#sectionabovecontent {
	width:800px;
	height:267px;
	background:  url(../img/abacus2.jpg);
	background-color : Silver;
}
#wrapper {
	width: 800px;
	height: 100%;
	background: white repeat-y;
	background-position: 0 0;
	margin: 0 auto;
	text-align: justify;
	border: 0px solid #FBFBFB;
}
	
h4 {
	font : bold 22px Verdana, Arial, Helvetica, sans-serif;
	color : #555555;
	
}
h3 {
	font : normal Verdana, Arial, Helvetica, sans-serif;
	color : #5F5F5F;
	font-size: medium;
	
}
img {
	padding:6px;
	border: 1px solid #E4E4E4;
	margin-left : 5px;
}

#content {
	width: 750px;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin-top : 10px;
	margin-bottom : 20px;
}
#thetext {
	width: 430px;
	height: 100%;
	float:left;
}
#thephoto {
	width: 200px;
	height:auto;
	float:right;
}

p {
margin-bottom: 10px;
}

p:first-line {
	font-weight: normal;
}

#accesslinks {
	width: 750px;
	height: 50px;
		background:  url(../img/footer.jpg);
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	color : White;
	text-align : left;
	font : bold 11px Arial, Helvetica, sans-serif;
	background-color: #BDB76B;
	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: 300px;
	height:auto;
	background-color: #E9AFC2;
	border: 2px dashed;
	color: Black;
}
#nav {
	margin:0;
	padding:0;
	background: #0057AE 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: #005BB7;
}
	#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;
	}