* {
vertical-align: baseline;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: 0 none;
outline: 0;
padding: 0;
margin: 0;
}
body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
 	background-image: url(../img/main/bg.png);
 	background-repeat: repeat;
 	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: white;
	text-shadow: white 0px 0px 1px;
	background-color: black;
}
a:active {
	color: #8782BD;
	text-decoration: none;
}
#bold{
	font-weight: bolder;
}
h1{
	color: black;		
	font-style: normal;
	font-weight: bolder;
	line-height: 16pt;
	font-size: 12pt;
	padding: 0;
	margin-bottom: 10px;	
}
h2{
	color: black;		
	font-weight: bolder;
	line-height: 14pt;
	font-size: 10pt;
	padding: 0;
}
h3{
	color: black;		
	font-weight: bolder;
	font-size: 8pt;
	padding: 0;
	margin: 0px;
}
#container{ 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
	position:relative; 
	width: 980px;
	height: 800px; 
	text-align: left;
}
#left-fixed{
	display: block;
	width: 230px;
	height: 500px;
	position: fixed;
	float: left;
	margin-right: 20px;
	position: inline;
}
#hello{
	height: 110px;
	width: 230px;
	background-image: url(../img/main/hello.png);
	margin-bottom: 20px;
}
#contact{
	height: auto;
	width: 200px;
	background-color: white;
	margin-bottom: 20px;
	padding: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
}
#desc{
	height: auto;
	width: 200px;
	background-color: white;
	margin-bottom: 20px;
	padding: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#info{
	width: 210px;
	padding-left: 10px;
}
#right-scroll{
	width: 730px;
	height: auto;
	float: right;
	padding-bottom: 300px;
	position: inline;
}
#col-1{
	width: 230px;
	height: 700px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	display: inline;
}
#col-2{
	width: 230px;
	height: 700px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	display: inline;
}
#col-3{
	width: 230px;
	height: 700px;
	float: right;
	margin-top: 20px;
	display: inline;
}
.select{
	width: 210px;
	height: 130px;
	background-color: white;
	padding: 10px;
	margin-bottom: 20px;
}
.select:hover{
	background-image: url(../img/main/select.png);
	cursor: pointer;
}
#nav{
	color: white;
	height: 18px;
	width: 210px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../img/main/nav-bg.png);
	margin-bottom: 20px;
}
#prev{
	float: left;
	width: 83px;
	clear: right;
}
#middle{
	width: auto;
	float: left;
}
#next{
	float: right;
}
#work{
	margin-top: 20px;
	width: auto;
	height: auto;
}
#blurb{
	margin: 0px;
	padding: 0px;
}
#video{
	background-color: white;
	padding: 10px;
}
#thankyou{
	text-align: center;
	padding: 50px;
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto;
	background-color: white;
	height: 100px;
	width: 600px;
}