@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/floral-tile-pattern.jpg);
	background-position: top left;
	background-repeat: repeat;
}

img {
	border: 0px;
}

#container {
	position: relative;
	margin: auto;
	width: 980px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#row-top {
	float: left;
	width: 980px;
	height: 30px;
	background-image: url(../images/beckenham-dentist_04.png);
	background-position: top;
	background-repeat: no-repeat;
}

#row-mid {
	float: left;
	width: 980px;
	padding-bottom: 13px;
	background-image: url(../images/beckenham-dentist_23.png);
	background-position: top;
	background-repeat: repeat-y;
}

#left-column {
	float: left;
	width: 217px;
}

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

#text-area-top {
	float: left;
	width: 733px;
	height: 30px;
	background-image: url(../images/beckenham-dentist_06.png);
	background-position: top;
	background-repeat: no-repeat;
}

#text-area-mid {
	float: left;
	width: 673px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../images/beckenham-dentist_19.png);
	background-position: top;
	background-repeat: repeat-y;
}

#text-area-bot {
	float: left;
	width: 733px;
	height: 30px;
	background-image: url(../images/beckenham-dentist_21.png);
	background-position: top;
	background-repeat: no-repeat;
}

#row-bot {
	float: left;
	width: 920px;
	height: 30px;
	padding-top: 17px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../images/beckenham-dentist_24.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 1.1em;
}
#row-Logos {
	float:left;
	width: 970px;
	padding-left: 10px;
	margin-top: 10px;
}

#images-column {
	float: right;
	width: 231px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#images-column img {
	margin-bottom: 20px;
}

#animation-column {
	float: right;
	width: 320px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#map-column {
	float: right;
	width: 261px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#footer-left {
	float: left;
	width: 460px;
}

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

.formobject {
	background-color: #fff;
	border: 1px solid #a6a6a6;
}

.formobject2 {
	color: #fff;
	background-color: #a6a6a6;
	border: 1px solid #7b7b7b;
}

#team-images {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageRight {
	float: right;
	margin-left: 20px;
}

