/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/kent-dentist_01.jpg);
	background-repeat: repeat-x;
	background-color: #111111;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: justify;
}
body,html {
scrollbar-face-color: #b8e855;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;
}

#container {
	position: relative;
	margin: auto;
	width: 900px;
}

#row-links {
	float: left;
	width: 900px;
	height: 38px;
	margin-top: 13px;
}

#row-content {
	float: left;
	width: 900px;
	height: 519px;
}

#left-column {
	float: left;
	width: 230px;
	height: 519px;
}

#right-column {
	float: left;
	width: 640px;
	height: 489px;
	background-image: url(../images/kent-dentist_14.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}
#right-column-treatments {
	float: left;
	width: 580px;
	height: 429px;
	padding: 45px;
	background-image: url(../images/kent-dentist_14a.jpg);
	background-repeat: no-repeat;
}

#left-column-top {
	float: left;
	width: 183px;
	height: 174px;
	padding-left: 31px;
	padding-right: 16px;
	padding-top: 60px;
	background-image: url(../images/kent-dentist_13.jpg);
	background-repeat: no-repeat;
}

#left-column-bottom {
	float: left;
	width: 170px;
	height: 235px;
	padding-left: 31px;
	padding-right: 29px;
	padding-top: 50px;
	background-image: url(../images/kent-dentist_15.jpg);
	background-repeat: no-repeat;
}

#image-holder {
	float: right;
	padding: 5px;
	width: 260px;
	background-color: #727272;
	margin-left: 30px;
	margin-bottom: 30px;
}

h1 {
	font-family: Century Gothic;
	font-size: 21px;
	color: #4a53ac;
}

h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #4a53ac;
}

.white-text {
	font-family: Tahoma;
	font-size: 12px;
	color: #d8dad3;
}

.form-object {
	padding: 3px;
	border: 1px solid #71645B;
	background-color: #d8dad3;
	font-family: Tahoma;
	font-size: 12px;
	color: #373739;
}

#form-button-padding {
	padding-top: 5px;
}

.special-offer-text {
	font-family: Tahoma;
	font-size: 12px;
	color: #b8e855;
}

#row-footer {
	float: left;
	width: 870px;
	padding-left: 30px;
	margin-top: 15px;
}

#row-flash-1 {
	float: left;
	width: 900px;
	height: 234px;
}

#row-flash-2 {
	float: left;
	width: 900px;
	height: 285px;
}

#bottom-flash {
	float: left;
	width: 670px;
	height: 285px;
}

div.scroll {
	height: 449px;
	width: 600px;
	overflow: auto;
	padding: 20px;
}

#text-column-1 {
	float: left;
	width: 345px;
	margin-right: 30px;
}

#text-column-2 {
	float: left;
	width: 205px;
}

a:hover {
	color: #8cb732;
	text-decoration: none;
}					
a:link {
	color: #8cb732;
	text-decoration: underline;
}						
a:visited {
	color: #8cb732;
	text-decoration: underline;
}					
a:active {
	color: #8cb732;
	text-decoration: underline;
}			
