/* CSS for sdauto site
   jheflin
   3-26-09
*/
img { border: 0px; } 
body {
	background-color: #c5bba8;
	text-align:center;
	font-family: arial, verdana, sans-serif;
}
#main {
	width: 768px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #e3d8c0;	
}
#header {
	width: 768px;		
	height: 258px;
	vertical-align:bottom;
	background-image: url("images/head_logo.jpg");	
	background-repeat:no-repeat;
}
#header_spacer {
	height: 76px;
	*height: 56px;
}
#leftNav {
	width: 180px;
}
#rightNav {
	padding-top:15px;
	text-align:center;
	width: 160px;
	color:#ffffff;
	font-size:.9em;
}
#footer {
	width: 768px;
	height: 32px;
	background-image: url("images/white_bottom.jpg");
}
a.calLinks {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
a {
	color: #700232;
	text-decoration:none;
}
a.leftLinks {
	color:#700232;
	font-size:12px;
	font-weight:bold;
}
div.newsHead {
	font-size:.9em;		
}
div.newsDetail {
	font-size:.8em;		
}
h3 {
	color:#700232;		
}
p {
	font-size:14px;		
}