@charset "utf-8";
/* CSS Document */

body {background-color: #FFF;}

#header {background-color:gray; position:relative;}


#wrap {margin-left:auto; margin-right:auto; width: 775px; height:700px;}
#container  {z-index:0; position:absolute;}

#menu {position:absolute; top:177px;  left:5px; min-width:200px; font-size:13px; color:#000;}

#menu a:hover {color: #009; text-decoration:underline; background-color: #CCC; height:30px;}
#menu a:active, a:link {color: #000; text-decoration:none;}
#menu a:visited {color: black; text-decoration:none;}

#pic {float:left; top:100px; z-index:100; position:absolute; margin-left:10px;}


#content {position:relative; top:-5px; left:125px; color: #000; font-family:"Helvetica LT Std Black"; width:650px;  font-size:13px;
			height:310px;}

#slogan {margin-left:30px;}

#home_icon { margin-top:-50px; float:right; margin-right:5px;}

#footer {position:relative; top:35px; }
#footer_text {font-size:11px; color: #999; margin-top:-20px; }
#footer_text a:link {color: #3556A4; text-decoration:none;}
#footer_text a:hover {color:#003; text-decoration:underline;}


STANDARDS
a:active, a:link {color: #009; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}
.floatR {float:right;}
.floatL {float:left;}
.relative {position:relative;}<!--set container for absolute positioned elements as a frame-->
.strong {font-weight:bold;}
#clearance {clear:both;}
