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

body {
	background-color: #0A0908;
	margin-left: 0px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:13px;
	line-height:18px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}
h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B7AA7E;
	font-weight:bold;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B7AA7E;
	font-weight:bold;
}

#wrapper {
	position:relative;
	width:792px;
	margin:0 auto;
}



#aesthetic-dentistry-centre-banner {
	position:absolute;
	width:792px;
	height:326px;
	background-image:url(../images/dental-office-banner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	top:34px;
	z-index:1;
}



#special-offer {
	position:absolute;
	top:405px;
	width:198px;
	height:263px;
	z-index:1;
}

#dental-office-map {
	position:absolute;
	top:405px;
	width:300px;
	height:300px;
	z-index:1;
}

#have-a-question {
	position:absolute;
	top:675px;
	width:198px;
	height:103px;
	z-index:1;
}

#content {
	position:absolute;
	right:90px;
	top:405px;
	width:600px;
	color:#ffffff;
	text-align:justify;
	z-index:1;
}
#content a {
	color:#ffffff;
}

#content ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}
#content ul li {
	background-image:url(../images/bullet-content.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
	margin:6px 0 6px 0;
}

.image-right {
	margin-left:12px;
}

#footer {
	position:absolute;
	top:1879px;
	width:792px;
	text-align:center;
	z-index:1;
}




