body {
	background-image: url(../images/bluesunburst_bak.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin: 0;
	background-color: #012190;

	}
#nav {
	position:absolute;
	left:0px;
	top:0px;
	width:190px;
	height:430px;
	z-index:1;
	list-style: disc url(../images/arrow.gif);
	}
a:link {
	font-family: Verdana;
	color: #FFF;
	text-decoration: underline;
	}
a:visited {
	font-family: Verdana;
	color: #FFF;
	text-decoration: underline;
	}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-family: Verdana;
	}
#nav a:link, #nav a:visited
{
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
}
#main {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 500px;
	z-index: auto;

}
#main p
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
}
