#header {
	width: 960px;
	height: 192px;
	margin: 0 auto;
}

#img1 {
	height: 160px;
	width: 230px;
	float: left;

}

#img3 {
	height: 160px;
	width: 230px;
	float:left;
	margin-right: 20px;
	padding-top: 3px;
	padding-bottom: 13px;
}

#img4 {
	height: 160px;
	width: 230px;
	float: right;
	padding-top: 3px;
	padding-bottom: 13px;
}

#img2 {
	height: 160px;
	width: 230px;
	float:right;
}

#ad1 {
	height: 125px;
	width: 125px;
	margin-left: 177px;
	margin-bottom: 10px;
	
}

#ad2 {
	height: 60px;
	width: 468px;
	margin-left: 6px;
	margin-bottom: 10px;
	
}

* {
	margin: 0;
	padding: 0;
}

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-image: url(Images/billycartbackground.jpg);
	background-repeat: repeat-x;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 197%;
	color:#666666;
	padding-bottom: 10px;
}

h2 {
	font-size: 167%;
	padding-left: 12px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style-type: none;
}

ul li {
	padding-left: 10px;
	background-position: 0px 10px;
}

a:link {
	color: #666666;
}

a:hover, a:active {
	text-decoration: none;
	color: #666666;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
	background-color: #999999;
}

.col-two {
	float: right;
	background-color: #666666;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

/* Boxes */

.box-orange {
}

.box-orange .section {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #999999;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background-color: #999999;
	
}

.box-orange .content {
	padding: 20px;
	background-color: #FFFFFF;
}

.box-blue {
}

.box-blue .section {
	
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	
}

.box-blue .content {
	padding: 20px;
	background-color: #FFFFFF;
}

.box-pink {
	background-color: #999999;
}

.box-pink .section {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #999999;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;

}

.box-pink .content {
	padding: 20px;
	background-color: #FFFFFF;
}

/* Menu */

#menubox {
margin: auto;
}

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	background-image: url(Images/billycartnavimage.jpg);
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	
	float: left;
	margin-right: 5px;
	padding: 0;
}

#menu a {
	
	float: left;
	text-decoration: none;
	color: #666666;
	
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#menu b {
	
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
}

#menu li.active {
	background-color: #CFCECE;
}

#menu li.active a {
	color: #666666;
	background-color: #FF9900;
}

#menu li.active b {
}

/* Page */

#page {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 520px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

/* Feature */

#feature {
	margin-bottom: 20px;
	background-color:#666;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	
	color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #003300;
}
#footer a {
	color: #000000;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}
