body   {
       $ackground: url(http://fisherofmen.net/blog/images/gray_rock.gif);
       background-color: #4C4D53;
       margin: 20px 0px 40px 0px;
       text-align: center;
       }

a {
	text-decoration: none;
	}

a:link {
	color: #8FABBE;
	}

a:visited {
	color: #8FABBE;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
        text-decoration: none;
        }

#header {
        width: 732px;
        margin-left: auto;
        margin-right: auto;
        }

#banner {
        text-align: center;
	width: 732px;
        padding: 6px 6px 0px 6px;
        background:#E8EAEB;
        }

#nav    {
	position: absolute; top: 114px; 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold;
	font-size: 11px; 
	color:#FFFFFF; 
	padding-left: 15px;
	}

#nav a 	{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover {
	color: #9DB0F6;
	font-weight: bold;
	text-decoration: none;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 732px;
        padding: 6px;
        background-color: #E8EAEB;
	}

#center {
	
        background-color: #FFFFFF;
	width: 732px;
        overflow: hidden;
        padding: 0px;
        }