* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	font-size: small;
	color: #6B6B6B;
	background-image: url(images/logobg.gif);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 26px;
	color: #FF0000;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	color: #FF0000;
}

h4 {
	font-size: medium;
	border-bottom-color: #E3E0D0;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}


p, ol, ul, blockquote {
	line-height: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#textfield1 {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}

#submit1 {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(images/img.gif) repeat-x;
	text-transform: lowercase;
	font-size: small;
	color: #7A7A7A;
}

/* Posted */

.posted {
	height: 33px;
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(images/img6.gif) repeat-x;
	border-bottom: 1px solid #F2F2F2;
}

.posted p {
	float: left;
	margin: 0;
}

.posted .comments {
	float: right;
}

.posted a {
	color: #717171;
}

/* Header */

#header {
	width: 917px;
	height: 115px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	height: 125px;
	padding: 0 0 0 0;
	background-image: url(images/stan_stephens.gif);
	background-repeat: no-repeat;
	width: 917px;
	overflow: hidden;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: right;
	padding: 0 0 0 40px;
	font-size: medium;
	color:#FF0000;
	font-weight: bold;
	text-transform: none;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: right;
	padding: 72px 0 0 8px;
	font-size: small;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

/* Menu */

#menu {
	float: none;
	height: auto;
	padding: 70px 25px 0 0;
	clip: rect(auto,auto,auto,auto);
}



/* Splash */

#splash {
	width: 877px;
	height: 190px;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: none;
	border-left-style: none;
}
#splash ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#splash li {
	display: inline;
}

#splash a {
	padding: 0 12px 0 18px;
	text-transform: capitalize;
	text-decoration: none;
	font-size: small;
	color: #000000;
	font-variant: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

#splash .first a {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #FF0000;
}

#splash a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
	}
	
#splash h3 {
	text-decoration: none;
	font-size: small;
	font-weight: normal;
	font-variant: normal;

	}

/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 30px 35px 0 35px;
	background-repeat: repeat;
	background-position: left bottom;
}

#colOne {
	float: left;
	width: 840px;
}
#colOne h2{
	color:#FF0000;
	font-size: x-large;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
}

#colTwo {
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
	background-image: url(images/mikehailwood_philread.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#colTwo h3{
	color:#FF0000
	}
#colTwo h2{
	color:#FFFFFF;
	font-size: small;
	font-weight: bold;
	display: block;
	background-image: url(images/hotspot.gif);
}
  

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}
