#content {
	float: right;
	width: 646px;
	font-size: 11pt;
	padding: 20px;
	padding-bottom:50px;
	background-color: #f9f9f9;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#breadcrumb {
	padding: 0px 0 5px 0px;
	font-size: 8pt;
	color: #929292;
	position: relative;
	}
	
#breadcrumb a {
	color: #fff;
	padding: 3px;
	background-color: #666;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
	}
	
#breadcrumb a:hover {
	background-color: #6EC72D;
	}
	
h1 {
	padding-left: 0px;
	color: #333;
	font-size: 21pt;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	}
	
ul.account {
	list-style-type: square;
	margin-left: 45px;
	margin-bottom: 10px;
	}

ul.account li {
	padding: 2px;
	}
	
ul.contentlist {
	clear: both;
	list-style-type: none;
	margin: 0px;
	}
	
ul.contentlist li {
	margin-bottom: 35px;
	clear:both;
	}
	
ul.contentlist li a.title {
	font-size: 21pt;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	}
	
ul.contentlist li a.title:hover {
	color: #6EC72D;
	}
	
ul.contentlist div.byline {
	font-size: 9pt;
	color: #84705e;
	font-family: verdana;
	margin-bottom: 5px;
	}
	
ul.contentlist li div.byline img {
	float: left;
	margin-right: 10px;
	}
	
ul.contentlist div.byline span.author, ul.contentlist div.byline span.time {
	color: #6e6e6e;
	}
	
.bylinebox {
	font-size: 9pt;
	color: #84705e;
	font-family: verdana;
	margin-bottom: 5px;
	}
	
.summary {
	font-style: italic;
	padding: 15px;
	color: #222;
	}
	
.downloadbox {
	float: right;
	padding: 25px;
	margin: 0 0 25px 25px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	text-align: center;
	font-weight: bold;
	}
	
 ol.searchlist {
 	list-style: none;
 	margin:0px;
 	margin-left: 35px;
 	padding:0px;
 }
 
 ol.searchlist li {
	list-style-type:decimal;
	list-style-position: outside;
 	list-style-image: none;
 	clear: both;
 	padding-bottom: 10px;
 }
 
 ol.searchlist h3 {
 	font-size: 14pt;
 	padding-left: 12px;
 	font-weight: normal;
 	margin-bottom: 0px;
 	font-style: italic;
 }
 
 ol.searchlist a.title {
 	text-decoration: none;
 	line-height: 2em;
 }
 
 ol.searchlist a.title:hover {
 	text-decoration: underline;
 }
 
 ol.searchlist div.author {
 	font-size: 7pt;
 	color: #999999;
 	width: 400px;
 	padding-left: 12px;
 }
 
 ol.searchlist p {
 	clear:right;
 	padding: 5px;
 	display: none;
 }
 
 ol.gallery {
 	list-style-type: none;
 	clear:both;
 }
 
 ol.gallery li {
 	display: inline;
 	float: left;
 }
 
 ol.gallery img {
 	margin: 10px;
 }
 
 div #image {
 	clear: both;
 	text-align: center;
 }
 
 div #image img {
 	margin-bottom: 10px;
 }
 
 div.flvplayer {
 	width: 100%;
 	text-align: center;
 	}