body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	
}

.main{
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/main_bkgnd.jpg);
	background-repeat: repeat-y;
}

.content {
	width: 658px;
	height: 100%;
	float: right;
}

.header {
	width: 658px;
	height: 200px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
}

.message {
	width: 658px;
	background-color: #FFFFFF;
}


.messagetext{
	width: 630px;
	font-family: Arial, Helvetica, sanserif;
	font-size: 22px;
	padding-left: 25px;	
}

.messagetext ul {
	margin: 0;
	padding: 0;
	list-style-image: url(../images/purple_bullet.jpg);
}

.messagetext ul li{
	margin-bottom: 20px;
}

.messagetext h2 {
	color: #6c1b78;
	font-size: x-large;
}

.review {
	width: 590px;
	background-image: url(../images/review_body.jpg);
	background-repeat: repeat-y;
}

.reviewtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000000;
	padding: 0 20px 0 20px;
}

.reviewheader {
	width: 590px;
	height: 75px;
	background-image: url(../images/review_header.jpg);
	background-repeat: no-repeat;
}

.reviewtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	color: #6c1b78;
	margin: 0;
	padding: 0;
}
.reviewfooter {
	width: 590px;
	height: 33px;
	background-image: url(../images/review_footer.jpg);
	background-repeat: no-repeat;
}

.reviewurlleft {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6c1b78;
	margin: 0;
	padding: 0;
}

.reviewurlright {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6c1b78;
	margin: 0;
	padding: 0;
}

.reviewurlleft a {
	color: #6c1b78;
	text-decoration: none;
}

.reviewurlright a {
	color: #6c1b78;
	text-decoration: none;
}

.reviewurlleft a:hover {
	color: #6c1b78;
	text-decoration: underline;
}

.reviewurlright a:hover {
	color: #6c1b78;
	text-decoration: underline;
}

.reviewname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #6c1b78;
	font-weight: bold;
}
.reviewpic {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6c1b78;
	height: 180px;
	width: 135px;
}

.sidebar {
	width: 142px;
	height: 100%;
	background-image: url(../images/sidebar_top.jpg);
	background-repeat: no-repeat;

}

.menu {
	width: 114px;
	height: 100%
	text-align: left;
	font-family: Arial, Helvetica, sanserif;
	font-size: medium;
	font-weight: bold;
	position: relative;
	top: 21px;
	left: 14px;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu ul li.reg{
	width: 142px;
}

.menu ul li.blog{
	width: 142px;
	color: #FFFFFF;
}

.menu ul li.blog a{
	text-decoration: none;
	color: #FFFAC2;
}

.menu ul li.reg a{
	text-decoration: none;
	color: #FFFFFF;
}

.menu ul li.blog a:hover{
	text-decoration: none;
	color: #71BF44;
}

.menu ul li.reg a:hover{
	text-decoration: none;
	color: #71BF44;
}

.footer {
	width: 800px;
	height: 36px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.footerleft {
	width: 350px;
	height: 36px;
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sanserif;
	font-size: 16px;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
}

.footerright {
	width: 350px;
	height: 36px;
	font-family: Arial, Helvetica, sanserif;
	font-size: 16px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	float: right;
	margin: 0;
}

.text15px {

	font-size: 15px;
}
.textbold {
	font-weight: bold;
}
.textboldgreen {
	font-weight: bold;
	color: #71BF44;

}
.textgreen {
	color: #71BF44;
}
.textitalic {
	font-style: italic;
}
.textboldpurple {
	font-weight: bold;
	color: #6C1B78;
}
.textitalic22pt {
	font-style: italic;
	font-size: 16pt;

}
.novisual {
	visibility: hidden;
}
.recommend {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	float: left;
	width: 185px;
	border: 1px solid #000000;
	padding: 5px;
	margin-right: 10px;
	height: 330px;
	margin-bottom: 5px;
	margin-top: 5px;




}
.textitalicboldred {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	font-size: 16pt;


}
.textboldred {

	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

