@charset "utf-8";
/* CSS Document */

body
	{
	padding: 0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	}
	
#wrapper
	{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:800px;
	border: solid #000000 3px;
	}
	
#header
	{
	border-bottom: solid #000000 8px;
	}
	
p

	{
	margin-left:20px;
	margin-right:20px;
	line-height:20px;
	padding-bottom:10px;
	}
	
img
	{
	border:none;
	}
	
h1
	{
	font-weight:bold;
	color:#000000;
	padding:10px;
	border-left: solid #000000 2px;
	border-top: solid #000000 2px;
	border-bottom: solid #000000 2px;
	margin-bottom:10px;
	font-size:18px;
	margin-left:20px;
	display:block;
	}
	
h2
	{
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
	}
	
div.work
	{
	margin-left:20px;
	margin-right:20px;
	}
	
	
.clearfloat
	{
	padding:20px;
	clear:both;
	}
	
div.section
	{
	display:none;
	padding:20px;
	}
	
#slideshow {
    position:relative;
    height:220px;
	}
	
#slideshow div
	{
	display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	width:600px;
	height:200px;
	margin-left:80px;
	}

#slideshow div.active 
	{
 	z-index:10;
	}

#slideshow div.last-active 
	{
	z-index:9;
	}
	
#buttonLeft
	{
	margin-right:20px;
	}
	
#buttonRight
	{
	margin-left:20px;
	}
	
#controls
	{
	width:750px;
	text-align:center;
	}
	
.thumbnail
	{
	padding-right:20px;
	}
	
ul
	{
	list-style:none;
	}
