@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}
#container {
	width: 950px;  
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
}
#header {
	background: #fff; 
	padding: 0;
	text-align:center;
	margin:0;
}
#header ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse -*/
	padding: 0; 
}
#top {
	text-align:right;
	margin:0;
}
#top img{
	margin:0px;
}
#tracynav{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 1.5em;
}
#tracynavlist li{
	display: inline;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#tracynavlist li img{
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 2px;
	vertical-align: middle;
}
#tracynavlist a{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#FFF;
	margin:0;
}
#tracynavlist a:link, #navlist a:visited{
	color: #fff;
	padding-right:10px;
}

#tracynavlist a:hover{
	color: #CCC;
	text-decoration: underline;
	margin:0;
}

#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
}
#rotator{
	width:950px;
	height:400px;
}
#feat {
	width:950px;
	height:150px; /*can be adjusted if necessary */
	border: thin solid #333;
	vertical-align:top;
}
#carthumbs{
	text-align:center;
	width:950px;
}
#carthumbs img{
	border:0;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

