/* common html tag styles */

.portfolio {
	float: left;
	width: 625px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	border-top: thin solid #e3e3e3;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.clogo {
	float:none;
	width:500;
	height: 75px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.cthumb {
	float: left;
	width: 280px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
.cthumb img{
	border: 1px solid #e3e3e3;
}

.cthumb a:hover img { border: 1px solid #f00000; } 

.pcontent {
	float: right;
	width: 345px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	text-align: left;
	font-size: 13px;
	line-height:18px;
	vertical-align: top;
}


a.launchbtn {
	background: url(../images/launchup.jpg) no-repeat 0 0;
	width: 312px;
	height: 33px;
	display: block;
	float: right;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
	
a.launchbtn:hover { 
	background: url(../images/launchov.jpg) no-repeat 0 0;
}


 
