* {
	margin: 0px;
}

#header {
	background-image: url(images/headerpic.jpg);
	background-repeat: no-repeat;	
	background-color: #000000;
	height: 276px;
	width: 100%;
}

body {
	background-color: #990000;
	color: #002F00
}

#corner1 {
	position: absolute;
	left: 150px;
	top: 326px;
	height: 70px;
	width: 70px;
	background-image: url(images/corner1.gif);
}

#content {
	background-color: #ff8f8f;	
	position: absolute;
	left: 150px;
	top: 326px;
	height: 100%;
	width: 700px;
	padding: 10px;
	padding-top: 15px;	
}

#navlinks {
	position: absolute;
	left: 150px;
	top: 276px;
	height: 50px;
	width: 700px;
	padding-top: 15px;
	text-align: center;
}

#sidebar {
	position: absolute;
	left: 0px;
	top: 396px;
	height: 300px;
	width: 150px;
	padding-left: 15px;	
}

a:link {
	color: #00cc00;
	text-decoration: none;
}

a:visited {
	color: #00cc00;
	text-decoration: none;
}

a:hover {
	color: #007a00;
	text-decoration: underline;
}

p {
	text-indent: 25px;
}

.center {
	text-align: center;
}

.char tr{
	background-color: #ffafaf;
}

.char td{
	padding: 5px;
}

#feats1 {
	position: absolute;
	left: 10px;
	top: 275px;
	width: 335px;
}

#feats2 {
	position: absolute;
	left: 375px;
	top: 275px;
	width: 335px;
}

#feats4 {
	text-align: center;
	font-size: 150%;
}