@charset "utf-8";
/* CSS Document */

body{
	font-family: Helvetica, Arial, sans-serif;
	color:#FFF;
	background:#000 url(../images/over%20shoulder%20pic.jpg)  no-repeat;
	background-position: right bottom;
	font-size: 90%;
	}

h1{ font-size:300%;}

a {color:#FFF;
text-decoration:none;
font-weight:bold;
}

#title {
	margin: 0px 5px 0px 5px;
}

#menu{
	margin: 5px 5px 5px 20px;
	width: 605px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
	background: url(../images/menu_bg.png) no-repeat;
	height: 25px;
	padding: 5px 0px 0px 0px;
	float: left;
	width: 90px;
	display: block;
	color: #333;
	font-size:12px;
	text-decoration: none;
	text-align: center;
}

#nav-menu li a:hover
{
	background:url(../images/menu_hover.png);
	color:#FFF;
}

#main {
	margin: 5px 5px 5px 5px;
	padding: 10px 0px 10px 0px;
	width: 630px;
	background:url(../images/content.png) no-repeat;
	height: 630px;
	clear: both;
}

#content{
	margin: 5px 10px 10px 10px;
	height: 605px;
	overflow: auto;
}
