@charset "UTF-8";
@import url('../webfonts/brawler-fontfacekit/stylesheet.css');
@import url('../webfonts/ChunkFive-fontfacekit/stylesheet.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4c6428;
	font-size: 12px;
	line-height: 18px;
}
a:link, a:visited {
	color: #336699;
}
a:hover {
	color: #AF462A;
}
img {
	border: none;
}
#layout {
	width: 759px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}
#header {
	width: 759px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 165px 0px 0px 0px;
}
#leftcontent {
	float: left;
	width: 152px;
	margin: 0px;
	padding: 90px 0px 30px 9px;
}
#sidebar {
	margin: 0px;
	padding: 10px;
}
#rightcontent {
	float: left;
	width: 589px;
	margin: 0px;
	padding: 0px 9px 15px 0px;
}
#content {
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
#content1 {
	float: left;
	width: 270px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#content2 {
	float: left;
	width: 270px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#footer {
	clear: both;
	width: 759px;
	height: 30px;
	font-size: 11px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	line-height: normal;
}

/* Heading Styles */

h1 {
	font-family: 'ChunkFiveRegular', "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}

h2 {
	font-family: 'BrawlerRegular', "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #AF462A;
	line-height: normal;
}

h3 {
	font-family: 'BrawlerRegular', "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}

h4 {
	display: block;
	font-family: 'BrawlerRegular', "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-top: 1px dotted #CCCCCC;
}