body {
	background-image: url(../images/bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}
.wrapper {
	padding: 0px;
	width: 1010px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -505px;
	position: absolute;
	z-index: 100;
	height: auto;
	left: 50%;
	top: 0px;
}
.page {
	background-image: url(../images/top.png);
	margin: 0px;
	height: auto;
	width: 1005px;
	float: left;
	min-height: 250px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.top {
	margin: 0px;
	height: auto;
	width: 990px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.minibox {
	background-image: url(../images/subbox.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 175px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	min-height: 150px;
	float: left;
	margin-left: 10px;
}
.contentbox {
	background-image: url(../images/mcbox.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 755px;
	min-height: 150px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	margin-left: 10px;
	text-align: left;
}
.fpbox {
	background-image: url(../images/fpbody.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 961px;
	min-height: 150px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	margin-left: 10px;
	height: auto;
}
.nocontent {
	background-repeat: no-repeat;
	background-position: center top;
	width: 981px;
	min-height: 150px;
	padding: 0px;
	float: left;
	margin-left: 10px;
	height: auto;
}
.ctt {
	background-color: #000;
	padding: 10px;
	color: #FFF;
	background-image: url(../images/ctt.png);
	background-repeat: repeat-x;
	background-position: top;
}
.ct {
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding: 10px;
	background-image: url(../images/ct.png);
	background-repeat: repeat-x;
	background-position: top;
}
.footer {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: auto;
	width: 980px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
}
.form input, textarea, select {
	background-color: #F7EEDC;
	border: 1px solid #DFBB71;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.form input:hover, textarea:hover, select:hover{
	background-color: #F1E2C5;
	border: 1px solid #A87D26;
}
.searchbox {
	background-image: url(../images/loginform.png);
	height: 31px;
	width: auto;
	background-position: left 0px;
	padding: 0px;
	background-repeat: repeat-x;
	margin-top: 17px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
.searchboxp {
	padding: 0px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.green {
	background-color: #89D67E;
	background-image: url(../images/icon/check.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #339900;
	margin: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	text-indent: 40px;
	color: #FFF;
}
.red {
	background-color: #C73232;
	background-image: url(../images/icon/error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-indent: 40px;
	border: 1px solid #FF6600;
	margin: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 17px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
/*==================================Message Box Styles======================================*/
.info {
	background-color: #DDD;
	background-image: url(../images/icon/important.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-indent: 40px;
	border: 1px solid #666;
	margin: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 20px;
	color: #333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
.contentbox .img {
	padding: 0px;
	border: 2px double #666;
	margin: 5px;
}
/*==================================Review Table Styles======================================*/
.reviewTable{
	background-image: url(../images/reviewtop.png);
	background-repeat: repeat-x;
	background-position: right top;
	border: 1px solid #DAD7CD;
	margin: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #EAE7DD;
}
.reviewTableCol1 {
	margin: 0px;
	padding: 5px;
	height: auto;
	width: auto;
}
.reviewTableCol1 h2 {
	margin: 0px;
	padding: 0px;
}
.reviewTableCol1 p {
	margin-right: -20px;
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.reviewdate {
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	margin-right: -20px;
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
}