html {
	height: 100%;
	background-color: lightgrey;	
} 

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

#top_cheat {
	
	clear: both;
	height: 50px;
}

#main_content {
	
	margin: 0 auto;		
	width: 850px;
	padding: 25px;
	background: white;
	overflow: hidden;
	color: #666; 
	font-family: "Abadi MT Condensed Light"; 
	font-weight: lighter; 
	text-decoration: none; 
	letter-spacing: 1pt;
	font-size: 1.4em;
	line-height: 1.4em;
}

#main_content hr {

	clear: both;

}

#main_content a {

	color: #3cf;
	text-decoration: none;
	
}	

#main_content h1, #main_content h2, #main_content h3 {

	font-weight: normal;
	color: #3cf;
	margin-top: 0em;
}

#main_content h1, #main_content h3.user_list_header {

	margin-bottom: 0em;

}

#bottom_cheat {

	clear: both;
	overflow: hidden;
	height: 50px;
}

#user_login {

	float: right;
	width: 20em;
	text-align: right;
	overflow: hidden;
	clear: both;
	
}

#left_column {

	float: left;
	width: 390px;

}

#right_column {

	float: left;
	margin-left: 101px;
	width: 300px;
}

#right_column h3 {

/*	margin-bottom: 1.5em;*/

}

p.subtext {

	color: grey;

}

#flash_message {

	margin-bottom: .5em;
	border: 3px green solid;
	background-color: lime;
	padding: .5em;
	color: red;
	font-size: x-large;
	font-weight: bold;
}

ul#admin_nav {

	margin-left: 0px;
	padding-left: 0px;
	clear: both;
	width: 100%;
	overflow: hidden;

}

#admin_nav li {

	list-style: none;
	float: left;
	width: 10em;
	display: block;	
	border: 1px solid black;	
}

#admin_nav a {

	padding-top: .5em;
	padding-bottom: .5em;	
	font-size: large;
	text-align: center;
	display: block;
	width: 100%;
}

#admin_nav a:hover {

	background-color: lightgrey;

}

#files_popup {
	border: 1px solid black; 
	overflow: auto; 
	height: 700px; 
	width: 700px; 
	background: white;

}

#main_content ul.saved_users {

	list-style: none;

}

#main_content ul.saved_users a {

	color: #666; 
}

#footer {

	font-size: .9em;
	text-align: justify;
	clear: both;
	width: 80%;
	margin: auto;

}

#credit {

	text-align: right;
	margin-bottom: 0px;

}

#news_events p, #user_content_div p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#news_events b, #user_content_div b {
	font-weight: bold;
}

#news_events i, #user_content_div i {
	font-style: italic;
}