html,body { 
	background-color: #FFF;
	background-image: url(images/fade.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	text-align: center;
	}

a img {
	border: none;
	} 

a:link {
	text-decoration: underline;
	color:  #DE0000;
	}
	body#web-page a#web-link,
	body#webportfolio-page a#webportfolio-link,
	body#webconsulting-page a#webconsulting-link,
	body#webinteractive-page a#webinteractive-link,
	body#webclients-page a#webclients-link,
	body#graphic-page a#graphic-link,
	body#graphiclogos-page a#graphiclogos-link,
	body#graphicportfolio-page a#graphicportfolio-link,
	body#graphicclients-page a#graphicclients-link,
	body#product-page a#product-link,
	body#productproducts-page a#productproducts-link,
	body#productconcepts-page a#productconcepts-link,
	body#photo-page a#photo-link,
	body#art-page a#art-link,
	body#artdrawing-page a#artdrawing-link,
	body#artpainting-page a#artpainting-link,
	body#artprinting-page a#artprinting-link {
	color: #DE0000;
	font-weight: bold;
	}
a:visited {
	text-decoration: underline;
	color:  #DE0000;
	}
a:hover {
	text-decoration: none;
	color:  #DE0000;
	}
a:active {
	text-decoration: underline;
	color:  #DE0000;
	} 

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 20px 0px -8px 0px;
	}
a.headings:link {
	text-decoration: none;
	color: #DE0000;
	}
a.headings:visited {
	text-decoration: none;
	color: #DE0000;
	}
a.headings:hover {
	text-decoration: none;
	color: #000;
	}
a.headings:active {
	text-decoration: none;
	color: #000;
	}

.headings2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	}

.headings3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 20px 0px -8px 0px;
	}
a.headings3:link {
	text-decoration: none;
	color: #000;
	}
a.headings3:visited {
	text-decoration: none;
	color: #000;
	}
a.headings3:hover {
	text-decoration: none;
	color: #DE0000;
	}
a.headings3:active {
	text-decoration: none;
	color: #000;
	}

.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	}
a.nav1:link {
	text-decoration: none;
	color: #FFF;
	}
a.nav1:visited {
	text-decoration: none;
	color: #FFF;
	}
a.nav1:hover {
	text-decoration: none;
	color: #E8E8E8;
	}
a.nav1:active {
	color: #FFF;
	}


.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	}
a.nav2:link {
	text-decoration: none;
	color: #666;
	}
a.nav2:visited {
	text-decoration: none;
	color: #666;
	}
a.nav2:hover {
	text-decoration: none;
	color: #DE0000;
	}
a.nav2:active {
	color: #666;
	}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	}

.quotes {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-style: normal;
	color: #666;
	line-height: 26px;
	padding: 0px 10px 0px 10px;
	}

.footer {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	background-color: #FFF;
	width:995px;
	text-align: left;
	
	height:auto; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	}

div#content {
	width:995px;
	float:left;
	height:auto;
	padding:,5em ,5em 5em; /* bottom padding for footer */
	background-image:url(images/fadecontent.jpg);
	}
div#header {
	width:995px;
	height:131px;
	margin-bottom:-5px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
div#footer {
	clear:both;
	width:100%;
	bottom:0; /* stick to bottom */
	height:300px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	}

div#nav1 {
	position: absolute;
	left: 89px;
	top: 40px;
	width: 887px;
	}

div#nav2 {
	position:absolute;
	left:48px;
	top:184px;
	width:85px;
	}

div#back {
	position:absolute;
	right:525px;
	top:177px;
	width:34px;
	height:29px;
	}

div#indexcolumn1 {
	float:left;
	width:318px;
	margin:0px 10px 0px 0px;
	padding:5px 0px 0px 18px;
	}
div#indexcolumn2 {
	float:right;
	width:570px;
	margin:0px 58px 0px 20px;
	padding:5px 0px 0px 0px;
	}

div#generalcolumn1 {
	float:left;
	width:258px;
	margin:10px 40px 0px 174px;
	padding:23px 0px 0px 0px;
	}
div#generalcolumn2 {
	float:right;
	width:464px;
	margin:8px 58px 0px 0px;
	padding:0px 0px 0px 0px;
	}

div#aboutcolumn1 {
	float:left;
	width:329px;
	margin:8px 30px 0px 18px;
	padding:5px 40px 0px 0px;
	}
div#aboutcolumn2 {
	float:right;
	width:480px;
	margin:0px 58px 0px 0px;
	padding:5px 0px 0px 0px;
	}

div#contactcolumn1 {
	float:left;
	width:650px;
	margin:0px 0px 0px 18px;
	padding:5px 0px 0px 0px;
	}
div#contactcolumn2 {
	float:right;
	width:249px;
	margin:0px 58px 0px 20px;
	padding:5px 0px 0px 0px;
	}
div#whatsnewcolumn1 {
	float:left;
	width:900px;
	margin:0px 0px 0px 18px;
	padding:5px 0px 0px 0px;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}