/* CSS Document */


body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 3em;
	background-color: #000000;
	

}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #5A6363;
	letter-spacing: 1px;
	
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #ADBDCE;
	letter-spacing: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	}
a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 9px;
	}
a:hover {
	color: #B5BDCE;
	font-size: 9px;
}
#wrapper {
	width: 800px;
	margin: 0px 0 0 0px;
	background-color: #000000;
	height: 800px;
}
#nav {
	width: 150px;
	height: 100px;
	text-align: right;
	position: absolute;
	top: 179px;
}
.navimages {
	padding: 0 0 20px 0;
}
#gallery{
	position:absolute;
	left:150px;
	top:183px;
	width:528px;
	padding: 0 10px 0 120px;
}
#textbox{
	position:absolute;
	left:150px;
	top:172px;
	width:310px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 120px;
}
#samples{
	position:absolute;
	left:581px;
	top:206px;
	width:224px;
	padding: 0 0 0 0px;
	height: 200px;
}
.thumb {
	margin: 0 5px 5px 0;
}



#logo { margin: 0 0 0 0; }

p#footer { clear: both; margin: 50px 0 10px 0; font-size: 85%; }
