@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 {
	width: 580px;
	height: 70px;
	border: none;
	outline: none;
	margin-top: 20px;
}

#work_expanded {
	width: 580px;
	height: auto;
	margin-top: 20px;
}

#inspirations {
	width: 580px;
	height: 70px;
	margin-top: 20px;
}

#inspire_expanded {
	width: 580px;
	height: auto;
	margin-top: 20px;
}

#statement {
	width: 580px;
	height: 70px;
	margin-top: 20px;
}

#media {
	width: 580px;
	height: 70px;
	margin-top: 20px;
}

#media_expanded {
	width: 580px;
	height: auto;
	margin-top: 20px;
}

#contact {
	width: 580px;
	height: 70px;
	margin-top: 20px;
}

#contact_expanded {
	width: 580px;
	height: auto;
	margin-top: 20px;
}

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

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

h2 {
	font-size: 12px;
	font-style: normal;
	text-align: justify;
}

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

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

a:img {
	outline: none;
	border: 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;
	
}