body {
	background-color: #000000;
	padding: 0;
	margin: 0;
	text-align: center;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.clear {
	clear: both;
	height: 4px;
	font-size:.1em;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
}
#main {
	background-image: url(../images/bg_spunkyleft.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	width: 900px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 0px;
	text-align: left;
	margin: 0 auto;
}
#left {
	float: left;
	width: 228px;
}
#feature {
	float: right;
	background-color: #999999;
	width: 652px;
	padding: 4px 20px 2px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	
}
#feature img {
	float: left;
	margin: 0 4px;
}
.project {
	background-image:url(../images/bg_project.gif);
	background-repeat: no-repeat;
	width: 88px;
	padding: 22px 16px 24px 6px;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: .8em;
	float: left;
}
.underline {
	text-decoration: underline;
}
a.details {
	display: block;
	float: right;
	margin-right: 4px;
	background-image:url(../images/bg_circle.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 24px;
	width: 76px;
	height: 52px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .85em;
}
a.details:hover {
	background-image:url(../images/bg_circle_over.gif);
}


#nav {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #2E0A50;
	width: 616px;
	padding: 6px 28px 2px 28px;
	color: #FFFFFF;
	margin-left: 228px;
	vertical-align:middle;
	letter-spacing:1.5px;
	
}

#nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	clear: right;
	min-height: 19px;
}
#nav ul li {
	margin: 1px 40px 0 0;
	padding: 0;
	float: left;
}
#nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 22px;
	background-repeat: no-repeat;
 	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#nav a {
text-decoration: url(../images/navdots_4.gif);
}

#nav ul li a.four {
	background-image: url(../images/navdots_4.gif);
		
}
#nav ul li a.three {
	background-image: url(../images/navdots_3.gif);	
	margin-right: 32px;
	
	}
#nav ul li a.two {
	background-image: url(../images/navdots_2.gif);	
	margin-right: 32px;
}
#nav ul li a.one {
	background-image: url(../images/navdots_1.gif);	
}
.maintext {
	width: 632px;
	padding: 30px 20px 0 20px;
	margin-left: 228px;
	float: none;
}
.maintext p {
	margin-top: 0;
	margin-bottom: 1em;
}

.watermark{
    background-image: url(../images/watermark.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 632px;
	padding: 30px 20px 0 20px;
	margin-left: 228px;
	float: none;
}
	
#samplehead {
	width: 620px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 4px 26px;
	background-color: #E1E1E1;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	margin-left: 228px;
}
#samples {
	background-image: url(../images/bg_samples.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 34px 8px 96px 24px;
	width: 596px;
	margin-left: 228px;
	text-align: left;
}
#samples .thumb {
	background-image:url(../images/bg_thumbnails.gif);
	background-repeat: no-repeat;
	width: 109px;
	height: 79px;
	margin-right: 50px;
	float: left;
	text-align: center;
	padding-top: 5px;
	font-size: .9em;
	font-weight:bold;
}
.thumb img {
	margin-right: 6px;
	margin-bottom: 10px;
	border: 0;
}
.thumb a {
	color: #0F62DF;
	text-decoration: none;
}
.thumb a:hover {
	text-decoration: underline;
}
