body {
	margin: 10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-color:#383838;
}
#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height:inherit;
}
#header {
	height: 199px;
	background-image: url(images/header.jpg);
}
#container {
  overflow: hidden;
}
#container .column {
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}
#contentright {
	clear: right;
	width: 566px;
	margin: 0px;
	padding: 20px;
	float: right;
	display: block;
	height: inherit;
	background-color:#FFFFFF;
	
}
#sidebar {
	width: 174px;
	float: left;
	padding: 10px;
	clear: right;
	display: block;
	height: 460px;
	background-color:#f0db90;
	text-align:justify;
	font-size:12px;
	line-height: 18px;
}
#footer {
	position: relative;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	height: 30px;
	width: 813px;
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
}
a {
	color: #000000;
	text-decoration:none;
	}
a:hover {
	color:#006699;
	
}
#footer a {
	color: #999999;
	}
#contentright p {
	font-size: 12px;
	line-height: 20px;
	color: #14294c;
}
.reviewtable {
	float: right;
	margin-top:25px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom: 15px;
	font-size: 13px;
}
#spacer {
	height: 30px;
}
.link {
	font-size: 14px;
}
.img-wrap{
	float: left;
	clear: right;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.reviewnumber{
	float: left;
	margin-right: 10px;
}
.reviewtitle {
	color: #14294c;
	font-size: 20px;
	margin-bottom: 15px;
	display:block;
	height: 45px;
}

.inputbox {
	width:200px;
	font-size:12px;
	color:#000000;
	border:1px solid #663300;
	background-image: url(images/form-input-bg.jpg);
	height: 20px;
}
.button {
	border:1px solid #663300;
	height: 22px;
	width: 50px;
	background-image: url(images/form-button-bg.gif);
}
* html body {
  overflow: hidden;
}
* html #footer-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;         /* Same as body 
                               background */
}