body {
margin: 0 auto;
padding: 0;
font: 58%  verdana, georgia, "Trebuchet MS",Arial, sans-serif;
line-height: 2.0em;
color: #000;
font-size: 8px;
background: #fff url(images/bg2.jpg) center repeat;
}
			/* WRAP */
#container {
width: 750px;
margin: 0 auto;
padding: 0;
border: 1px solid #eee;
color: #555;
background: #fff;
}
	
			/* TOP BAR CONTAINER */
#top {	
margin: 0 auto;
padding: 0;
color: #000;
background: #000000;
}		
			
			/* BANNER */
#banner {
width: 750px;
height: 150px;
margin: 0 auto;
padding: 0;
color: #ffffff;
background: #ffffff url(images/larklogo2.jpg) no-repeat;
}

			/* FOOTER */
#footer {	
clear: both;
height: 50px;
width: 730px;
margin-top: 60px;
padding: 0.5em;
font-size: 0.9em;
border-top: 0px solid #e89400;
text-align: center;
color: #333;
background: transparent url(images/footer.jpg) top center no-repeat;
}
#footer a {
color: #000;
background: transparent;
}
#footer a:hover {
background: transparent;
color: #64382F;
text-decoration: underline;
}
			/*LINKS*/
a {
color : #acaf2c;
font-weight : normal;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #CB5C14;
background : inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.myborder {
float:left;
border: 1px solid #eee;
padding: 10px;
margin-right: 10px;
}
			/* TYPOGRAPHY */
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}