/* -- Layout -- */
	
body {
	background: #6D5332 url(assets/images/bg.jpg);
	background-repeat:repeat-x;
	color: #303B1F;
	margin: 0 auto;
	font: 85% georgia, palatino, times, serif;
}

img {
	border: 0;
	display: block;
	}
	
/* Splash */

td.splashcontent {
	background: transparent url(assets/splash/content_bg.jpg) top left no-repeat;
	}
	
.splashtext {
	margin: 180px 20px 10px 20px;
	}

p.splashaddress, p.splashname {
	color: #E2BE80;
	font-size:12px;
	text-align: center;
	font-weight: bold;
	margin: 7px 0;
	font-family: "trebuchet ms", trebuchet, verdana, arial, sans-serif;
	}
	
p.splashname {
	color: #FFF;
	text-transform: uppercase;
	}
		
/* Interior Page */

td.navbg {
	background: transparent url(assets/images/nav.jpg) top left no-repeat;
	}
	
table.bodybg {
	background: transparent url(assets/images/content_bg.jpg) top left repeat-y;
	}
	
td.bodytop {
	background: transparent url(assets/images/content_topbg.jpg) top left no-repeat;
	}
	
tr.bodybottom {
	background: transparent url(assets/images/content_bottombg.jpg) bottom left no-repeat;
	}
	
.bodytext {
	padding: 10px 15px 40px 15px;
	}

.navigationtext {
	width: 130px;
	margin: 22px 0 0 24px;
	position: relative;
	}

.navigationtext p, .navigationtext p a:link, .navigationtext p a:visited {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	margin: 0;
	text-decoration: none;
	}	
	
.navigationtext p a:hover {
	text-decoration: underline;
	}

.leftphoto {
	margin-left: 184px;
	top: 366px;
	position: absolute;
	}

p.address {
	color: #E2BE80;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 15px 0;
	font-family: "trebuchet ms", trebuchet, verdana, arial, sans-serif;
	}	

/* -- Typography -- */

p { 
    font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 1.2em;
}


h1 { 
    font-size: 24px;
	color:#6A4F31;
	text-align:right;
	padding-right:15px;
	font-style:italic;
}

h2 { 
    font-size: 18px;
	 font-weight: bold;
}

h3 { 
    font-size: 14px;
	 font-weight: bold;
	 color:#907047;
}

h4 { 
    font-size: 12px; 
	 font-weight: bold;
}
	
li { 
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
}

hr {color:#6A4F31;
	background:#6A4F31;
	height:1px;
	border:0;}

/* -- Bottom Navigation -- */

p.smallnav {
	text-align: center;
	font-size: .7em;
	padding-bottom: 0;
	color: #FFF;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

p.smallnav a:link, p.smallnav a:visited, td.copyright a:link, td.copyright a:visited {
	color: #FFF;
}	

p.smallnav a:hover, td.copyright a:hover {
	text-decoration: underline;
	}

/* -- Links -- */	

a, a:visited { 
	font-weight: bold;
	text-decoration: none;
	color: #5D6D58;
	}

a:hover { 
	text-decoration: none;
	color: #000;
	}
	
/* -- TNT Dental -- */


.imgborder { BORDER: #000000 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
	
