* {padding: 0; margin: 0}
body {font: 9px Monaco, sans-serif; color: #000; letter-spacing: .2em;}
input, textarea {font: 9px Monaco, sans-serif; background-color: #fff; color: #000; border: 1px solid #000; -moz-border-radius: 2px; -webkit-border-radius: 2px; resize: none}

ul {list-style-type: none}
ul li {list-style-type: none}
a {color: #000; text-decoration: none}
a:hover {text-decoration: underline}
.wrapper{
	position: relative;
	width: 960px;
	height:900px;
	margin:0px auto;
	margin-top: 25px;

}
.column1{
	position: relative;
	margin:0px;
	padding: 0px;
	width:200px;
	height:900px;
	float:left;

}
.title{
	margin-top: 100px;
	font: 10.5px Monaco, sans-serif; 
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: .7em;

}
.headers{
	font: 10.5px Monaco, sans-serif; 
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	letter-spacing: .7em;
}
.headers-text{
	font: 10.5px Monaco, sans-serif; 
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	letter-spacing: .7em;
}
.thumbnails{
	position: relative;
	width: 700px;
	height:928px;
 	background: #6f882a;
 	float:right;

}
.artwork-master{
	position: relative;
	width: 700px;
	height:840px;
 	background: #6f882a;
 	float:right;


}
.main-image{
margin:auto 0px;
margin-top:10px;
margin-right:10px;
margin-left:10px;
margin-bottom:10px;

}
.thumb{

	width:220px;
	height:220px;
	background: #ececec;
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding:0px;
}
.thumb:hover{
	opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
.work-main{

	position: relative;
	margin:0 auto;
	margin-left:10px;
	margin-top:10px;
	width:680px;
	height:350px;
	background:#fff;
}
.contact-form{

	position: relative;

	margin:0 auto;
	margin-left:10px;
	margin-top:10px;
	width:630px;
	height:743px;
	background:#fff;
	padding-top: 77px;
	padding-left: 50px;
	background:url('images/fat-shaker-background.jpg');
	background-repeat:no-repeat;
	background-position:center bottom; 
}


.work-main > div{

   position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
.work-text{
		margin:0 auto;
letter-spacing: 0em;
	margin-left:10px;
	margin-top:10px;
	width:680px;
	height:460px;
	background:#fff;
}
.text{
	padding:20px;
	padding-bottom:10px;
}
ul li{
	padding-bottom: 10px;
}
.footer{
	text-align: center;


	font-size: 8.5px;
	position: absolute;
	bottom:0;
	width: 960px;
	height:20px;
}