body {
	background-color: #fff;
	margin: 0px;
	padding: 0px 20px;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#main1 {
		margin:0; padding:0;
		background: url("gfx/menu_bkg.png") top left repeat-y;
		}
		#menu {
		float:left;
		width:173px;
		margin:0; padding:0;
		}
		#middle {
		margin:0 0 0 173px;
		background: url("gfx/heading_bkg.png") top left repeat-x;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
.heading {
	padding: 0;
	margin: 0;
	text-align: right;
	background-color: #777;
	height: 37px;
}
.subheading {
	padding: 0;
	margin: 0;
	text-align: right;
	height: 37px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background:  url("gfx/texturestrip.jpg") #777 0 10px repeat-x;
}
.rightcolumn {
	margin: 0 0 0 5px;
	padding: 0;
	text-align: right;
	float: right;
}
h1 {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	background-color: #CCC;
	margin: 0px;
	padding: 0 0 0 5px;
}
p {
	font-size: 0.7em;
	color: #000;
	padding: 0 5px;
	margin: 0 0 8px;
}
ul#reviews {
	font-size: 0.7em;
	padding: 0 5px 0 12px;
	margin: 0 0 8px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin: 5px 0;
	padding: 0 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 5px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 173px;
	background-color: #CCC;
}
img {
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	margin: 0px;
	padding: 0px;
	text-align: right;
	display:block;
	width: 173px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 0.6em;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
#menu ul li a:hover {
	color: white;
	background-color: #000;
}
a.pagefoot {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
	height: 20px;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 2px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #637095;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #000066;
	text-align: right;
	line-height: 20px;
	width: 100%;
	text-decoration: none;
}
a.pagefoot:hover {
	background-color: #CCF;
}
td a {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 2px;
	padding: 3px;
	width: auto;
	height: auto;
}
td a:hover {
	background-color: #E1F0FF;
}
