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

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

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

#work_expanded {
	width: 580px;
	height: auto;
	padding-top: 10px;
}

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


#work_image, #work_text {
	float: left;
	margin-bottom: 0px;
}

#work_image {
	height: 400px;
	width: auto;
	float: left;
	margin-right: 20px;
}

a {
	font-size: inherit;
	font-style: normal;
	text-decoration: none;
	color: #7A7672;
}

#work_text {
	height: 400px;
	float: left;
	position: relative;
}

#work_info {
}

#info_spacer {
	height: 5px;
}

#info_title {
	font-size: 12px;
	color: #333130;
}

#info_media, #info_size, #info_date {
	font-size: 11px;
	font-style: italic;
	color: #7A7672;
}

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

#work_extra{
	margin-top: 10px;
}

#work_extraimage{
	width: auto;
	height: auto;
	
}

#work_extratext{
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #7A7672;
}

#gallery {
	width: 590px;
	height: auto;
	margin-top: 20px;
}

#gallery_row1 {
	height: auto;
	margin-bottom: 0px;
	float: left;
}

#gallery_row2 {
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#gallery_image {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A7672;
}

a {
	outline: none;
	outline-color: #FFF;
	font-size: inherit;
	font-style: normal;
	text-decoration: none;
	color: #7A7672;
}

a:hover {
	color: #000;
	text-decoration:none;
}

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

.label {
	font-size: 12px;
	font-style: italic;
	color: #BFB9B4;
}

.selected {
	font-size: 12px;
	color: #333;
}

.links {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #7A7672;
	
}
	