@charset "UTF-8";
/* CSS Document */
body	{
	background-color: #000;
	font-family:"Trebuchet MS", Verdana, sans-serif
}

#spread	{
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding-left: 45px;
	padding-right: 45px;
	width: 860px;
}
#header	{
	height:115px;
	position:relative;
}
#logo	{
	margin-left:25px;
	margin-top: 33px;
	width: 215px;
	float: left;
}
#login	{
	position:absolute;
	right: 0;
	margin-top: 30px;
}
#login label	{
	display:block;
	float: left;
	text-align:right;
	width: 85px;
	font-size:10px;
	margin-right: 5px;
}
#login input	{
	margin-right: 5px;
}
#navigation	{
	width: 600px;
}
#leftbox	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:36px;
	background-color: #d7eaf1;
	width: 188px;
	height: 185px;
	float: left;
	padding: 25px 10px 25px 10px;
}
#rightbox	{
	float: right;
	width: 641px;
}
#contentcontainer	{
	position:relative;
	margin-top: 50px;
}
#leftcontent	{
	width: 198px;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding-left: 10px;
}
#rightcontent	{
	width: 641px;
	float: right;
	font-size: 14px;
	line-height: 20px;
}
#rightcontent p	{
	margin-bottom: 15px;
}
#footer	{
	margin-top: 10px;
	font-size:10px;
	line-height:14px;
	text-align:left;
	padding-left: 25px;
	padding-top:15px;
	padding-bottom:15px;
	color:#505050;
}
#bio_info	{
	margin-top: 25px;
}
a.selected, a.unselected	{
	text-decoration:none;
	font-size:12px;
}
a:link.unselected	{
	color: #c93;
}
a:visited.unselected	{
	color: #c93;
}
a:link.selected	{
	color: #39c;
}
a:visited.selected	{
	color: #39c;
}
.quotesource	{
	font-size:12px;
	font-style:italic;
}
p.propdescript	{
	font-size:12px;
	line-height: 14px;
}
.loginlabel	{
	font-size: 10px;
	margin-right: 5px;
}
.clear	{
	clear: both;
}
