body {
	text-align: center;
	background: #fff;
	}
	
/*--- text styles ---*/
	
body, p {
	font: normal 10px/18px verdana, trebuchet, helvetica, arial, sans-serif;
	color: #666;
	}
	
p.footer {
	font: normal 8px/10px verdana, trebuchet, helvetica, arial, sans-serif;
	color: #666;
	margin: 20px 0px;
	}
	
h1, b {
	font: bold 9px/12px verdana, trebuchet, helvetica, arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
a {
	text-decoration: none;
	}

a:link {
	color: #000;
	}

a:visited {
	color: #333;
	}

a:hover {
	color: #600;
	border-bottom: 1px solid #c99;
	}

img, a img, a.img, a:hover img, a:hover.img {
	border-bottom: 0px;
	border: 0px;
	}
	
/*--- layout styles ---*/

#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	}
	
#head {
	padding: 40px 40px 20px;
	text-align: right;
	}
	
#art_home {
	text-align: center;
	}
	
#text_home {
	padding-left: 350px;
	}
	
#art{
	float: left;
	width: 340px;
	display: inline;
	}
	
#text {
	float: left;
	width: 400px;
	padding-top: 50px;
	}
	
#footer {
	clear: both;
	text-align: right;
	margin: 20px 0px 0px;
	}
	
#haven_art{
	float: left;
	width: 175px;
	display: inline;
	padding-top: 10px;
	}
	
#haven_text {
	float: left;
	width: 585px;
	padding-bottom: 50px;
	}