body {
   	background-color:#252525;
   	margin:0;
   	padding:0;
   	border:0;
	color:#A8A8A8;
	font-size:15px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

a:link {color:rgb(6,195,189);}      /* unvisited link */
a:visited {color:color:rgb(6,195,189);}  /* visited link */
a:hover {color:color:rgb(6,195,189);}  /* mouse over link */
a:active {color:color:rgb(6,195,189);}  /* selected link */ 

#container {
	width:100%;
	height:100%;
}

#header {
    width:950px;
   	margin-right:auto;
    margin-left:auto;

}
#main {
	background:url("images/hunkydorey_main_slice.jpg");
	width:100%;
	height:398px;
   	text-align:center;
}


simage {
   	position:absolute;
   	width:950px;
   	height:398px;
}

#content {
    width:950px;
    margin-right:auto;
    margin-left:auto;
}

#lower {
	width:950px;
    margin-right:auto;
    margin-left:auto;
	padding-top:20px;

}
#lower_left{
	float:left;
	width:300px;
	padding-left:45px;
}
#lower_center{
	float:left;
	width:300px;
}
#lower_right{
	float:right;
	width:300px;
}
#lower_content{
	padding-right:65px;
}
#footer{
	width:950px;
    margin-right:auto;
    margin-left:auto;
}






