@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #918f66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #242424;
	background-image: url(../images/12thStDental_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2.news {
	font-size: 1.6em;
	color: #666548;
	line-height: 1.9em;
}

h2 {
	font: bold 1.3em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #371112;
}
h3 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #666548;
}
a {
	color: #521a1c;
}

a:hover {
	color: #a74d50
}
hr {
	color: #371112;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}
 
#main {
	width: 924px;
	margin: 0 auto 0 auto;
	padding: 32px 0 0 0;
}


#top {
	background-image: url(../images/12thStDental_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 138px;

}
#top p {
	font-size: 11px;
	color: #2a0c0d;
	text-align: center;
	padding-top: 114px;
}


#contentArea {
	background-color: #521a1c;
	width: 920px;
	border: 2px solid #f6f4ef;
	background-repeat: repeat-y;
	height: 100%;
}

#nav {
	background-color: #521a1c;
	color: #f6f4ef;
	height: 100%;
	width: 204px;
}

#nav ul {
	list-style-type: none;
	padding: 6px 0 0 6px;
}

#nav li {
	background-image: url(../images/12thStDental_navBg.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 200px;
	padding: 0 0 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #521A1C;
}

#nav a {
	color: #f6f4ef;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 32px;
	line-height: 32px;
}

#nav a:hover {
	color: #a74d50;
}

#nav p {
	margin: 1em;
}

#content {
	background-color: #f6f4ef;
	float: right;
	width: 653px;
	padding: 0 24px 42px 24px;
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
}
#content ul {
	padding-left: 30px;
}


#content #img {
	position:absolute;
	top:0;
	z-index:2;
	left: 50px;
	}
#slideShow {
	z-index:2;
	left: 25px;
	}
#content #text {
	z-index:3;
	position:relative;
	}
	
#content .bio {
	float: left;
	padding-right: 16px;
}


#bottom {
	clear: both;
	background-color: #bdbc98;
	padding: 6px;
}

#bottom p {
	color: #54533a;
}

#bottom li {
	float: right;
	display: inline;
}

#bottom a {
	text-decoration: none;
	color: #54533a;
}

#bottom a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

#info { 
	color:#f6f4ef;
	font-size:xx-small;
}

#home-page {
	color:#FFF;
	font-size:xx-small;
}

.img-left {
	float: left;
	padding: 0 20px 10px 0;
}
