@charset "UTF-8";
#nav {
	height: 20px;
	position: relative;
	top: 60px;
	margin-left: 120px;
}
#container {
	background-image: url(mockup1_l3.jpg);
	margin: auto;
	height: 675px;
	width: 1024px;
}
body {
	background-color: #3e3a49;
}
#content {
	background-image: url(content_back.png);
	margin: auto;
	height: 242px;
	width: 840px;
	position: relative;
	top: 210px;
}
#breadcrumb {
	height: 23px;
	margin-left: 45px;
	width: 300px;
	position: relative;
	top: 27px;
}
#work {
	height: 132px;
	width: 330px;
	position: relative;
	top: 42px;
	left: 53px;
}

#big-work {
	height: 132px;
	width: 450px;
	position: relative;
	top: 42px;
	left: 53px;
}
#big-work img {
	border: 1px solid #3E3A4A;
	margin-right: 2px;
	margin-left: 2px;
}
#work img {
	border: 1px solid #3E3A4A;
	margin-right: 2px;
	margin-left: 2px;
}
#description {
	height: 117px;
	width: 360px;
	position: relative;
	float: right;
	margin-top: 42px;
	margin-right: 50px;
}

.desciption_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #3E3A49;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3E3A49;
}
a:hover {
	text-decoration: none;
	color: #3E3A49;
}
a:active {
	text-decoration: underline;
	color: #3E3A49;
}