body,html{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#696a6a;
	background-image:url(../images/fade_bg_loop.jpg);
	background-repeat:repeat-x;
}
body, a:link, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;	
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}
a img{
	border: 0px solid;
}
#blackbg{
	margin: 0 auto;
	width: 899px;
	height: 100%;
	background-color:#101012;
}
#sitewrapper{
	min-height: 350px;
	width: 899px;
}
/* for Internet Explorer */
/*\*/
* html #sitewrapper {
height: 350px;
}
#contentwrapper{
	margin: 0;
	width: 899px;
	background-image:url(../images/content_bg_loop.jpg);
	background-repeat:repeat-y;
	height: 100%;
}
#artworkbg{
	margin: 0;
	height: 100%;
	width: 899px;
	background-image:url(../images/artwork_bg.jpg);
	background-repeat:no-repeat;
}
#headerspace{
	margin: 0;
	height: 221px;
	width: 899px;
}
#logowrapper{
	margin-left: 60px;
	height: 80px;
	width: 500px;
	padding: 0px;
}
#navbarframe{
	margin-left: 61px;
	padding: 0px;
	height: 21px;
	width: 624px;
}
#footer{
	margin: 0;
	height: 40px;
	padding-bottom: 30px;
	padding-right: 90px;
	text-align: right;
	width: 809px;
	clear: both;
	background-image:url(../images/footer_bg_loop.jpg);
	background-position:left bottom;
	background-repeat:no-repeat; 
}
#tabframe{
	margin: 0;
	padding-left: 60px;
	height: 23px;
	width: 839px;
}
.redCoverBar{
	float: left;
	margin: 0;
	height: 23px;
	width: 156px;
}
#columnFrame{
	width: 779px;
	height: 100%;
	margin: 0 auto;
}
#leftColumn{
	float:left;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	width: 220px;
}
#middleColumn{
	float:left;
	margin: 0;
	width: 250px;
}
#rightColumn{
	float:right;
	margin: 0;
	width: 249px;
}
#contentFrame{
	margin: 0;
	text-align:left;
	height: 100%;
	width: 220px;
}
#topspacer{
	width: 200px;
	height: 54px;
	margin: 0;
}
#toplinks { height: 21px; }

#toplinks ul { position: relative; clear: both; list-style:none; margin: 0; padding:0px;}
#toplinks li { position: relative; margin: 0; display:inline;}
#toplinks li span { position: absolute; top: -3000px; height: 21px; margin: 0px;  }
#toplinks li a { height: 21px; float: left; display:block; margin:0px;}

#homeLink a { background: url("../images/home_button.jpg") no-repeat top center; width: 156px;}
#aboutusLink a { background: url("../images/aboutus_button.jpg") no-repeat top center; width: 156px;}
#productsLink a { background: url("../images/products_button.jpg") no-repeat top center; width: 156px;}
#contactLink a { background: url("../images/contact_button.jpg") no-repeat top center; width: 156px;}

#homeLink a:hover,#homeLink a.on { background: url("../images/home_button_rollover.jpg") no-repeat top center; }
#aboutusLink a:hover,#aboutusLink a.on { background: url("../images/aboutus_button_rollover.jpg") no-repeat top center; }
#productsLink a:hover,#productsLink a.on { background: url("../images/products_button_rollover.jpg") no-repeat top center;}
#contactLink a:hover,#contactLink a.on { background: url("../images/contact_button_rollover.jpg") no-repeat top center;}

.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.footerstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
#previousnext { height: 16px; }

#previousnext ul { position: relative; clear: both; list-style:none; margin: 0; padding:0px;}
#previousnext li { position: relative; margin: 0; display:inline;}
#previousnext li span { position: absolute; top: -3000px; height: 16px; margin: 0px;  }
#previousnext li a { height: 16px; float: left; display:block; margin:0px;}

#nextLink a { background: url("../images/next.jpg") no-repeat top center; width: 41px;}
#previousLink a { background: url("../images/previous.jpg") no-repeat top center; width: 72px;}

#nextLink a:hover,#nextLink a.on { background: url("../images/next_rollover.jpg") no-repeat top center; }
#previousLink a:hover,#previousLink a.on { background: url("../images/previous_rollover.jpg") no-repeat top center; }

.clearBoth{
	clear: both;
}