*
{
	margin: 0px;
	padding: 0px; 
}

/*	HEADER	*/

h1 a:link, h1 a:visited {
	border-bottom: none; 
	color: #aaa; 	
	font-family: 'Times New Roman';
	font-size: 15px; 
	font-style: oblique; 
	font-weight: normal; 
	text-decoration: none;
}

h1 a:hover {
	color: #999;
}

/*	PLACEMENT AND SHIT	*/

#header-home {
	position: absolute;
	top: 50px; left: 50px; 
}

#header-nav {
	position: absolute;
	top: 50px; left: 300px; 
}

#sidebar {
	position: absolute;
	top: 150px; left: 50px; 
	width: 200px; height: 480px; 
}

#content {
	padding-bottom: 150px;
	position: absolute;
	top: 150px; left: 300px; 
	width: 720px; 
}

/* OTHER STUFF 	*/

p {
	color: #666; 
	font-family: 'Verdana'; 
	font-size: 9px;
	line-height: 18px; 
}

img {
	border: 1px solid #aaaaaa;
}

li {
	color: #666; 
	font-family: 'Verdana'; 
	font-size: 9px;
	line-height: 18px; 	
	list-style: none; 
}

span.lite {
	color: #999; 
	font-family: 'Verdana';
	font-style: oblique;
}

span.dark {
	color: #333;
	font-family: 'Times New Roman';
	font-size: 13px; 
	font-style: oblique;
}

span.pers {
	background-color: #cec7b8;	
	padding: 0px 3px;
}

span.clas {
	background-color: #e6e0cf;
	padding: 0px 3px;
}

span.comm {
	background-color: #f0efe5;
	padding: 0px 3px;
}

a:link, a:visited, a:active {
	border-bottom: 1px solid #666;
	color: #666;
	text-decoration: none; 
}

a:hover {
	border-bottom: none;
	text-decoration: none;
}