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

#featuredImage {
	margin: 10px;
	padding: 10px;
	width: 500px;
	float: left;
	display: inline;
	border: 1px solid #ccc;
}

#featuredInfo {
	margin: 30px 0 10px;
	width: 400px;
	float: left;
	display: inline;
}

#featuredInfo {
	text-align: center;
}

#featuredInfo h3 {
	font-size: 25px;
}

#featuredInfo p {
	margin: 10px;
	line-height: 1.5em;
	text-align: left;
	font-size: 15px;
}

#work_front, #about_front, #contact_front {
	margin: 10px 0;
	width: 310px;
	float: left;
	display: inline;
	text-align: left;
}

#work_front h3, #about_front h3, #contact_front h3 {
	margin: 0 0 5px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#work_front {
	margin-left: 19px;
	width: 300px;
	font-size: 105%;
}

#about_front {
	border: dotted #ccc;
	border-width: 0 1px;
}

#about_front p {
	margin: 0 10px;
	color: #333;
	text-align: left;
	font-size: 110%;
	text-indent: 2em;
	line-height: 1.4em;
}

#contact_front {
	margin-right: 9px;
}

#contact_front label {
	margin: 3px 0 3px 30px;
	width: 80px;
	float: left;
	display: inline;
	text-align: left;
}

#contact_front input, #contact_front textarea {
	width: 150px;
	margin: 3px 0;
	float: left;
	display: inline;
	border: 1px solid #ccc;
}

#contact_front br {
	clear: both;
}

#contact_front .submit {
	margin: 5px 0 5px 110px;
	width: 80px;
}