/*tag properties*/



body {
	color: #ffdb4d0;
	background-color: #ffdb4d0;
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	}

a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	}


a:hover {
	color: #333;
	text-decoration: none;
	}
	
/*main structure*/

#container {	
	 width:640px;
	 margin: 0 auto;
	 padding: 0;
	 position: relative;
	 top: 15px;
	}
	
#header {
	width: 640px;
	height:50px;
	margin: 0 auto;
	float: left;
	}
	
#main {
	width: 640px;
	height: 200px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.title {
	font-weight: 900;
	font-size:11px;
	width: 320px;
	float: left;
	color: #333333;
	text-transform: uppercase;
	position: relative;
	top: 30px;
	margin: 0;
	padding: 0;
	}

.hrgray {
	width: 640px;
	height: 1px;
	float: left;
	margin: 0;
	padding: 0;
}

.hdrImage {
	width: 640px;
	height: 180px;
	float: left;
	margin: 0;
	padding: 0;
}

.logo {
	width: 204px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
.bodytext {
	width: 640px;
	float: left;
	margin: 0;
	padding:0;
	color: #999;
	font-weight: normal;
	font-size: 12px;
	height: 150px;
	line-height: 16px;
	}
	
.clienttext {
	font-weight: normal;
	font-size: 12px;
	}
	
#thumbs {
	width: 640px;
	margin: 0 auto;
	padding: 0;
	float: left;
	}
	
.thumb-container1 {
	float: left;
	width: 310px;
	height: 140px;
	margin: 0;
	padding: 0;
	}
	
.thumb-container2 {
	float: right;
	height: 140px;
	width: 310px;
	margin: 0;
	padding: 0;
	}
	
.thumbnailFrame {
	width: 310px;
	height: 100px;
	border: 1px solid #999;
}
	
.thumbnail {
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
	}
	
.thumb-desc  {
	color: #811125;
	width: 310px;
	font-weight: bolder;
	text-align: left;
	font-size:11px;
	text-transform: uppercase;
	}
.thumb-desc2  {
	 color: #811125;
	font-weight: bolder;
	text-align: right;
	font-size:11px;
	text-transform: uppercase;
	}
.desc-left  {
	color: #333;
	float:left;
	margin-top:5px;
	}
	
.desc-right  {
	color: #666;
	float:right;
	margin-top:5px;
	}
/* ---------------------------------- */
	

	
	

	

/*class properties*/


	


.viewmore {
	margin-top: 25px;
	margin-bottom: 4px;
	font-weight: bolder;
	text-align: right;
	font-size:11px;
	text-transform: uppercase;
	}

.overview {
	font-weight: 900;
	margin-top: 15px;
	margin-bottom: -7px;
	color: #333;
	text-transform: uppercase;
	}	


	
	


	
