@charset "utf-8";


* {

margin: 0;
padding: 0;

}


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	background-color: #69a955;
	background-image: url(../images/Background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;	
}

#maincontainer {

margin: 0 auto;
width: 924px;

}

#header {
	background-image: url(../images/Header.jpg);
	height: 260px;



}

a {

color: #339933;
font-weight: bold;

}

a:hover {

color: #000000;
font-weight: bold;
text-decoration: none;

}


#interiorheader {
	background-image: url(../images/Header.jpg);
	height: 120px;

	float: left;

}


#name {
	color: #FFFFFF;
	font-size: 19px;
	text-align: left;
	
	padding-top: 108px;
	padding-left: 108px;
	
}


#footer a {
	color: #FFCC00;
	font-weight: bold;
}

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



#navigation {

height: 57px;

float: left;

}

#navigation img {

border: 0;

}


#bodycontent {
	width: 787px;
	background-color: #FFFFFF;
	background-image: url(../images/BodyBG.jpg);
	background-position: bottom;
	min-height: 215px;
	margin-left: 36px;
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
	background-repeat: no-repeat;
	
	line-height: 16px;
	float: left;
}

#bodycontent h1 {

	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #339933;

}

#bodycontent p {
	margin-bottom: 15px;
}

#footer {
width: 924px;
padding-top: 45px;
line-height: 20px;
color: #FFFFFF;
	height: 68px;
	background-image: url(../images/FooterBG.jpg);	
	float: left;
}

#cottagestable {
	
	width: 95%;
	

}

#cottagestable tr {

	border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;

}

#cottagestable h2 {

		font-size: 18px;
	font-weight: bold;
	color: #339933;

}

#cottagestable tr td {
	

	padding: 10px;

}

#cottagestable .odd {


	background-color: #F0F0F0;


}

#cottagestable img {


	border: 0;


}

#cottagestable .col1 {

	width: 275px;

}

#cottagestable .greentop {

	background-color: #69a955;
	height: 15px;

}
