/* CSS Document */

/*-----------------------------------------------
	IE Fixes
-------------------------------------------------*/
img.png { behavior: url(iepngfix.htc); 
	  border: none !important;
}

.ClearFix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*-----------------------------------------------
	Body
-------------------------------------------------*/
body,html{
	background-color:#231f20;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#container{
	margin:auto;
	width:720px;
	padding:0px;
}

a{
	color:#FFFFFF;
}

a:hover{
	color:#4b332a;
}


/*-----------------------------------------------
	Footer
-------------------------------------------------*/
#footer{
	position:relative;
	width:720px;
	padding:0px;
}

.addressbox{
	float:left;
	font-size:12px;
	margin:10px;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	width:175px;
}

#designby{
	margin:auto;
	margin-top:20px;
	text-align:center;
	padding-left:15px;
	width:200px;
}

#break{
	height:15px;
	width:100%;	
}

