body {
	background-color: #FFF;
	background-image: url(assets/bgmain.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	height: 100%; 
	padding: 0px;
}
p, td, div, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
h1, h2, h3, h4 {
	color: #333333;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#headslot {
	height: 137px;
}
#navigation {
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 110px;
}
#mntable {
	/*/*/background-image: url(assets/tab-bg.jpg);
	background-repeat: repeat-x;/* */
	height: expression(document.documentElement.clientHeight - (137 + (1 + 35)));
	width: 100%; 
}
#maincontent {
	/*/*/border-right: 1px solid #666666;/* */
	width: 80%; 
}
#rightcolumn {
 	Width: 20%;
}
#footslot {
	background-color: #CDDFF5;
	background-image: url(assets/footer_bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #666666;
	height: 35px;
}
#footer {
	padding: 5px;
}
#footinfo {
	float: left;
}
#footcopy {
	float: right;
	font-size: xx-small;
}
#product {
	padding: 5px;
}
#productleft {
	float: left;
}
#productright {
	padding: 5px;
}