/*  
Theme Name: Jeffrey T. Allen DDS
Author URI: http://www.mikemadison.net
Author: Mike Madison
Description: jeffreytallendds.com Custom CSS Theme
Designed For: Wordpress
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/
body { 
font-family: Arial, Helvetica, sans-serif; 
background-color:#3A1908; 
color:#3b1908;
font-size:14px;
}

b {
	font-weight: bold;
}

a { 
font-weight: bold;
text-decoration: none;
color:#743310;
}

a:hover { 
text-decoration: underline;
}

li { 
font-size: 12px;
line-height: 18px;
}

img {
	padding: 20px;
}
			  
#centerWrapper{
	width:800px; 
	margin: auto;
}

#wrapper{
	margin-top: 25px;
	margin-bottom: 25px;
	width:850px; 
	border:1px solid #5D5B42; 
	float:left; 
	background-color:#DCDDD7;
}

#content{
	background:#DCDDD7 url(images/contentrepeat.jpg) repeat-x; 
	float:left; 
	width:850px;
	}

#fauxnav{
	width:845px; 
	float:left;
}

#sideimgs{
	width:156px; 
	float:left; 
	margin-top:115px;
}

#centerContent{
	width:860px; 
	float:left; 
	padding:0 10px 10px 10px;
}

#nav{
width:120px; 
float:right; 
margin-top:115px;
}

#nav ul {
margin:0; 
padding:0; 
text-align:right;
}

#nav li {
list-style:none;
}

#nav a{
color:#5E0A00; 
display:block; 
height:14px; 
line-height:15px; 
padding:2px 11px 2px 0;
font-size: 12px;
}

#nav a:hover {
display:block; 
border-right:9px solid #5E0A00; 
padding:2px 2px 2px 0; 
text-decoration:none;
}

#footer{ 
width:850px; 
height: 50px;
float:left; 
color:#00000f; 
font-size:12px;
text-align: center;
border-top: 2px solid white;
padding-top: 10px;
}

#footer p{
font-size:12px;
margin-top:0;
}
		
#footer a {
color:#000000;
}

#splashPic {
margin-top: 30px;
width:246px; 
height:480px; 
float:left;
background: url(images/side.jpg) no-repeat;
}

#splashContent {
	width:380px; 
	float:left;
}

#textContent {
width:450px;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding: 10px;
padding-top: 50px;
}

#header {
width: 758px;
height: 110px;
background: url(images/logo.jpg);
}

#title { 
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
}