img {
	border: 0px;
	}

#content {
	position:relative;
	margin-top: 1em;
	border: 1px solid #CCCCCC;
	}
	
/*Master Page*/

#sectionTitle {
	position:absolute;
	width: 60px;
	}
	
#thumbBox {
	position:relative;
	height: 100%;
	margin: 0px 0px 0px 60px;
	padding: 10px;
	border-left: 1px solid #cccccc;
	}
	
.thumbnail {
	position: relative;
	margin-left: 5px;
	float:left;
	padding: 2px;
	}
	
/* clearer makes the container expand to the contents when float is used*/
	
 .clearer {
 	clear: left; 
	line-height: 0; 
	height: 0;
	}
	

.sectionTab {
	position:absolute;
	bottom: 12px;
	left: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	}
	
	
	
/*Details Page */

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding: 5px 5px 5px 20px;
	font-weight:normal;
	font-size: 24px;
	margin: 0px 0px 0px 2px;
	
	}

h3 span {
	color: #000000;
	}

#detailBox {
	position: relative;
	left: 60px;
	height: 100%;
	border-left: 1px solid #cccccc;
	width: 658px;
	}
	
#detailImage {
	position:relative;
	top: 0px;
	width: 650px;
	/*background-color: #666666;*/
	margin-bottom: -5px;
	}
	
	
#infobox {
	position: relative;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #ffffff;
	background-color:#000000;
	height: 100%;
	}
	
#projectnav {
	position: absolute;
	top: 2px;
	text-align:right;
	right: 0px;
	height: 100%;
	width: 120px;
	}
	
.image {
	position:relative;
	background-color:#666666;
	padding: 2px 6px 2px 6px;
	
	
	}
	
#projectnav a:link, #projectnav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#projectnav a:hover {
	color:#333333;
	}
		
#title {
	position:relative;
	margin-left: 0px;
	}
	
#levelup {
	position:relative;
	}
	
.page {
	position:absolute;
	top: 0px;
	right: 0px;
	}
	
.formfield {
	margin: 20px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	}
	
.textarea {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	}
	





