* {
	margin: 0px;
	padding: 0px;
}

/* may want to change padding, font */
body {
	padding: 20px 20px 5px;
	background-color: #C0C0C0;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

a {
	color: #5A0000;
	text-decoration: underline;
}

/* may want to change color */
a:hover {
	color: #bfd8f6;
}

span {
	display: none;
}

img 
{
	float:right;
	border:3px black;
	margin:0px 0px 15px 20px;
}
em
{
	font-weight: bold;
}

.left {
	float: left;
}
.right {
	float: right;
}
img.body 
{
	height: 200px;
	width: 300px;
}
ul
{
	list-style-position: inside
}


/* may want to change padding, font */
p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

h1
{
	font-size: 24px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
}
h3
{
	font-size: 12px;
	font-weight: bold;
}


#container {
	margin: 0px auto;
	width: 780px;
	background-color: red;
	border-style: solid;
}


/* Page Header */

#header_container {
	margin-bottom: 0px;
	border: 1px solid #fff;
	background-color: white;
}

#page_header {
	
	width: 760px;
	height: 170px;
	background: url('haymaker-banner.jpg') no-repeat center;
	overflow: hidden;
}


#content
{
	margin: 5px 5px 20px;
	text-align: justify;
	line-height: 14px;
	min-height: 400px;
	height:auto !important;
	height:400px;
	background-color: #FFE6E6;
	border-style: solid;
	padding: 20px 20px 5px;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}

#nav li {
    float: left;
    list-style: none;
    width: 129px;
    font-size: 11px;
    font-weight: bold;
    border-left: 1px solid white;
    text-align: center;
}

#nav li.first {
    width: 130px;
    border-left: none;
}

#nav a {
    color: red;
    display: block;
    text-decoration: none;
    background: black;
    padding: 2px 0;
    width: 100%;
}

#nav a:hover {
    background: #C0C0C0;
}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}

#contact
{
	text-align: center;
	line-height: 14px;
	min-height: 20px;
	background-color: white;
	border-style: solid;
	padding: 5px px 5px;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}
