*
{
	padding: 0;
	margin: 0;
}
a, p, img {
	outline:medium none;
	text-decoration:none;
}
body
{
	padding: 0;
	margin: 0;
	background-color: #FFF;
	font-family: helvetica, sans;
	color: #666;
	/*background-image: url(../images/bgAnim00.gif);*/
}



#wrapper
{
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	padding: 0 16px 0 16px;
}
#header{ height: 188px; }
#top
{
	margin: 42px auto 0 auto;
	background-image: url(../images/headerShad.png);
	height: 12px;
	width: 832px;
}

#headWrapper { background-image: url(../images/header.jpg); height: 188px;}
#page
{
	width:800px;
	margin: 0 auto;
	background-color: #FFF;
	overflow: auto;
	border: 1px #666 solid;
}

#nav
{
	border-width: 1px 0 0 0;
	border-color: #666;
	border-style: solid;
	clear: both;
	height: 2em;
	text-align: center;
	margin: 0 0 .5em 0;
}

#navIn
{
	padding-left: 8px;
}

#nav ul
{
	clear: both;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	overflow: auto;
}

#nav li
{
	display: block;
	float: left;
	padding: 9px 12px 8px 12px;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited { color: #f3f; }
a:hover { color: #39F; }

#content
{
	padding: 0 20px 20px 20px;
}

#workItem
{
	padding: 0 20px 20px 20px;
	overflow: auto;
}

#workPic
{
	position: relative;
	width: 336px;
	padding : 0 0 0 24px;
	float: right;
}
#workPic a img{ margin: 0 0 12px;}
p
{
	padding: 0 0 1em 0;
	font-size: .85em;
}

h1
{
	font-size: 1em;
	padding: .5em 0 .75em 0;
	color: #333;
}
h2
{
	font-size: .85em;
	padding: .5em 0 .75em 0;
	color: #666;
}

h3
{
	font-size: .75em;
	padding: 0 0 .35em 0;
	color: #888;
}

#footer
{
	width: 832px;
	height: 12px;
	margin: 0 auto;
	background-image: url(../images/footerShad.png);
	background-repeat: no-repeat;
}

#logoHold
{
	padding: 30px 0 16px 21px;
	width: 273px;
	height: 111px;
}

.row
{
	clear: both;
	margin: 0 0 1em 0;
	overflow: auto;
}

.rowHome{ margin: 21px 0 0 0; }
.thumbd p
{
	padding-top: 1em;
	font-size: .7em;
}
.thumbd
{
	float: left;
	width: 33%;
	overflow: auto;
}

.thumb
{
	padding:4px;
	border: 1px solid #C6F;
}

.thumb:hover
{
	border-color: #39F;
}

#bannerShow{ text-align: center;}

* html #logo
{
	behavior: url(/js/iepngfix.htc);
	width: 273px;
	height: 111px;
}

* html #wrapper { behavior: url(js/iepngfix.htc); }
* #top, #footer { behavior: url(js/iepngfix.htc); }
* a { position: relative; }

