body {
	background:#FFF url(images/bg.jpg) repeat-x;
	background-attachment: fixed;
	height: 100%;
	padding: 0;
	margin: 0;
}

#container {
	background: #FFFFFF url(images/gradient.gif) repeat-y;
	width: 880px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -440px;
	border-left: 5px solid #7ab5a6;
	border-right: 5px solid #7ab5a6;
}

#top {
	width: 880px;
	height: 160px;
	float: left;
	background: #FFFFFF url(assets/images/banner2.gif) no-repeat;
	border-bottom: 1px solid #333333;
}

#left {
	width: 180px;
	height: 100%;
	float: left;
	font-family: helvetica, arial, sans, trebuchet ms;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	padding-left: 10px;
}

#left ul {
	border: 1px solid #333333;
	border-bottom: 0px;
	padding: 0px;
	margin: 0;
}

#left ul li
{
	display: block;
	width: 179px;
	height: 22px;
	margin: 0;
	padding-top: 5px;
	border-bottom: 1px solid #333333;
}

#left ul li:hover {
	background: #7ab5a6;
}

#left ul li a {
	color: #333333;
	text-decoration: none;
	padding: 5px;
}

#left ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

#bottom {
	width: 650px;
	float: right;
	font-family: helvetica, arial, sans, trebuchet ms;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	padding: 15px;
	border-left: 1px solid #333333;
}

#bottom .but {
	width:300px;
	height:50px;
	text-align:center;
}

#bottom .but a {
	display:block;
	background:transparent url("images/button.gif") no-repeat center;
	width:300px;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}

#bottom .but a:hover {
	color:#000000;
}

#bottom #text_block {
	border-bottom: 1px solid #C6C6C6;
}

#bottom a.review_title {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7ab5a6;
}

#bottom a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#bottom a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-color: 7ab5a6;
}

#bottom ul li {
	margin-left: 170px;
}

#bottom h1 {
	font-size: 16px;
	color: #7ab5a6;
	font-weight: bold;
	line-height: 20px;
}

#footer {
	float: left;
	width: 880px;
	height: 60px;
	font-size: 11px;
	font-family: helvetica, arial, sans, trebuchet ms;
	color: #666666;
	text-align: center;
	padding-top: 50px;
}

#footer a {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
	color: #333333;
}

