	body{
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 100%;	
}

img{
	border: none;
}

h1, h1 a{
	font-size:	2.75em;
	color: 		#aaa;
	margin: 	10px 0 0 0;
}


h2, h3, p, ul, li, label {
	font-size:		.84em;
	list-style-type: none;
	padding: 0;	
}

h2, h3 {
	font-weight:	bold;
}

a {
	color:			#000;	
}

a:hover{
	border: none;
	color: #f00;
}

.artist{
	padding:10px 0 0 0;
}

.red{
	color: #f00;
}

#header {
	position:		absolute;
	left:			220px;
	top:			25px;
}

#author {
	position:		absolute;
	left:			25px;
	top:			0;			
}	

#home {
	position:		absolute;
	top:			110px;
	width:			1200px;
	height:			200px;
	margin:			0 0 0 -10px;;
}

#interior{
	position: relative;
	left: 220px;
}

#content {
	position:	absolute;
	top:		320px;
}

#menu {
	position:		absolute;
	top:			250px;
	width:			200px;
	left:			25px;
	margin:			0;	
}

#description {
	position:		absolute;
	left:			220px;
	top:			320px;
	width:			550px;
}

#home-left {
	position:		absolute;
	left:			220px;
	top:			250px;
	width:			225px;
}

#home-right {
	position:		absolute;
	left:			480px;
	top:			250px;
	width:			225px;
}

#tagline {
	font-size: .8em;
	color: #f00;
}

