@charset "UTF-8";

/* CSS Document */

#galleryLargeImage {
	border:2px solid;
	border-color:#FFFFFF;
}

/* PORTFOLIO */
.website_wrapper {
	float:left;
	width:600px;
	margin-bottom:25px;
	border:#999999 solid 1px;
}

.web_title {
	padding:10px;
	width:260px;
	font-size:16px;
}

.web_desc {
	width:260px;
	padding-left: 10px;
	color:#eeeeee;
	line-height:150%;
}

.web_img {
	float:right;
	padding:10px;
	width:300px;
}

