* {margin: 0px; padding: 0px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
	line-height: 18px;
}

.content h1, .top h1, .right h1 {
	font-size: 16px;
	border-bottom: 1px solid #666666;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;

	}
a {
	color: #ffffff;
	}

a:visited {
	color: #999999;

}
a:hover {
	color: #ffffff;
	background-color: #666666;
}

ul {
	line-height: 18px;
	list-style-type: square;
	margin-left: 25px;
	}

div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 77px;
	background-color: #666666;
	background-image: url(../images/narra_night.jpg);
	background-repeat: repeat-x;
}

div.content {
	position: absolute;
	top: 77px;
	background-color: #333333;
	background-image: url(../images/siteBackground.gif);
	height: 850px;
	background-repeat: repeat;
	width: 68%;
	margin-left: 1%;
	margin-top: 1%;
	}

div.right {
	position: absolute;
	top: 77px;
	width: 29%;
	height: 850px;
	left: 70%;
	background-image: url(../images/bgr_page.png);
	background-repeat: repeat;
	margin-right: 1%;
	margin-top: 1%;
	}
div.right ul {
	padding-top: 25px;
	}
	
	