*{  /* Reset all */
	padding: 0;
	margin: 0;
	border: 0;
}
body {
    background:#FFF;	
    font-size: 62.5%; /* Resets 1em to 10px */
    font-size:0.8em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    line-height:1.5em;
    color:#000;
}
#header{
	height:150px;
	background:url('bg_header.jpg') repeat-x;	
	width:100%;
}

#logo{
	width:343px;
	height:150px;
	margin-left:20px;
    background:url('featuring_logo.jpg') no-repeat;	
   	float:left;
}

h1{
    font-size:1.3em;	
    font-weight:bold;
    margin-bottom:0.8em;
}
h2{
    font-size:1em;	
    font-weight:bold;
    margin-bottom:0.8em;
    margin-top:2em;
}
#menu{
	position:relative;
	top:0;
	margin-left:80px;
	float:left;
}
#menu ul{
	list-style-type:none;
}
#menu ul li{
	display:inline;
	height:37px;
	margin-right:20px;
}
#menu ul li a img{
	border:none;
}


#main{
	margin-left:20px;
	width:700px;
}
a{
	text-decoration:none;
	color:#666;
}
a:hover{
	text-decoration:underline;
	color:#000;

}
#footer{
	font-size:0.7em;
	color:#666;
	border-top:1px solid #ccc;
	padding:5px;
	padding-left:20px;
	margin: 3em 0 1em 0;
}
#footer a{
	color:#000;
}
#main ul{ margin-left:1em; }