BODY
	{
	font-size: 0.8em;
	font-family: 'Helvetica Neue Light', Arial;
	font-weight: normal;
	font-style: normal;
	color: white;
	background-color: black;
	margin: 0px;
	}
P
	{
	line-height: normal;
	text-align: left;
	text-decoration: none;
	}
#divbody
	{
	margin-left: 50px;
	width: 900px;
	position:relative;
	}

#divheader
	{
	display: block;
	position: relative;
	height: 220px;
	}
#divheaderleft
	{
	position: absolute;
	width: 227px;
	left: 0;
	}
#divheaderright
	{
	position: absolute;
	width: 66px;
	right: 0;
	}
#divheaderright.index      	{top:  0px}
#divheaderright.collection 	{top: 80px}
#divheaderright.claudeheath    	{top: 80px}
#divheaderright.andrewcarnie   	{top: 80px}
#divheaderright.artists    	{top:180px}
#divheaderright.friends    	{top:280px}
#divheaderright.project01    	{top:380px}
#divheaderright.team       	{top:380px}
#divheaderright.news       	{top:480px}
#divheaderright.contact    	{top:560px}
#divheaderright.contactform	{top:  0px}


#divheaderprint
	{
	display: none;
	}
.indent 
	{
	margin-left: 50px;
	}
.menu
	{
	position: relative;
	top: -50px;
	left: -42px;
	font-size: 1.3em;
	}
.menuitem
	{
	display: inline; 
	padding: 0 1.2em 0.5em 0;
	}
.submenu
	{
	position: relative;
	top: -50px;
	left: -42px;
	font-size: 1.2em;
	}
.submenutitle
	{
	color: white;
	display: inline; 
	padding: 0 1.2em 0.5em 0;
	}
.submenuitem
	{
	display: inline; 
	padding: 0 1.2em 0.5em 0;
	}

#div1
	{
	width: 220px;
	float: left;
	}
#div2
	{
	padding: 0px 20px 0px 20px;
	width: 220px;
	float: left;
	}
#div3
	{
	width: 220px;
	float: left;
	}

.largerbold
	{
	font-weight: bold;
	font-size:  1.25em;
	}


a:link
	{
	color: white;
	text-decoration: none;
	cursor: auto;
	}
a:visited
	{
	color: white;
	text-decoration: none;
	cursor: auto;
	}
a:active
	{
	color: white;
	text-decoration: none;
	cursor: auto;
	}
a:hover
	{
	color: #595959;
	font-weight: normal;
	text-decoration: none;
	cursor: auto;
	}
