/* CSS Document */

/* main css */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/chelmsford-dentist_02.jpg);
	background-repeat: repeat;
}

/* Main container */
#mainContainer {
	position: relative;
	width: 980px;
	margin: auto;	 
}
/* end */

/* top row container */
#rowLogo {
	float: left;
	width: 980px;
	margin-top: 15px;
	height: 90px;
	background-image: url(../images/chelmsford-dentist_04.jpg);
}

#logo {
	float: left;
	width: 271px;
}
#address {
	float: right;
	width: 400px;
	text-align: right;
	margin-right: 20px;
	margin-top: 12px;
	color: #FFF;
}
#rowContent {
			float: left;
			width: 980px;
			overflow: hidden;
			background-image: url(../images/page-bg.jpg);
			background-position: top;
			background-repeat: repeat-y;
}
#nav {
	float: left;
	width: 170px;
	height: 495px;
	text-align: center;
}
#stripe {
	float: left;
	width: 18px;
	margin-left:1px;
	margin-right:1px;
	background-color: #dddddd;
}
#content {
	float: left;
	width: 790px;
	min-height: 495px;
}
#image {
	float: left;
	width: 790px;
}
#textArea {
	float: left;
	width: 790px;
	overflow: hidden;
}

#index-text-area {
	float: left;
	width: 790px;
}

#textColumn {
	float: left;
	width: 350px;
	margin-left:30px;
	margin-top: 15px;
	overflow: hidden;
}

#textColumn img {padding: 0 0 10px 0;}




#textColumnWhitening {
	float: left;
	width: 700px;
	margin-left:30px;
	margin-top: 15px;
	overflow: hidden;
}

#textColumnWide {
	float: left;
	width: 710px;
	margin-left: 30px;
	margin-top: 15px;
}

#textColumn-index {
	float: left;
	width: 340px;
	margin-left:30px;
	margin-top: 15px;
	overflow: hidden;
}

#rowFooter {
	float: left;
	width: 980px;
	height: 21px;
	background-color: #2e87a9;
}

#rowLinks {
	float: left;
	width: 980px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #FFF;
}
#ColumnLinks {
	float: left;
	width: 71px;
	margin-right:10px;
}
#ColumnDentistFinder {
	float: left;
	width: 480px;
	margin-right:10px;
}
#gallery {text-align:center;}
#gallery img {float:left;}
p.caption {text-align:center; padding: 0; margin: 0 auto; font-weight: bold; font-size:14px;}

