* {
	margin:0px;
	padding:0px;
}

body {
	background:#393938;
}

img {
	border:0px;
}

#container {
	position:relative;
	top:0px;
}

td {
	padding:10px;
}

#header {
	position:relative;
	top:0px;
	background:url('images/header-bg.jpg') repeat-x;
	width:100%;
	height:180px;
}

#topnav {
	background:url('images/topnav-bg.gif') repeat-x;
	position:relative;
	top:144px;
	height:36px;
}

#topnav ul {
	list-style:none;
	width:750px;
	margin:0 auto;
}

#topnav ul li {
	display:inline;
	padding: 8px 10px;
	float:left;
}

#topnav ul li a {
	text-decoration:none;
	color:#ffffff;
	font-family: georgia, times;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0px;
}

#topnav ul li a:hover {
	text-decoration:underline;
	color:#ff9999;
}

#content {
	position:relative;
	top:0px;
	background:#000000 url('images/content-bg.jpg') repeat-x;
	width:100%;
	border-bottom:1px solid #4d4d4c;
}

#subfoot {
	clear:both;
	background:#000000;
	border-top:1px solid #cccea0;
	border-bottom:1px solid #737558;
	width:100%;
	position:relative;
}

#footer {
	border-top:1px solid #000000;
	height:60px;
	width:100%;
}

h1 {
	font-family: georgia;
	color:#9f9f9f;
	font-size:20px;
	font-weight:400;
	text-align:left;
	background: url('images/h1-bg.gif') 0px 10px repeat-x;
}

h1 span {
	background:#000000;
	padding-right:10px;
}

p {
	font-family:"Lucida Grande", verdana;
	font-size:12px;
	color:#d6d5d5;
	line-height:18px;
	margin:1.12em 0;
	text-align:left;	
}

a {
	color:#9f9f9f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#ffffff;
}

.width750HOME {
	position:relative;
	background:url('images/homeHorse.jpg') top right no-repeat;
	top:0px;
	width:750px;
	margin:0 auto;
	padding-top:20px;
}

.width750 {
	position:relative;
	top:0px;
	width:750px;
	margin:0 auto;
	padding-top:20px;
}

.floatL {
	float:left;
	width:330px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.floatR {
	float:right;
	width:330px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;	
}

#footer p {
	font-family:cambria, georgia, serif;
	color:#939393;
	font-size:14px;
}
