body {
	background-color: #6f9d6c;
	margin:0px;
	padding:0px;
	background-image: url("background.jpg");
	background-repeat: repeat-y;
	overflow:hidden;
}

#title {
	position:relative;
	top:10px;
	left:70px;
}

.listitem {
	position:relative;
	top:20px;
	left:-10px;
}
#leftsection {
	position:relative;
	margin:0px;
	left:0px;
	top:0px;
	border:none;
	width:300px;
	height:815px;
}

#titlesection {
	width:300px;
	height:100px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	background-color: #000000;
}

#linklist {
	position:absolute;
	left:-10px;
	top:100px;
	width:310px;
	height:100%;
	border-right-style: ridge;
}

a { color: white; }
a:visited { color: #DDDDDD; }
a:hover { color: #000; }

#rightsection {
	position: absolute;
	left: 305px;
	top:0px;
	margin:0px;
	border:none;
	width:705px;
	height:815px;
}

#content {
	position:relative;
	margin:0px;
	width:100%;
	height:815px;
	border: none;
}