body
{
	font-size: 12px;
	font-family: arial, sans-serif;
	background-image: url(img/bg-pattern.gif);
	text-align: center;
	margin: 0px;
	color: #663300;
}

#wrapper
{
	background: #fff;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 632px;
}

#header
{
	background-image: url(img/header-bg.gif);
	background-repeat: repeat;
	padding: 0 0 0 15px;
	height: 70px;
}

#headernav
{
	text-align: right;
	font-size: 10px;
	color: #99CCCC;
	padding: 0 15px 0 15px;
}

.credits
{
	font-size: 10px;
	color: #663300;

}
#nav
{
	background-color: #fff;
	padding: 0px 15px 0 10px;
	height: 30px;
}

#content
{
	height: 625px;
	background-color: #fff;
	padding: 0 18px 0 18px;
}


#contentleft {
		width:320px;
		padding:0px;
		float:left;
		}
	
#contentright
{
	width: 200px;
	padding: 0px 0px 0px 10px;
	float: left;
}


#content-thumbs
{
	height: 600px;
	background-color: #fff;
	padding: 0 15px 0 15px;
}

#content-thumbs img { padding: 5; }

#footer
{
	background-image: url(img/header-bg.gif);
	padding: 5px;
	margin: 20px 0px 20px 0px;
	color: #000;
	text-align: right;
	font-size: 10px;
}

a, a:visited, a:active
{
	color: #1F9ABF;
	text-decoration: none;
}

.selected, a:hover { color: #000; }
a img { border-style: none; }



p
{
	line-height: 16px;
	margin: 0 0 9px 0;
}

img { border: 0; }

#menu
{
	position: relative;
	margin: 14px 10px 0px 16px;
	width: 313px;
	height: 41px;
}

#menu li
{
	width: 52px;
	height: 21px;
	position: absolute;
	top: 2px;
	background: url(img/icons.gif) 0 0 no-repeat;
	display: block;
	list-style: none;
}

#menu a
{
	width: 52px;
	height: 21px;
	display: block;
}

#menu #work1 { left: 0px; }

#menu #work1over
{
	left: 0px;
	background-position: 0px -21px;
}

#menu #work2
{
	left: 54px;
	background-position: -53px 0;
}

#menu #work2over
{
	left: 54px;
	background-position: -53px -21px;
}

#menu #work3
{
	left: 107px;
	background-position: -105px 0;
}

#menu #work3over
{
	left: 107px;
	background-position: -105px -21px;
}

#menu #work4
{
	left: 160px;
	background-position: -157px 0;
}

#menu #work4over
{
	left: 160px;
	background-position: -157px -21px;
}

#menu #work5
{
	left: 213px;
	background-position: -209px 0;
}

#menu #work5over
{
	left: 213px;
	background-position: -209px -21px;
}

#menu #work6
{
	left: 266px;
	background-position: -261px 0;
}

#menu #work6over
{
	left: 266px;
	background-position: -261px -21px;
}

#menu #work1 a:hover { background: url(img/icons.gif) 0px -21px no-repeat; }
#menu #work2 a:hover { background: url(img/icons.gif) -53px -21px no-repeat; }
#menu #work3 a:hover { background: url(img/icons.gif) -105px -21px no-repeat; }
#menu #work4 a:hover { background: url(img/icons.gif) -157px -21px no-repeat; }
#menu #work5 a:hover { background: url(img/icons.gif) -209px -21px no-repeat; }
#menu #work6 a:hover { background: url(img/icons.gif) -261px -21px no-repeat; }

