* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
}

a {
text-decoration: none;
color: #fff;
}
a:hover {
	color: #fff;
}
ul { list-style-type: none; margin: 0; padding-left: 0px; }
ul li { padding: 0 0 3px 0; border-bottom: 1px dotted #000; }
ul li a { }
ul li a:hover { text-decoration: none; color: #000; }
img {
	border: none;
	text-align: center;
}

#wrap {
	margin: 0px auto;
	width: 700px;
	background: #000;
	padding: 10px;
}

#header {
	background-image:url(images/auto-insurance-header.jpg);
	height: 75px;
}
#header h1 { 
font-size: 25px;
color: #000;
margin: 0;

}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -1px;
}
#header h1 a:hover {
color: #fff;
}


#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#menu ul {
list-style-type: none;

}
#menu ul li {
display: block;
float: left;
border: none;
}
#menu ul li a {
padding: 0 20px 0 5px;
text-decoration: none;
font-weight: 100;
color: #333;
}
#menu ul li a:hover {
text-decoration: underline;
}

#left {
padding: 10px;
text-align: justify;
font-size: 11px;
}
#left h2 { 
color: #fff;
font-size: 13px;
font-weight: 100;
}
#left h2 a {
}

#bottom {
background: #fefecc;
margin-top: 30px;
color: #333;
border-left: 1px solid #666;
border-right: 1px solid #666;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}

.column {
float: left;
width: 499px;
padding: 8px;
}	
.menuColumn {
float: left;
width: 140px;
padding: 8px;
}
.column h2 {
padding: 5px 0 10px 10px;
margin: 0;
color: #333;
font-size: 15px;
font-weight: 600;
}
.column ul {
padding: 10px;
}
.menuColumn ul li a:hover { color: #000; }
.menuColumn ul li a { color:#333;}

#footer {
	margin: 0 5px;
	background: #000;
	height: 24px;
	line-height: 24px;
	color: #eee;
	font-size: 11px;
	padding: 0 10px;
	text-align: center;
}
#footer a { color: #fff }

#wrap #footer {
	color: #333;
}
