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


body{
	background: #4d4c4b url(../images-oxford-dentist/dentist-office-background.png) repeat-x;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:13px;
	color:#000; 
}

.larger{
	font-size:14px;
	font-weight:bold;
}

.9{
	font-size:9px;	
}

.14{
	font-size:14px;	
}

A:LINK {color: #333; font-weight: normal; text-decoration:none;}
A:HOVER {color: #333; font-weight: normal; text-decoration:none;}
A:ACTIVE {color: #333; font-weight: normal; text-decoration:none;}
A:VISITED {color: #333; font-weight: normal; text-decoration:none;}


#container{
	position:relative;
	width:950px;
	height:875px;
	margin:auto;
	text-align:center;
}

#menu{
    position: absolute;
    top: 10px;
    right: 28px;
    width: 600px;
    height: 54px;
    z-index: 2;
}

#header{
	position: absolute;
	top: 54px;
	margin: auto;
	width: 950px;
	height: 207px;
	background: url(http://www.drphillipsdentistry.com/images-oxford-dentist/header.png) no-repeat;
	left: -5px;
}

#content{
	position:relative;
	width:850px;
	height:750px;
	background:url(../images-oxford-dentist/content.png) no-repeat;
	margin:auto;
	margin-top:15px;
}

#contenthome{
	width:775px;
	position:absolute;
	top:278px;
	text-align:left;
	left: 38px;
}

#footer{
	position:relative;
	width:850px;
	height:100px;
	background:url(../images-oxford-dentist/footer.png) no-repeat;
	margin:auto;
	font-size:10px;
	color:#6b0200;
}

A.b:LINK {color: #6b0200; font-weight: normal; text-decoration:none;}
A.b:HOVER {color: #6b0200; font-weight: normal; text-decoration:none;}
A.b:ACTIVE {color: #6b0200; font-weight: normal; text-decoration:none;}
A.b:VISITED {color:#6b0200; font-weight: normal; text-decoration:none;}

