body {
	background-image: url(images/layout_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #969696;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	/* part 1 of 2 centering hack */
}
#tagBG{
	background-image: url(images/layout_02.jpg);
}
#footerBG{
	background-image: url(images/layout_09.jpg);
}

#layout {
	width: 796px; 
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	/* part 2 of 2 centering hack */
	width: 796px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 796px;
}
#contentBox {
	margin:15px;
	text-align:left;
}
.productDesc{
	width:550px;
	height:270px;
}
.head{
	width:550px;
	text-align:center;
	background-color:#50ABF5;
}
.head2{
	width:550px;
	text-align:left;
	background-color:#CCD9F7;
	height:22px;
}
.head3{
	width:550px;
	text-align:center;
	background-color:#008000;
	height:22px;
}
.productImage{
	position:relative;
	height:192px;
	width:192px;
	top:0px;
	left:0px;
	float: left;
}
.productInfo{
	position:relative;
	width:350px;
	height:128px;
	float:right;
}
.productPrice{
	position:relative;
	width:350px;
	height:42px;
	float:right;
}
#contentBG {
	background-image: url(images/layout_04.jpg);
}

#sidebarBG {
	 background-image: url(images/layout_08.jpg);
}
.buttonBG {
	background-image: url(images/layout_05.jpg);
}
.buttonBG2 {
	background-image: url(images/layout_06.jpg);
	}



.picPad{
	margin:20px;
	border:1px;
	border-color:#000000;
}

.listDist{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}


/* text formatting */
h1{
	font-family:"Courier New", Courier, mono;
	font-size:24px;
}
h2{
	font-family:"Courier New", Courier, mono;
	font-size:18px;
}

h3{
	font-family:"Courier New", Courier, mono;
	font-size:18px;
	color:#FFFFFF;
}
h3:link{color:#FFFFFF; text-decoration:none;}
h3:active{color:#FFFFFF; text-decoration:none;}
h3:visited{color:#FFFFFF; text-decoration:none;}
h3:hover{color:#FFFFFF; text-decoration:underline;}

.siteText{
	font-family:"Courier New", Courier, mono;
	font-size:13px;
}

#tagText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
	padding-left:18px;
	}


.navLinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:900;
}
.navLinks:link{color:#FFFFFF;text-decoration:none;}
.navLinks:visited{color:#FFFFFF;text-decoration:none;}
.navLinks:hover{color:#FFFFFF;text-decoration:none;}
.navLinks:active{color:#FFFFFF;text-decoration:none;}

.bottomText{
	font-family:"Courier New", Courier, mono;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
.bottomTextLink{
	font-family:"Courier New", Courier, mono;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
.bottomTextLink:link{text-decoration:none;}
.bottomTextLink:active{text-decoration:none;}
.bottomTextLink:visited{text-decoration:none;}
.bottomTextLink:hover{text-decoration:underline;}


.footerlink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.footerlink:link{text-decoration:none;}
.footerlink:active{text-decoration:none;}
.footerlink:visited{text-decoration:none;}
.footerlink:hover{text-decoration:underline;}
