body {
	padding: 0px;
	margin: 0px;
	font-family:"Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 100%;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 300%;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 130%;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#FF0000;
	padding:4px;
}

h5 {
	font-size: 130%;
	font-weight: bold;
	color:#FFFFFF;
	/*background-color:#FF0000;*/
	margin: 10px;
	padding: 0px;
}

h6 {
	font-size: 160%;
	font-weigt: bold;
	color: #FFF;
	margin: 5px;
	padding: 0px;
}

a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}


div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 51px;
	}

#top {
	padding: 4px;
	background: #FF6666 url(../Assets/Images/topblock.jpg) repeat-x;
	border-bottom: 1px solid #000000;
}
 
#featureimg {
	margin: 0 0% 0 170px;
	height: 250px;
	background: #000000 url(../Assets/Images/BGpiano.jpg) no-repeat right top;
	text-align: center;
	border-top: 1px solid #000000;	
}

#specialimg {
	margin: 0 0% 0 170px;
	height: 250px;
	background: #000000 url(../Assets/Images/BGCampCoupons.jpg) no-repeat right top;
	text-align: center;
	border-top: 1px solid #000000;	
}
	
#center {
	margin: 0 25% 0 25%;
	padding: 1% 3%;
	color: #000;
}

#center a:link, #center a:visited {
	text-decoration: none;
	display: inline;
	color: #FF0000;
}

#center a:hover {
	color:#999999;
}

#left {
	position: absolute;
	padding: 0;
	top: 104px;
	width: 25%;
	background-color: #000000;
	color: #fff;
}

#news {
	position: absolute;
	width: 21.9%;
	height: 250px;
	overflow: hidden;
	margin-left: 75%;
	padding: 0 1.5%;
	top: 104px;
	background-color: #333333;
	border-top: 1px solid #000000;
	font-size: 80%;
	color: #FFFFFF;
}

#coupons {
	position: relative;
	width: 50%;
	border: 3px dashed #FF0000;
	padding: 20px;
	margin-bottom: 10px;
	color:#000000;
	font-size: 75%;
}

#highlight {
	position: relative;
	width: 100%;
	background-color:#FF0000;
	padding: 10px 10px;
	margin: 0px;
	border: 1px solid #000000;
}

#highlight a {
	text-decoration: none;
	color: #000000;
}

#highlightsmall {
	position: relative;
	width: 25%;
	background-color:#FF0000;
	padding: 0px 10px;
	margin: 0px;
	border: 1px solid #000000;
}

#toptitle {
	position: absolute;
	top: 50px;
	right: 5px;
}

div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
}

#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
}

#specialcontent {
	position: absolute;
	background-color:#FFFFFF;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	top: 365px;
}

#specialcontent a {
	text-decoration: none;
	color: #FF0000;
}

#footer {
	clear: both;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FF0000;
	color: #000;
}	

#footer p {
	margin: 4px;
	text-align: center;
	font-size: 80%;
}

ul#mainnav {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

ul#mainnav li a:link, ul#mainnav li a:visited {
	text-decoration: none;
	display: block;
	width: 88%;
	padding: 6px 6%;
	background-color: #333333;
	font: bold 10pt/1.5 arial, sans-serif;
	color: #fff;
}

ul#mainnav li {
	border-top: 1px solid #000000;
}

ul#mainnav li a:hover {
	background-color: #999999;
	color: #eee;
}

ul#mainnav ul.subnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	padding-left: 1.5em;
}

ul#mainnav ul.subnav li a:link, ul#mainnav ul.subnav li a:visited {
	padding: 1px;
	font: bold 0.7em /1.5 veranda, sans-serif;
	color: #999999;
	background-color: transparent;
}

ul#mainnav ul.subnav li a:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}

div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #000;
	}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a, div#topcontent ul li a:visited {
	font: 0.7em /1 verdana, sans-serif;
	text-decoration: none;
	color:#000;
}

div#topcontent ul li a:hover {
	color: #FFF;
}

.centerimg {
display: block;
margin: 0;
padding: 0;
text-align: center;
}

.leftimage{
float:left;
margin-right:10px;
border:1px solid #000000;
}