body { 
	margin: 0;
	color: #5e6778; 
	background: #afafbb url(images/mainbg.gif) repeat-x; 
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	text-align: justify;
}

h1 { font-size: 14px; }

a img {border-width: 0;}
a#home img {background: url(images/home.gif) top left no-repeat}
a#vision img {background: url(images/vision.gif) top left no-repeat;}
a#optical img {background: url(images/optical.gif) top left no-repeat;}
a#policies img {background: url(images/policies.gif) top left no-repeat;}
a#faqs img {background: url(images/faqs.gif) top left no-repeat;}
a#contact img {background: url(images/contact.gif) top left no-repeat;}
a#home:hover img {background: url(images/home_a.gif) top left no-repeat;}
a#vision:hover img {background: url(images/vision_a.gif) top left no-repeat;}
a#optical:hover img {background: url(images/optical_a.gif) top left no-repeat;}
a#policies:hover img {background: url(images/policies_a.gif) top left no-repeat;}
a#faqs:hover img {background: url(images/faqs_a.gif) top left no-repeat;}
a#contact:hover img {background: url(images/contact_a.gif) top left no-repeat;}

a:link { color: #5e6778; }
a:visited { color: #5e6778; }
a:hover { color: #5e6778; }
a:active { color: #5e6778; }

#house { 
	width: 800px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	background: #d8d8e4 url(images/housebg.gif) repeat-x; 
}

#top {
	margin: 0 auto;
	width: 770px;
	background: url(images/phone.gif) no-repeat; 	
}

#content { 
	margin: 0 auto;
	width: 770px;
	background: #ecedf1 url(images/content.gif) repeat-x;
}

#help {
	background: #ecedf1 url(images/helpbg.gif) repeat-y;
	float: right;
	width: 220px;
}

#text {
	width: 520px;
}

.huge { padding-top: 900px;}

.paddedtext { padding: 4px; }