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

a {
	outline: none;
	outline-color: #FFF;
}

a:link {
	color: #7A7672;
	text-decoration: none;
}

:-moz-any-link:focus {
	outline: none;
}

#container {
	width: 580px;
	height: auto;
	background: #FFF;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#banner {
	width: 580px;
	height: 70px;
}

#work {
	width: 540px;
	height: auto;
	background: #E6E6E6;
	padding: 30px 20px 30px 20px;
	margin-top: 20px;
	position: relative;
}

#work_image, #work_text {
	float: left;
}

#work_image {
	height: 100%;
	width: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#work_text {
	height: 400px;
	width: 120px;
}

#work_description{
	font-size: 11px;
	text-align: justify;
}

body {
	font-family: "Trebuchet MS";
	color: #7A7672;
}

.space {
	line-height: 9px;
}