body {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #666666;
	}
		
p {
	font-size: 80%;
	text-align: left;
	line-height: 150%;
	}
	
h1 {
	font-size: 125%;
	color: #666666;
	text-align: left;
	}
	
h2 {
	font-size: 100%;
	color: #666666;
	padding-top: 7px;
	}
	
h3 {
	font-size: 90%;
	color: #000;
	padding-top: 5px;
	}
	
#wrapper-portfolio {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg-portfolio.gif);
	}

#wrapper-about {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg-about.gif);
	}
	
#wrapper-collections {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg-collections.gif);
	}		
	
#wrapper-contact {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg-contact.gif);
	}

#wrapper-news {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg-news.gif);
	}

#wrapper-home {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg-home.gif);
	}
				
#banner-portfolio {
	height: 91px;
	width: 950px;
	background-image: url(../images/banner-portfolio.gif);
	background-repeat: no-repeat;
	position: relative;
	}
	
#banner-about {
	height: 91px;
	width: 950px;
	background-image: url(../images/banner-about.gif);
	background-repeat: no-repeat;
	position: relative;
	}
	
#banner-collections {
	height: 91px;
	width: 950px;
	background-image: url(../images/banner-collections.gif);
	background-repeat: no-repeat;
	position: relative;
	}
	
#banner-contact {
	height: 91px;
	width: 950px;
	background-image: url(../images/banner-contact.gif);
	background-repeat: no-repeat;
	position: relative;
	}				
	
#banner-news {
	height: 91px;
	width: 950px;
	background-image: url(../images/banner-news.gif);
	background-repeat: no-repeat;
	position: relative;
	}	
	
#banner-home {
	height: 91px;
	width: 950px;
	background-image: url(../images/banner-home.gif);
	background-repeat: no-repeat;
	position: relative;
	}		
		
#banner {
	height: 122px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 950px;
	position: relative;
	}	

#banner a {
	text-decoration:none;
	}

.hide {
	visibility:hidden;
	}

#home { /* Home Link */
	float: left;
	position: absolute;
	width : 310px;
	height: 62px;
	left: 60px;
	top: 14px;
	}

/*top navigation */	

#topnavcontainer {
	position:absolute;
	left: 392px;
	width: 500px;
	z-index: 1;
	top: 27px;
	}

#topnavcontainer ul {
	text-align: right;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 0px;
	}

#topnavcontainer ul li {
	display: inline;
	}
	
#topnavcontainer ul li a{
	padding: 0px 7px 2px 7px;
	color: #000;
	text-decoration: none;
	margin-right: -1px; /* the value has to be like the above but negative */
	}

#topnavcontainer ul li a:hover {
	color: #999999;
	}
	
#topnavcontainer li #current:hover {
	color: #999999;
	}	
	
#topnavcontainer ul li a#current {
	color: #9F3406;
	}		
	
	
* html #mainNav a {
	height: 1px;
	}
	
#image-panel {
	width: 950px;
	}
	
#content {
	padding: 15px 10px 15px 15px;
	}
	
#leftColumn {
	width: 210px;
	padding: 0px;
	float: left;
	height: 530px;
	}	
	
#leftColumn-padded {
	width: 350px;
	padding: 60px 20px 20px 85px;
	float: left;
	}	

#midColumn {
	width: 510px;
	float: left;
	margin-bottom: 25px;
	padding: 0px;
	height: 530px;
	}

#midColumn-padded {
	width: 400px;
	float: left;
	margin-bottom: 25px;
	padding: 80px 0px 0px 0px;
	}
	
#rightColumn {
	padding-top: 0px;
	float: right;
	width: 225px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	height: 530px;
	} 
	
#rightColumnPic {
	padding-top: 50px;
	float: right;
	width: 260px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 50px;
	} 	
	
#wideColumn {
	width: 950px;
	}

#wideColumn-padded {
	width: 950px;
	padding-right: 220px;
	padding-left: 220px;
	}	
	
#content ul {
	font-size: 90%;
	line-height: 150%;
	list-style-type: square;
	}	
	
#content li {
	margin-bottom: 5px;
	}
	
.list-indented {
	margin-bottom: 5px;
	margin-left: 30px;
	}		

a:link {
	text-decoration: none;
	color: #9F3406;
	}

a:visited {
	text-decoration: none;
	color: #84736C;
	}

a:active {
	text-decoration: none;
	color: #999933;
	}

a:hover {
	color: #999999;
	}
	
.fltrt {
	float: right;
	margin-left: 8px;
	}

.fltlft { 
	float: left;
	margin-right: 8px;
	}

div.figure {
	float: left;
	border: thin silver solid;
	margin: 0px 10px 0px 0px;
	padding: 8px 8px 0px 8px;
	}

div.figure p {
  	text-align: center;
  	font-style: italic;
  	font-size: smaller;
  	text-indent: 0;
	}
	
img.scaled {
  width: 100%;
	}
		
#footer {
	clear: both;
	vertical-align: bottom;
	padding: 5px 0px 5px 20px;
	}

.footerText {
	font-size: 10px;
	line-height: normal;
	color: #000;
	padding-right: 100px;
	}	

#footerTable {
	clear: both;
	background-color: #FDEDCE;
	width: 910px;
	height: 30px;
	border-collapse: collapse;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 20px;
	vertical-align: bottom;
	}

#footerTable th {
	padding: 10px 8px;
	}

#footerTable td {
	padding: 3px 5px 3px 2px;
	}

#footerTable tbody tr:hover td {
	}

