@charset "utf-8";
/* CSS Document */

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

img, div, td, tr, table { behavior: url(includes/iepngfix.htc) }

body { 
	background-color: #505050;
}

#header {
	width: 802px;
	height: 187px;
}

#main {
	width: 780px;
	padding: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #fefefe;
}

#footer { 
	width: 800px;
	border: 1px solid #000000;
	background-color: #fefefe;
}	

#entries {
	width: 600px;
	float: left;
}	

#features {
	float: right;
	width: 145px;
	padding-right: 20px;
}

.toolbar { 
	width: 758px;
	border: 1px solid #990000;
	background-color: #E6E6E6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.login_toolbar {
	width: 758px;
	border: 1px solid #666666;
	background-color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.admin {
	float: right;
}

.form_1 {
	border: 1px solid #990000;
	background-color: #E6E6E6;
	padding: 3px;
}

.maintext { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	color: #000000; 
	text-align: left;
}
.maintext A:link { 
	color: #000000; 
	text-decoration: none; 
}
.maintext A:visited { 
	color: #000000; 
	text-decoration: none; 
}
.maintext A:hover { 
	color: #000000; 
	text-decoration: none; 
}
.maintext A:active { 
	color: #000000; 
	text-decoration: none; 
}

.credits { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px; 
	color: #000000; 
	text-align: left;
}
.credits A:link { 
	color: #000000; 
	text-decoration: underline; 
}
.credits A:visited { 
	color: #000000; 
	text-decoration: underline; 
}
.credits A:hover { 
	color: #000000; 
	text-decoration: underline; 
}
.credits A:active { 
	color: #000000; 
	text-decoration: underline; 
}



.footer { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px; 
	color: #505050; 
}
.footer A:link { 
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}
.footer A:visited { 
	color: #505050; 
	font-weight: bold;
	text-decoration: none;
}
.footer A:hover { 
	color: #505050; 
	font-weight: bold;
	text-decoration: none;
}
.footer A:active { 
	color: #505050; 
	font-weight: bold;
	text-decoration: none;
}

.alert {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

#read_user{
	width: 175px;
	float: left;
}

#read_content{
	width: 600px;
	float: right;
}
