
body {
	font-family: Helvetica CY, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #fff url(../images/bg_image.jpg) no-repeat 0 100px;	
	position: relative;
	margin: 40px;
}

a {
	color: #595455;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #99aebe;
}

div.wrapper {
	width: 700px;
	height: auto;
	overflow: auto;
	position: relative;
	float: left;
}

div.headspace {
	width: 700px;
	height: 500px;
	margin: auto;
	position: relative;
	float: left;
}

a.topleft {
	display: block;
	text-indent: -8000px;
	overflow: hidden;
	width: 148px;
	height: 53px;
	background: #fff url(../images/top_left.png) no-repeat;
	margin: 58px 0 5px 10px;
	/*position:absolute;
	top: 58px;
	left: 85px;*/
}

a.navbutton {
	display: block;
	/*position: absolute;*/
	height: 11px;
	top: 100px;
	border: 0;
	padding: 3px;
	float: left;
	margin-right: 70px;
	margin-bottom: 10px;
}

a.navbutton img {
	border:0;
}

a.navbutton:hover {
	background: url(../images/flickr.gif) repeat;
}

a#news {
	width: 42px;
	height: 15px;
	margin-left: 5px;

}

a#work {
	width: 67px;
	height: 15px;

}

a#play {
	width: 57px;
	height: 15px;

}

a#bio {
	width: 35px;
	height: 15px;
	margin-right: 5px;


}

div.content {
	/*position: absolute;
	top: 140px;
	left: 75px;*/
	width: 430px;
	height:330px;
	overflow:auto;
	margin: 5px 0 5px 0;
	padding: 0 10px;
	background: url(../images/soyoucanreadit.png) repeat;
	line-height: 12px;
	float: left;
}

div.content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px auto 5px 0;
	padding: 0;
}

div.content p {
	margin: 15px auto 15px 0;
	padding: 0;
}

