#contents
{
	width: 920px;
	margin-top: 20px;
}

#contents .Logo a 
{
	padding-bottom: 10px;
	display: block;
}

#contents .Logo div
{
	text-align: center;
	color: #CCCCCC;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 400px;
    margin: 0px auto;
}

#about
{
	width: 100%;
}

	#about .hr
	{
		margin-bottom: 20px;
	}
	
	#about img
	{
		padding-bottom: 5px;
		margin-left: 0px;
		margin-right: 10px;
	}
	
#contents form
{
	text-align: left;
	margin: 0;
}

	#contents form h4
	{
		font-size: 12pt;
		font-family: "Times New Roman", Times;		
		color: #CCCCCC;
		font-variant: small-caps;
		text-align: left;
		font-weight: normal;
	}
	
	#contents form input
	{
		height: 14px;
		width: 200px;
		font-size: 10px;
		padding: 3px 3px;
		font-family: Verdana;
	}
	
	#contents form .Submit
	{
		font-size: 10px;
		height: 20px;
		text-transform: lowercase;
		width: 50px;
		position: relative;
		top: 1px;
	}

#contents .Filters
{
	margin: 0px 0px 20px;
	text-align: left;
}

	#contents .Filters h4
	{
		font-size: 12pt;
		font-family: "Times New Roman", Times;		
		color: #CCCCCC;
		font-variant: small-caps;
		text-align: left;
		font-weight: normal;
		margin: 20px 0px 0px;
	}
	
	#contents .Filters select
	{
		font-family: Verdana;
		height: 20px;
		width: 400px;
		font-size: 10px;
		padding: 2px 0px 0px 0px;
	}
	
	#contents .Filters .Left
	{
		float: left;
		display: inline;
	}
	
	#contents .Filters .Right
	{
		float: right;
		display: inline;
	}
	
#contents #First
{
	margin-bottom: 20px;
}

.Contents
{
	width: 100%;
}

.Contents a
{
	float: left;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;
}

	
	
