body {
	background: #fff url('../images/background.gif');
	color: #000;
	font: bold 12px/18px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	color: #f00;
	text-decoration: none;
}
a:visited {
	color: #f00;
	text-decoration: underline;
}
p, h1, h2, h3, h4, img, ul, li {
	margin: 0; padding: 0;
}
h1 {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	line-height: 18px;
}
h3 {
	font-size: 12px;
}
hr {
	clear: both;
}
img {
	border: 0;
}
a#button_clickhere {
	padding: 12px 0;
	display: block;
}
div.gallery {
	width: 516px;
	margin: 0 auto;
}
	div.gallery div {
		border: 1px solid #ccc;
		float: left;
		margin: 5px;
		padding: 5px;
		width: 150px;
		overflow: hidden;
		text-align: center;
	}
		div.gallery div div {
			display: block;
			width: 150px;
			text-align: center;
			overflow: hidden;
			border: 0;
			margin: 0;
			padding: 0;
		}
}
div.last {
   margin-right: 0;
}
div.middle {
	background: url('../images/mid_mid.gif');
	float: left;
	margin-right: 25px;
	overflow: hidden;
	width: 588px;
}
	div.middle div.top {
		height: 10px;
		line-height: 10px;
	}
	div.middle div.mid {
		margin: 3px 12px;
		text-align: center;
	}
		div.middle h2 {
			margin: 14px 0;
		}
		div.middle h3 {
			margin: 12px 0;
		}
		div.middle p {
			margin: 9px 0;
		}
		div.middle div.mid_join {
			height: 30px;
			line-height: 30px;
		}
	div.middle div.bot {
		height: 10px;
		line-height: 10px;
	}
div.navigation_wrapper {
	background: url('../images/sidebar_background.jpg') no-repeat bottom center;
	padding-bottom: 155px;
}
div.sidebar {
	background: url('../images/sidebar_mid.gif');
	float: left;
	margin-right: 25px;
	width: 193px;
}
	div.sidebar div.top {
		height: 10px;
	}
	div.sidebar div.mid {
		margin: 3px 6px;
		text-align: center;
	}
		div.sidebar div.mid ul {
			list-style: none;
			margin: 12px 0;
		}
	div.sidebar div.bot {
		height: 10px;
		line-height: 10px;
	}
div#recaptcha_area {
	margin-left: 220px;
}
div#contact {
	
}
	div#contact form {
		text-align: left;
	}
		div#contact form div {
			clear: both;
			padding: 12px 0;
		}
		div#contact form input {
			display: block;
			float: left;
			width: 300px;
		}
		div#contact form label {
			display: block;
			float: left;
			margin-right: 20px;
			text-align: right;
			width: 200px;
		}	
		div#contact form textarea {
			clear: both;
			height: 200px;
			width: 300px;
		}
		div#contact form div.buttons {
			margin-left: 220px;
		}
			div#contact form div.buttons input {
				width: 150px;
				margin-right: 5px;
			}

	div#contact .required {
		color: #f00;
		font-weight: bold;
	}
div#content {
	margin: 0 auto;
	text-align: left;
	width: 1050px;
}
div#faq {
	text-align: left;
}
div#signup {
	margin-right: 0;
}
	div#signup div.top {
		height: 36px;
		line-height: 36px;
	}
div#terms {
	text-align: left;
}
	div#terms p {
		font-weight: normal;
		text-align: justify;	
	}