html, body {
	margin:0; padding:0;
	height:100%;
	background-color: #EEE;
}
 
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a
{
	color: #030;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

.imgsmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}

.imgbig
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}

.imgshrink
{
	cursor: url("images/magminus.cur"), pointer;
}

.imglink
{
	cursor: pointer;
}

.imgmove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-320px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:640px; width:950px;
	margin:0 auto; padding: 0;
	background: url(images/background.png) no-repeat;
}

#nav
{
	width: 250px;
	height: 640px;
	
	display: block;
	float: left;
}

#content
{
	padding: 10px;
	margin-top: 140px;
	
	display: block;
	float: right;
	
	width: 680px;
	height: 480px;
	
	
	overflow: auto;
}

#content h1
{
	margin: 0;
	padding: 0;
	
	font-size: 16px;
}

#copyright
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	
	background-color: #FFF;
	
	color: gray;
	font-size: 0.9em;
	text-align: right;
}

#copyright a
{
	color: #333333;
	text-decoration: none;
}

