@charset "utf-8";
/* CSS Document */

.website{
	font-size:18px;
	margin-bottom:5px;
	float:left;
}

.main_image{
	padding:0px;
}

.main_image img{
	width:528px;
}

.gallery_title, .clicker{
	font-size:16px;
}

.gallery_title, .features, .client{
	margin: 5px 0px;
}

.gallery{
	background-color:white;
	padding:5px;
	border: 1px solid #9e9e9e;
}

.gallery a img{
	margin:5px;
	width:90px;
	border:none;
	vertical-align:middle;
}

.line{
	width:100%;
	height:3px;
	background-color:#333333;
	margin:20px 0px;
}

.clicker:hover{
	cursor:pointer;
}

.text{
	padding:0;
}

.visit_site{
	float:right;
	font-size:15px;
}

.visit_site a{
	color:#06C;
}

#content_col a img{
	margin-bottom:10px;
	border:none;
}
