body{
	//margin: 0;
	//padding: 0;
	background-color: #373637;
	//color: #808780 ;
		font-family: "Helvetica" Verdana ;
		text-align: left;
}
a{
	color: #808780;
}
h1{
	font-size: 4.5em;
	font-family: "Helvetica" Arial Sans;
	//color: #373637;
	color: white;
	line-height: 0.5;
}
h2{
	text-decoration: underline;
}
.headerlink a{
	text-decoration: none;
}
#otherstuff{
	border-bottom: 3px solid black;
}
#otherstuff p{
	//line-height: 0;
	//margin: 0;
	padding-left: 5%;
	color: #cf3f54;
	font-size: 1.4em;
}
#otherstuff a{
	color: white;
	text-decoration: none;
}
#otherstuff a:hover{
	text-decoration: underline;
}
#content{

	background-color: #dcdfe3;
	background-image: url('back2.png');
	color: #7a7a7a;
	padding-bottom: 5px;
}
#content a{
	color: inherit;
}
.sublist{
	list-style: none;
}

#mainlist{
	list-style: none;
	display: inline;

}
#listside{
		float: left;
		width: 50%;
}

.thelist{
	list-style: none;
	padding-right: 10px;
	width: 10%;
	display: inline;
}

#sublist1{
	float: left;
}

#footer{
	clear: both;
	background-color: #c94054;
	text-align: right;
	color: white;
	padding: 3px;
}
#footer a{
	text-decoration: none;
	color: inherit;
}
#footer a:hover{
	text-decoration: underline;
}

.special{
	font-weight: bold;
	color: #8a394d;
}
.notdone{
	opacity: 0.6;
}
#general a:hover{
}
