body
	{
	margin: 0px;
	background-color: #000000;
	text-align: center;
	}

/* Positioning + Header + Footer */

#container
	{
	position: relative;
	margin: 50px auto 0px auto;
	width: 675px;
	height: 500px;
	text-align: left;
	background-image: url(images/background.jpg);
	}

/* navigation styles */
#navigation
	{
	position: relative;
	top: 100px;
	left: 15px;
	width: 200px;
	font-size: 12pt;
	font-family: arial, sans-serif;
	}

#navigation a
	{
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	}
	
#navigation a:hover
	{
	color: #ffffff;
	text-decoration :none;
	padding-left: 20px;
	padding-right: 5px;
	background-color: #000000;
	}
	
#current
	{
	color: #ffffff;
	text-decoration :none;
	padding-left: 20px;
	padding-right: 5px;
	background-color: #000000;
	font-weight: 600;	
	}
	
/* content styles */
#content
	{
	position: absolute;
	top: 59px;
	left: 153px;
	width: 516px;
	height: 393px;
	overflow: auto;
	font-size: 10pt;
	font-family: arial, sans-serif;
	color: #000000;
	}

