html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg_pattern.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #3a312a;
}

a:hover {
	color: #FFFFFF;
}

#Wrapper {
	width: 100%;
	background: url(../images/bg_background.gif) repeat-x top;
}

#Container {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}

#Header {
	position: relative;
	width: 940px;
	height: 190px;
	float: left;
}

#Logo {
	width: 268px;
	height: 162px;
	background: url(../images/logo.png) no-repeat;
	margin: 10px 0 0 -10px;
	float: left;
}

#Design {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 266px;
	height: 29px;
	background: url(../images/design.png) no-repeat;
	z-index: 100;
}

#Main-Nav {
	position: relative;
	float: right;
	width: 663px;
	height: 190px;
	background: url(../images/bg_nav.png) no-repeat bottom;
	margin: 0 -10px 0 0;
	padding: 0 0 0 13px;
	z-index: 0;
}

#Main-Nav a {
	width: 130px;
	height: 190px;
	float: left;
	background-position: 0 0;
}

#Main-Nav a#Home {
	background: url(../images/btn_home.png) no-repeat;
}

#Main-Nav a#Websites {
	background: url(../images/btn_websites.png) no-repeat;
}

#Main-Nav a#Work {
	background: url(../images/btn_3D.png) no-repeat;
}

#Main-Nav a#Digital {
	background: url(../images/btn_digital.png) no-repeat;
}

#Main-Nav a#Mailers {
	background: url(../images/btn_mailers.png) no-repeat;
}

#Main-Nav a#Logos {
	background: url(../images/btn_logos.png) no-repeat;
}

#Main-Nav a#Home:hover, #Main-Nav a#Websites:hover, #Main-Nav a#Work:hover, #Main-Nav a#Digital:hover, #Main-Nav a#Mailers:hover, #Main-Nav a#Logos:hover {
	background-position: -130px 0;
}

#Container h1 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #e6e2a0;
}

.Preview {
	clear: left;
	width: 940px;
	float: left;
	border-bottom: 1px solid #e6e2a0;
}

.Preview span.Description {
	width: 227px;
	float: left;
	margin: 13px 0 0 0;
}

.Preview span.Description h2 {
	font-size: 22px;
	font-weight: normal;
	color: #49301d;
	margin: 0;
	padding: 0;
}

.Preview span.Description h3 {
	font-size: 16px;
	font-weight: normal;
	color: #49301d;
	margin: 0;
	padding: 0;
}

.Preview span.Description p {
	font-size: 16px;
	color: #FFF;
	margin: 20px 0;
	padding: 0;
}

.Preview span.Description a {
}

.Preview span.Thumb {
	width: 728px;
	height: 242px;
	background: url(../images/frame1.png) no-repeat;
	float: right;
	margin: 0 -15px 0 0;
}

.Preview span.Thumb a {
	width: 688px;
	height: 202px;
	margin: 13px;
	border: 6px solid #FFFFFF;
	float: left;
}

.Preview span.Thumb a:hover {
	border: 6px solid #CCCCCC;
}

.hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e6e2a0;
	display: block;
}

.clear {
	clear: both;
}