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

html, body, #container { 
min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */ 
width: 100%; 
height: 100%; 
} 

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

.left-column-white-bg {
	background-color: #FFF;
}

.middle-column-bg {
	background-image: url(../images/bangor-dentist_02.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#container {
	position: relative;
	width: 980px;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 400px;
	overflow: hidden;
}

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

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

#logo {
	float: left;
	width: 219px;
	height: 130px;
	margin-bottom: 44px;
}

#language {
	float: left;
	width: 219px;
	height: 40px;
}
#telephone {
	float: left;
	width: 219px;
	height: 46px;
	background-image: url(../images/bangor-dentist_10.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#links {
	float: left;
	width: 219px;
}

#flash-images {
	float: left;
	width: 761px;
	height: 214px;
	margin-bottom: 30px;
	background-image: url(../images/bangor-dentist_05.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#text-area {
	float: left;
	width: 710px;
	margin-left: 21px;
	margin-right: 30px;
}

#text-column-1 {
	float: left;
	width: 340px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: justify;
}

#text-column-2 {
	float: left;
	width: 340px;
	margin-bottom: 20px;
	text-align: justify;
}

#text-2-column {
	float: left;
	width: 710px;
	margin-bottom: 20px;
}

#footer-divide {
	float: left;
	width: 710px;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #d5848c;
}

#contact-details {
	float: left;
	width: 710px;
	color: #d5848c;
}
.picture_right {
	padding-bottom: 5px;
	padding-left: 10px;
}

