/* Start of CMSMS style sheet 'trails-end-theme : Trails End' */
body {
	background-color: #A4876D;
	font-family: Courier New;
	font-size: 14px;
	padding-right: 60px;
	padding-left: 60px;
}

#mainbox {
	width: 760px;
	margin: 0px auto;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	padding-top: 48px;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 2px solid #000;
}

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

.breadcrumbs {
	margin-bottom: 15px;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

/***Header***/
#header {
	position: relative;
	height: 27px; /*IE6 fix*/
}

ul.topmenu {
	float: right;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.topmenu li {
	display: block;
	height: 26px;
	background-color: #B6C6DB;
	border: 1px solid #000;
	border-bottom: none;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 24px;
	font-family: Arial;
	margin-right: 9px;
	float: right;
}

.print {
	float: right;
}

.print img {
	border: none;
}

/***Main Content Area***/
#contentarea {
	clear: both;
	width: 758px;
	height: 576px;
	border: 1px solid #000;
	background-image: url("images/bg.jpg");
}

#sidemenu {
	margin-left: -67px;
	width: 145px;
	position: absolute;
}

.sidelink {
	behavior: url('iepngfix.htc');
	background-image: url("images/border1.png");
	background-repeat: no-repeat;
	width: 145px;
	height: 135px;
	margin-top: 7px;
}

.sidelink a {
	display: block;
	width: 122px;
	height: 25px;
	border: 1px solid #000;
	border-top: none;
	text-align: center;
	font-size: 18px;
	padding-top: 3px;
	margin-left: 8px;
}

.sidelink div {
	width: 136px;
	height: 102px;
	border: 1px solid #000;
}

/***Side Links Indivudal Styling***/
#cottages div {
	background-image: url("images/cottages.jpg");
}

#cottages a {
	background-color: #968A23;
}

#campground div {
	background-image: url("images/campground.jpg");
}

#campground a {
	background-color: #9A3424;
}

#lodge div {
	background-image: url("images/lodge.jpg");
}

#lodge a {
	background-color: #2B842B;
}

#lake div {
	background-image: url("images/lake.jpg");
}

#lake a {
	background-color: #4385B3;
	font-size: 16px;
	height: 24px;
	padding-top: 4px;
}

/***Content Box Styling***/
#contentbox {
	width: 590px;
	height: 484px;
	behavior: url('iepngfix-scale.htc');
	background-repeat: repeat;
	background-image: url("images/bg-trans.png");
	border: 1px solid #000;
	margin-left: 124px;
	margin-top: 25px;
	padding: 10px;
	position: absolute;
	overflow: auto;
}

/***Footer Stuff***/
#copyright {
	text-align: center;
	font-size: 10px;
	font-family: Arial;
	margin-top: 10px;
}

a#copyrightlink {
	color:  #FFF;
}
/* End of 'trails-end-theme : Trails End' */

