@charset "utf-8";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color:#d2cccc;
	background-image:url(images/bodyBg.jpg);
	background-repeat:repeat-x;
}

#wrapper{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#wrapper a img{
	border:none;
}

#headerTop{
	width:980px;
	height:127px;
	background-image:url(images/headerTop.jpg);
	background-repeat:no-repeat;
}

#headerMiddle{
	width:980px;
	height:131px;
	background-image:url(images/headerMiddle.jpg);
	background-repeat:no-repeat;
}

#headerBottom{
	width:980px;
	height:197px;
	background-image:url(images/headerBottom.jpg);
	background-repeat:no-repeat;
}

#navigation{
	font-size:18px;
	color:#6cc3dc;
	padding-top:35px;
	padding-left:50px;
}

#navigation a{
	color:#6cc3dc;
	text-decoration:none;
}

#navigation a:hover{
	text-decoration:underline;
}

#mainTitle{
	font-size:38px;
	color:#000000;
	padding-top:20px;
	padding-left:50px;
}

#subTitle{
	font-size:18px;
	color:#197c99;
	padding-top:10px;
	padding-left:50px;
}

#clickBtn{
	width:607px;
	height:91px;
	padding-top:22px;
	padding-left:50px;
}

#mainContent{
	width:980px;
	height:auto;
	background-image:url(images/mainBack.jpg);
	background-repeat:repeat-y;
	padding-top:15px;
}

#mainContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#leftContent{
	width:630px;
	height:auto;
	float:left;
}

#rightContent{
	width:350px;
	height:auto;
	float:right;
}

.reviewtitle{
	width:612px;
	height:auto;
	margin-left:15px;
}

.rtTop{
	width:612px;
	height:5px;
	background-image:url(images/topicTop.jpg);
	background-repeat:no-repeat;
}

.rtMid{
	width:612px;
	height:auto;
	background-image:url(images/topicMiddle.jpg);
	background-repeat:repeat-y;
}

.rtBottom{
	width:612px;
	height:19px;
	background-image:url(images/topicBottom.jpg);
	background-repeat:no-repeat;
}

.rtText{
	padding:10px 20px;
	vertical-align:middle;
	font-size:34px;
	color:#FFFFFF;
}

.reviewBody{
	padding:7px 20px 10px 50px;
	font-size:14px;
	color:#333333;
	text-align:justify;
}	

.reviewBody img{
	float:left;
	padding: 0px 20px 20px 0px;
}

#mainBottom{
	width:920px;
	height:22px;
	background-image:url(images/mainBottom.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#newsletterBack{
	width:294px;
	height:374px;
	background-image:url(images/newsLetterBack.jpg);
	background-repeat:no-repeat;
	float:right;
	padding-right:40px;
}	

#newsletterTitle{
	text-align:center;
	font-size:30px;
	padding-top:15px;
	color:#FFFFFF
}

#newsletterIntro{
	padding:25px 20px 20px 20px;
	font-size:14px;
	color:#5a5c5d;
	text-align:justify;
}

#footer{
	padding-top:10px;
	text-align:center;
	color:#999999;
	font-size:12px;
}

#footer a{
	color:#999999;
}