/* CSS Document */

html, body, #container { 
	min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */ 
	width: 100%; 
	height: 100%;
	background-color: #2b2d2d;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF; 
} 

.green-text {
	color: #A4CD73;
}

a:link {
	color: #A4CD73;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

a:visited {
	text-decoration: none;
	color: #A4CD73;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #A4CD73;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.form-object {
	font-size: 11px;
	color: #161616;
	background-color: #cedabf;
	border: thin;
	border-top-color: #3A3B3A;
	border-right-color: #3A3B3A;
	border-bottom-color: #3A3B3A;
	border-left-color: #3A3B3A;
	padding-bottom: 2px;
	padding-top: 2px;
}

#left-container {
	float: left;
	width: 10%;
	background-image: url(../images/claremont-dental_01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #3A3B3A;
}

#center-container {
	float: left;
	width: 960px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}

#right-container {
	float: left;
	width: 10%;
	background-image: url(../images/claremont-dental_04.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2B2D2D;
}

#body-container {
	position: relative;
	margin: auto;
	width: 960px;
	background-image: url(../images/claremont-dental_20.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#row-header {
	float: left;
	width: 960px;
	height: 155px;
}

#row-content {
	float: left;
	width: 960px;
	background-image: url(../images/claremont-dental_20.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#left-content-column {
	float: left;
	width: 702px;
}

#page-headers {
	float: left;
	width: 702px;
}

#text-spacer {
	float: left;
	width: 702px;
}

#text-box {
	float: left;
	width: 502px;
}

#green-column {
	float: left;
	width: 18px;
	background-color: #a4cd73;
}

#right-column {
	float: left;
	width: 240px;
}

#row-footer {
	float: left;
	width: 960px;
	background-image: url(../images/claremont-dental_20.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#footer-address {
	float: left;
	width: 715px;
}

#footer-copyright {
	float: left;
	width: 245px;
	text-align: right;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS;
}
h1 {
	font-size: 20px;
	color: #A4CD73;
}
h2 {
	font-size: 22px;
	color: #A4CD73;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
}
h4 {
	font-size: 14px;
	color: #20ACC5;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
A.class_dentist_web_design:link {
	font-size: 10px;
	color: #737979;
}
A.class_dentist_web_design:visited {
	font-size: 10px;
	color: #737979;
}
A.class_dentist_web_design:hover {
	font-size: 10px;
	color: #99a2a2;
}
A.class_dentist_web_design:active {
	font-size: 10px;
	color: #737979;
}