


body
	{
behavior:url("csshover.htc");
	background: #121212;
	margin: 0px;
	padding: 0px;

	font-family: Verdana, Helvetica, Arial, sans-serif;	
	text-align: center;
	font-size: small;
	}

p, img, a
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

.main
	{
	width: 800px;

	margin-right: auto;
	margin-left: auto;
	}

.content
	{
	position: relative;
	float: right;

	background: white;
	margin-bottom: 50px;
	border-bottom: 5px solid #cdcdcd;
	}

.right
	{
	position: relative;
	float: right;
	width: 70%;

	background: white;
	padding-top: 15px;
	padding-right: 10px;

	text-align: left;
	}

.left
	{
	position: relative;
	float: left;
	width: 23%;

	background: #121212;
	padding: 15px;
	border-left: 1px solid #858585;

	text-align: left;
	}

.new
	{
	position: relative;
	float: right;
	}

.nav
	{
	position: relative;
	float: left;

	margin-top: 20px;
	margin-bottom: 100px;
	padding-left: 10px;
	border-top: 1px solid #858585;
	}

p.homebut
	{
	width: 175px;
	height: 30px;
	background-image: url('images/homegifoff.gif');
	}

p.homebut:hover
	{
	width: 175px;
	height: 30px;
	background-image: url('images/homegifon.gif');	
	}

p.biobut
	{
	width: 175px;
	height: 30px;
	background-image: url('images/biogifoff.gif');
	}

p.biobut:hover
	{
	width: 175px;
	height: 30px;
	background-image: url('images/biogifon.gif');	
	}

p.booksbut
	{
	width: 175px;
	height: 30px;
	background-image: url('images/booksgifoff.gif');
	}

p.booksbut:hover
	{
	width: 175px;
	height: 30px;
	background-image: url('images/booksgifon.gif');	
	}

p.samplesbut
	{
	width: 175px;
	height: 30px;
	background-image: url('images/samplesgifoff.gif');
	}

p.samplesbut:hover
	{
	width: 175px;
	height: 30px;
	background-image: url('images/samplesgifon.gif');	
	}

p.pressbut
	{
	width: 175px;
	height: 30px;
	background-image: url('images/pressgifoff.gif');
	}

p.pressbut:hover
	{
	width: 175px;
	height: 30px;
	background-image: url('images/pressgifon.gif');	
	}










