*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/bkg.jpg) left top repeat-x;
	font-family: "Trebuchet MS", sans-serif;
}

#header {
	padding: 75px 0px 0px 64px;
	background: url(images/header_bkg.jpg) left top no-repeat;
	width: 829px;
	height: 191px;
}

#header h1 {
	font-size: 30px;
	font-weight: normal;
}

#header h1 span {
	color: #FFF;
}

#header p {
	padding-top: 15px;
	color: #FFF;
	width: 415px;
	line-height: 18px;
	font-size: 14px;
}

#content {
	background: url(images/content_bkg.jpg) left top no-repeat;
	width: 829px;
	min-height: 300px;
	padding: 20px 0px 0px 64px;
}

#content .col {
	float: left;
	width: 255px;
	margin-right: 27px;
}

#content .col h4 {
	color: #368b2f;
	font-size: 14px;
}

#content .col p {
	font-size: 12px;
	line-height: 14px;
	color: #474747;
	margin-bottom: 15px;
}

#content .col ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 14px;
	color: #474747;
}

#content .col ul li {
	background: url(images/bullet.gif) 0px 5px no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
}

#footer {
	background: url(images/footer_bkg.gif) left top no-repeat;
	width: 512px;
	height: 45px;
	margin: 20px 0px 20px 60px;
	padding: 20px;
}

#footer h4 {
	color: #368b2f;
	font-size: 14px;
}

#footer p {
	font-size: 14px;
	line-height: 16px;
	color: #474747;
	width: 460px;
}

#footer p a {
	color: #368b2f;
}

.clear {
	clear: both;
}
