* {
	font: 14px arial;
}

body,
html {
	margin: 10;
	padding: 10;
	background: #000;
	color: #fff;
}

body {
}

img {
	display: block;
}

#wrap {
	width: 779px;
	margin: 0 auto;
	background-image: url(./images/mainBackground.jpg);
}

#header {
	height: 150px;
}

#logo {
	float: left;
	width: 264px;
}

#head {
	float: left;
	width: 515px;
	height: 150px;
	background-image: url(./images/mccool_outdoor_header.jpg);
}

#head p {
	padding-left: 250px;
	line-height: 15px;
	width: 250px;	
}

#main {
	text-align: center;
	width: 515px;
	margin-left: 264px;
	min-height: 500px;
}

#main h1 {
	font-size: 20px;
	font-weight: bold;
}

#main p {
	padding: 20px;
}

#sidebar {
	float: left;
	width: 264px;
}

#sidebar img {
}

#footer {
	clear: both;
	height: 69px;
	background-image: url(./images/footerBackground.jpg);
	width: 779px;
	text-align: center;
}

#footer_nav {
	padding-top: 25px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#box {
	margin: 4px;
	width: 500px;
	background: #fff;
	color: #000;
	float: left;
	text-align: center;
}

#box p {
	text-align: center;
	width: 458px;
}

.box {
	float: left;
	padding: 4px;
}

h2.orange {
	font-size: 20px;
	color: #ff7a00;
	text-align: left;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

h2.green {
	font-size: 20px;
	color: #7f8200;
	text-align: left;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 4px;
}

#col1 {
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 249px;
	color: #000;
	float: left;
	text-align: center;
}

#col2 {
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 249px;
	color: #000;
	float: left;
	text-align: center;
}

#col1 p, #col2 p {
	margin-top: 0;
	padding-top: 0;
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 1px;
	padding-bottom: 10px;
}