body {
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/shadow_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.reviews {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #333333;
	height: auto;
	width: 240px;
	padding: 5px;
	background-color: #E7E6E6;
	margin: 10px 0px 10px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.tagline {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 12px;
}
.image-top {
	margin-top: 25px;
}
.copywrite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	letter-spacing: 1px;
	margin-top: 3px;
}
.copywrite a:link, .copywrite a:visited, .copywrite a:active {
	color: #333333;
	text-decoration: none;
}
.copywrite a:hover {
	background-color: #E7E6E6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-top-style: solid;
}
.text {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 12px;
}
.text a:link, .text a:visited, .text a:active {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-decoration: none;
}
.text a:hover {
	background-color: #E7E6E6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-top-style: solid;
}

