* {
	  margin: 0;
	  padding: 0;
	}
body {
	margin-top: 0px;
	background: url('bg.png') repeat-x fixed center;
	font-family: arial, "lucida console", sans-serif;
	}
div#wrap {
	width: 960px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	background: url('mainbg.png') no-repeat;
	}
div#wrap.nobull {
	background: url('mainbg-nobull.png') no-repeat;
	}
div#nav {
	position: absolute;
	width: 420px;
	height: 20px;
	margin-top: 230px;
	margin-left: 510px;
	}
div#content {
	position: absolute;
	width: 500px;
	height: 150px;
	margin-top: 275px;
	margin-left: 410px;
	font-size: 12px;
	overflow: auto;
	padding:10px;
	}
div#content.nobull {
	position: absolute;
	width: 565px;
	height: 295px;
	margin-top: 280px;
	margin-left: 340px;
	}
div#bulletin {
	position: absolute;
	width: 670px;
	height: 115px;
	margin-top: 465px;
	margin-left: 250px;
	font-size: 12px;
	}
div#footer {
	position: absolute;
	margin-top: 625px;
	font-size: 12px;
	width: 960px;
	text-align:center;
	}
h1 {
	font-size: 20px;
	color:#000F4A;
	margin-bottom: 10px;
	}
a.nav:link, a.nav:visited, a.nav:active, a.nav:hover {
	font-size: 16px;
	color:#000F4A;
	text-decoration: none;
	}
a.bulletin:link, a.bulletin:visited, a.bulletin:active, a.bulletin:hover {
	font-size: 16px;
	color:#000F4A;
	text-decoration: none;
	}
ul.bull{
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
	}
li.bull {
	background: url('square.png') no-repeat center left;
	padding-left: 20px;
	}
li.items {
	padding-left: 20px;
	list-style-type: disc;
	}