BODY {
	margin: 0;
	body: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-image: url(graphics/home-bg.gif);
	background-repeat: repeat-y;
	background-color: white;
	}
A, A:visited {
	text-decoration: none;
	color: #0C7AEB;
	}
A:hover {
	text-decoration: underline;
	}

#nav {
	position: absolute;
	left: 0px;
	top: 99px;
	background-image: url(graphics/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	width: 167px;
	}
#main {
	width: 664px;
	height: 288px;
	background-image: url(graphics/main-bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 167px;
	top: 126px;
	}
#maintext {
	margin: 20px 10px 0px 260px;
	font-size: 11px;
	}
#maintext P {
	padding: 3px 0px 3px 0px;
	margin: 0;
	}

#footer {
	position: absolute;
	top: 430px;
	left: 250px;
	color: #A7B2C2;
	}
