html, body, #fixed{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
}
body{
	background:#336699 url(images/bg.jpg) repeat-x;
	background-attachment:scroll;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-top:0px;
	z-index:-999;
}
#container{
	background-color:transparent;
	margin:0px auto;
	position:relative;
	width:800px;
	z-index:40;
}
#nav{
	background:url(images/nav/navbg.jpg) repeat-x;
	height:30px !important;
	overflow:hidden;
	width:100%;
}
.navLink{
	margin-left:19px;
	margin-right:19px;
}
.separator{
	padding-left:2px;
}
#content{
	padding:10px;
	width:780px;
}
.heading{
	display:block;
	font-size:2em;
	margin:0 auto;
	margin-bottom:-.3em;
	text-align:center;
	width:auto;
}
#fixed{
	background:url(images/midbg.jpg) repeat-y;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left:-402px;
	*margin-left:-403px;
	z-index:0;
	width: 810px;
	height: 1000%;
}
