body {
	margin:0px 0px;
	text-align:center;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
} 
#content { position: relative; margin:auto auto; width:1000px; height: 900px; } 
#left_side { position: relative; margin:auto auto; border: #000000; background-color: #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
} 

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left{ text-align: left; }

p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { 
text-align: center; }

p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

#logo {
	position:absolute;
	width:273px;
	height:174px;
	z-index:1;
	left: 1px;
	top: -3px;
}
#leftside {
	position:absolute;
	width:270px;
	height:321px;
	z-index:1;
	left: 2px;
	top: 177px;
}
#banner {
	position:absolute;
	width:708px;
	height:170px;
	z-index:2;
	left: 288px;
	top: -1px;
}
#mainbody {
	position:absolute;
	width:709px;
	height:800px;
	z-index:3;
	left: 286px;
	top: 187px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../images/mousepad.jpg);
}

#mainbody_no_banner {
	position:absolute;
	width:720px;
	height:900px;
	z-index:3;
	left: 277px;
	top: 3px;
	background-image: url(../images/products_page_background.jpg);
	background-attachment: scroll;
	text-align: left;
	background-repeat: no-repeat;
}

.left_side_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
}

.bold_green {
	color: #006600;
	font-weight: bold;
	font-size: small;
}

