             <style type="text/css">	A {font-family:Verdana, Arial, Helvetica, sans-serif; cursor: auto}	A:link {color:#888;text-decoration:none }	A:visited {color:#808080;text-decoration:none}	A:hover {text-decoration:none; background: ; color:#000;}	A:active {color:#808080;text-decoration: underline;}	a img {background: none; border:0}body {background:white;}

#mainframe {width:800px;height:auto;
margin-top:70px;
margin-left:100px;background:;}

#top {
	width:800px;
	height:120px; 	
	border-bottom:1px dotted gray;
	background:;
	float:left;
}

#logo {
	width:150px;
	height:100px;
	background:url("logo.jpg");
	float:left;
}

#menu {
	width:380px;
	height:27px;
	margin-left:15px;
	margin-top:78px;
	background:;
	font-family:helvetica; font-size:16px;
	float:left;
}


#address {
	width:200px;
	height:60px;
	margin-left:50px;
	margin-top:40px;
	background:;
	text-align:right;
	font-family: helvetica;font-size:12px;color:#333; line-height:16px;
	float:left;
}
#frame {width:370px;height:auto;margin-top:50px;
margin-left:30px;
font-family: helvetica;font-size:13px;color:#333; line-height:16px;background:;
float:left;}

#picture {width:398px;height:300px;
margin-right:2px;
margin-top:50px;
font-family: helvetica;font-size:13px;color:#333; line-height:16px;
background:;
float:left;}

#quote {
	width:370px;
	height:auto;
	margin-top:0px;
	border-top:1px dotted gray;
	padding-top:20px;
	float:left;
}

#footer {
	width:800px;
	height:50px;
	border-top:1px dotted gray;
margin-top:50px;
	padding-top:5px;
	font-family: helvetica;font-size:10px;color:#333; line-height:16px;text-align:left;
	float:left;
}

.title {font-size:18px;}
.quote {font-family:helvetica; font-size:18px;line-height:16px;}
.credit {font-family:helvetica; font-size:10px;line-height:16px;}

</style>