@import url("menu.css");
@import url("content.css");

html, body, form {

}

body#Body {
	background-color:#383cab;
}

#BodyWrap {


}



#HeaderDIV {
	width: 742px;
	margin-left: auto;
	margin-right: auto;
}

h1.H1Title {
	width: 742px; 
	height: 132px;
	position: relative;
	line-height: 132px;
	margin: 0;
	padding: 0;
}

h1.H1Title span {
	background: url("images/keowee-waterfront-header.jpg");
	position: absolute;
	width: 100%;
	height: 100%;

}


#NavDIV {
	width: 117px;
	float: left;
	height: 100%;
}

#ContentTable {
 	background: url("images/contentbg.gif");
	background-repeat: repeat-y;

}

TD.ContentPane {
	padding: 20px;
}

#FooterDIV {
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 742px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;

}

#FootLinks {
	width: 742px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.FooterLinks {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: white;
}

a.FooterLinks:Link,a.FooterLinks:active,a.FooterLinks:visited {
	color:white;
}

a.FooterLinks:hover {
	color: yellow;
}

.LoginStyle {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a.LoginStyle:link,a.LoginStyle:active,a.LoginStyle:visited {
	color: white;
}

a.LoginStyle:hover {
	color: yellow;
}

.PlugTD {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}