body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_BG.jpg);
	background-repeat: repeat-x;
	background-color: #392f2d;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainTable {
	background-image:url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#sideBar {
	padding-left: 1px;
	width: 201px;
}
#content {
	padding-left: 10px;
	padding-right: 20px;
	width: 539px;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
	color: #666666;
}
a:link, a:active, a:visited {
	color: #6b8bc1;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
}
.red {
	color: #cc0000;
}
.blue {
	color: #6b8bc1;
}
.brown {
	color: #392f2d;
}
.brown a:link, .brown a:active, .brown a:visited {
	color: #392f2d;
	text-decoration: none;
}
.brown a:hover {
	color: #6b8bc1;
	text-decoration: none;
}
.product {
	font-size: 14px;
}
.grey {
	color: #666666;
}
.maroon {
	color: #3a1e1b;
}
.title {
	font-size: 16px;
	color: #6b8bc1;
	font-weight: bold;
}
.small {
	font-size: 10pt;
}