body { 
    margin: 0;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
	background-color: #ccc;
	background-image: url(../graphics/stripes.png);
}

#contentWrap {margin: 20px auto 0; 
	width: 1020px;
	background-color: #fff;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	padding: 20px 20px 0 20px; 
	}


#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#header {
    width: 200px;
    margin: 0 auto;
	float: left;
}

h1 {text-indent: -9999px; width: 200px; height: 305px; background: url(../graphics/logo.png) no-repeat;}

#linkbar { /* Main links */
	list-style-type: none;
	margin: 0px;
	padding: 0px
}

#linkbar li {
	float: left;
	margin: 0px;
}

#linkbar li.last { /* Gets rid of extra space on last link */
	margin: 0px;
}

#linkbar a {
	color: #fff;
	display: block;
	font-size: 1.3em;
	font-weight: 800;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	top: 3px;
	text-indent: -9999px;
}




#linkbar a.worklink {height: 74px; width: 175px; background-image: url(../graphics/work.png);}
#linkbar a.about {height: 71px; width: 175px; background-image: url(../graphics/about.png);}
#linkbar a.contact {height: 59px; width: 175px; background-image: url(../graphics/contact.png);}



#linkbar a.selected {
   background-position: -175px;
}

#linkbar a:focus {
    outline: none;}
	
#linkbar a:hover {
	background-position: -175px;
}

#linkbar .current { /* Assigned to clicked link */
	background-position: -175px;
}

.copyright {color: #999999; padding: 45px 0 0 40px; font-size: .75em; }

#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
	float: left
}

.float-left {float: left;}
.float-right {float: right;}

.project {width: 700px; float: left; padding: 10px; }

dl {margin: 10px 0px; padding: 0;}
dl a {color: #990000;}
dl a:visited {color: #990000;}

#notes {font-size: 70%; color: #333333; padding: 0; margin: 0 0 0 20px;}

dt {float: right; margin: 0 0 10px 0; padding: 0; width: 470px; font-size: 115%; color: #990000;}
dd {margin: 0; padding: 0; font-size: 75%; color: #000;}



.scroll {
    height: 600px;
    width: 820px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0 20px;
	margin:  0;
    height: 600px;
    width: 780px;
	overflow-y: auto;
	background-color:#e5e5e5;
	
}

.panel p {
padding: 10px 20px 20px 20px;
clear: both;
}

#about  p.aboutTop {
padding: 40px 20px 20px 20px;
clear: both;
}

#about p {
padding: 10px 20px 20px 20px;
}

#workThumbs {width: 740px; clear: both;}
#workThumbs img {margin: 10px; border: 5px solid #999999;}

#about img {
    margin: 0 0 30px 30px;
	float: right;
	}

#websites img {
    margin: 0px 10px;
	border: 2px solid #933;
	}
	
#print img {
    margin: 15px 10px;
	border: 2px solid #933;
	}
	
#footer {
	height: 20px;
	clear: both;
	
}
	
	

h2 {
    margin: 0;
    padding: 10px 20px;
	background-color:#999999;
	float:right;
	text-transform:uppercase;
}
	
	ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}


.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
