body {
	height: 100%;
	width: 100%;
	margin: 0 auto; 
	padding: 0px;
	background: #ffffff url(../images/bg.jpg);
	font-size: 14px;
	font-family: Arial;
}

a { text-decoration: none; color: #FFF }

.productsTitle { font-size: 28px; }
.products { background: #e78000; color: #FFF; font-size: 12px; padding: 10px; width: 600px; }

#content { 
	background: url(../images/bodyBG.jpg) no-repeat; 
	width: 1000px; 
	height: 600px; 
	margin:0 auto; 
	position: relative;
}

#innerContent {
	width: 405px; 
	height: 240px; 
	position: absolute; 
	top: 118px; 
	left: 155px; 
	padding: 20px;
	text-align: left;
	font-size: 12px;
}

#columnContent {
	width: 260px; 
	height: 560px; 
	position: absolute; 
	top: 0px; 
	left: 600px; 
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

#columnInner {
	text-align: left;
}

#columnInner p {
	line-height: 18px;
}

#menu {
	width: 156px; 
	position: absolute; 
	top: 120px; 
	left: 0px;
}

a.rollover1 { display: block; width: 156px; height: 33px; background: url("../images/aboutBtn.jpg"); }
a.rollover2 { display: block; width: 156px; height: 32px; background: url("../images/productsBtn.jpg"); }
a.rollover3 { display: block; width: 156px; height: 31px; background: url("../images/colorgallBtn.jpg"); }
a.rollover4 { display: block; width: 156px; height: 31px; background: url("../images/photogallBtn.jpg"); }
a.rollover5 { display: block; width: 156px; height: 32px; background: url("../images/calcBtn.jpg"); }
a.rollover6 { display: block; width: 156px; height: 31px; background: url("../images/hanfordlistBtn.jpg"); }
a.rollover7 { display: block; width: 156px; height: 31px; background: url("../images/testimonialsBtn.jpg"); }
a.rollover8 { display: block; width: 156px; height: 28px; background: url("../images/contactBtn.jpg"); }
a.rollover9 { display: block; width: 156px; height: 31px; background: url("../images/communityBtn.jpg"); }

a.rollover1:hover { background-position: -156px 0; }
a.rollover2:hover { background-position: -156px 0; }
a.rollover3:hover { background-position: -156px 0; }
a.rollover4:hover { background-position: -156px 0; }
a.rollover5:hover { background-position: -156px 0; }
a.rollover6:hover { background-position: -156px 0; }
a.rollover7:hover { background-position: -156px 0; }
a.rollover8:hover { background-position: -156px 0; }
a.rollover9:hover { background-position: -156px 0; }

.displace {
	position: absolute;
	left: -5000px;
}

.designedby { position: absolute; top: 5px; right: 140px; font-size: 11px; color: #ff8500 }
.designedby a { color: #ff8500 }
.designedby a:hover { color: #000 }

