body {
	background-image: url(http://www.tdental.net/images/bkgnd.jpg); 
	background-color: #949599;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #778596;
}

#container {
	margin: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px;
	width: 904px; 
	background-image: url(../images/contentBg.gif); 
	background-repeat: repeat-y; 
	background-color: #FFFFFF;
}

#header {
	margin: 0px; 
	margin-left: 1px;
	padding: 0px; 
	padding-top: 144px;
	padding-left: 25px;
	width: 879px; 
	height: 31px; 
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
}

#header a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

#header a:hover {
	color: #003366;
	text-decoration: underline;
}

#content {
	margin: 0px;
	padding: 8px;
	padding-left: 25px;
	width: 865px;
}

#content a {
	color: #660000;
	text-decoration: underline;
	font-size: 12px;
}

#content a:hover {
	color: #666666;
	text-decoration: none;
}

#content h1 {
	margin: 0px;
	padding: 0xp;
	font-size: 16px;
	color: #778596;
}

#footBar {
	margin: 0px;
	margin-left: -2px;
	padding: 0px;
	width: 904px;
	height: 20px;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
}

#footer {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 904px;
	text-align: center;
	font-size: 10px;
	color: #666666;	
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #003366;
	text-decoration: underline;
}