body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	padding: 0px;
}

#container {
	position: relative;
	margin: auto;
	width: 1000px;
}

#left-column {
	float: left;
	width: 50px;
	height: 600px;
}

#middle-column {
	float: left;
	width: 900px;
}

#right-column {
	float: left;
	width: 50px;
	height: 600px;
	background-image: url(../images/wells-ortho_03.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#row-logo {
	float: left;
	width: 900px;
	height: 37px;
	padding-top: 60px;
	background-image: url(../images/wells-ortho_02.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#row-flash {
	float: left;
	width: 900px;
	height: 271px;
}

#row-content {
	float: left;
	width: 900px;
	padding-top: 25px;
	background-image: url(../images/wells-ortho-inside.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#row-footer {
	float: left;
	width: 900px;
	height: 103px;
	padding-top: 15px;
	background-image: url(../images/wells-ortho_13.jpg);
	background-repeat: no-repeat;
}

#row-footer-inside {
	float: left;
	width: 900px;
	height: 103px;
	padding-top: 15px;
	background-image: url(../images/footer-inside.jpg);
	background-repeat: no-repeat;
}

#flash {
	float: left;
	width: 732px;
	height: 271px;
	background-image: url(../images/wells-ortho_04.jpg);
	background-repeat: no-repeat;
}

#links {
	float: left;
	width: 168px;
	height: 271px;
}

#address {
	float: left;
	width: 160px;
}

#telephone-email {
	float: left;
	width: 200px;
}

#copyright {
	float: left;
	width: 360px;
	margin-left: 180px;
}

#quote-column {
	float: left;
	width: 148px;
	height: 290px;
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(../images/quote-line.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

#text-area {
	float: left;
	width: 700px;
	padding-right: 32px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#text-area-full {
	float: left;
	width: 700px;
	padding-right: 32px;
}

#text-row {
	float: left;
	width: 700px;
	padding-bottom: 10px;
}

#text-column-1 {
	float: left;
	width: 320px;
	text-align: justify;
	margin-bottom: 30px;
	margin-right: 60px;
}
#text-column-2 {
	float: left;
	width: 320px;
	text-align: justify;
	margin-bottom: 30px;
}
body,td,th {
	font-family: "Trebuchet MS";
	color: #777777;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
