html, body, #pagelayout {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
#pagelayout {
	width: 100%;
	border-collapse: collapse; /* Accomplishes table cellspacing=0 for IE */
	border-spacing: 0px; /* Accomplishes table cellspacing=0 for Mozilla & Opera */
}
.bkgright {
	background-image: url(../images/pictures/background_right.jpg);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding: 0px;	
}
.bkgcam {
	background-image: url(../images/pictures/background_cam.jpg);
	background-repeat: no-repeat;
}
.bkgmap {
	background-image: url(../images/pictures/background_map.gif);
	background-repeat: no-repeat;
}
.titlebarleft {
	background-image: url(../images/pictures/box.jpg);
}
.titlebarright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC9900;
	font-weight: bold;
	background-color: #333333;
}
.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #D7D7D7;
	border: 1px solid #999999;
	padding: 20px;
}
.newsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #D7D7D7;
	border: 1px solid #999999;
}
.tabletechtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #999999;
	border: 1px solid #666666;
}
.tabletechtopr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #999999;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: none;
}
.tabletechbotttom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #D7D7D7;
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.tabletechbotttomr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #D7D7D7;
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: none;
}
.tablepicturestopb {
	border-top: 1px solid #D7D7D7;
	border-right: none;
	border-bottom: 1px solid #D7D7D7;
	border-left: none;
}
.tablepicturesbotttom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #D7D7D7;
	border-left: none;
}
.tablecustomers {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #D7D7D7;
	border-left: none;
}
.tabledistributors {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #D7D7D7;
	border-left: none;
}
