@charset "utf-8";
/* CSS Document */

#MainContainer {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #999;
	position: relative;
}
#TopOfPage {
	background-image: url(../images/topofpage.jpg);
	height: 150px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	position: relative;
}
#NavBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #FFF;
	background-color: #060;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	position: relative;
	width: 800px;
}
.KensClinic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #900;
	text-decoration: none;
}

#Banner {
	height: 220px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.MainText {
	color: #000;
}


#MainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #060;
	background-color: #FFF;
	text-align: left;
	padding: 10px;
	float: left;
	width: 535px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	margin: 10px;
}

#RightPane {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	background-color: #999;
	text-align: center;
	float: right;
	width: 210px;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: inherit;
}
#Footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #090;
	background-color: #CCC;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	position: relative;
	float: none;
	clear: both;
}
.WebDesign {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
}
.NavRedefine {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.email {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #060;
}
.ContactMain {
	color: #000;
}
.AboutMain {
	color: #000;
}

