html, body {
	margin: 0px;
	height: 100%;
}
body {
	background-color: #ffffff;
}

#body {
	margin-left: -5px; 
	/*margin-top: 10px;	*/
	/*width: 984px;*/
	width:737px;
}
#page {
	width: 737px;
	text-align: left;
}

#side {
	text-align: left;
	width: 241px;
	background-image: url(images/green-circle.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color:#98ba5b;
	padding-top: 240px;
	/*height: 458px;*/
	color: #FFFFFF;
	border-left: 5px solid white;
}

.column {
	float: left;
}
.clr {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}


#top_bar {
	height: 38px;
	/*margin-bottom: 6px;*/
	border-bottom: 5px solid white;
	background-color: white;
}
#top_bar img {
	padding-left: 20px;
	padding-top: 13px;
}
#header_bar{
	height: 50px;
	/*margin-bottom: 6px;*/
	border-bottom: 5px solid white;
	background-color:#98ba5b;
}

.black_bar {
	height: 25px;
	/*margin-bottom: 6px;*/
	background-color:#000000;
	border-bottom: 5px solid white;
}

#footer_bar {
	margin-bottom: 6px;
	background: url('images/footer.jpg') no-repeat top left;
	background-color:#98ba5b;
	text-align: left;
	/*height: 174px;*/
}

#footer_bar .bg
{
	background: url(images/footer.jpg) no-repeat top;
	height: 174px;
}

#signupform {
	float: right;
	width: 400px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#signupform input.text {
	border: solid 1px #737373;
	color: #737373;
	width: 100px;
}

input.button {
	background-color:#98ba5b;
	color: #FFFFFF;
	border: solid 1px #000000;		
}
.padded {
	padding: 20px;
}

#header {
	margin-bottom: 6px;
}

#content_main {
	width: 530px;
}

#content_left {
	width: 200px;
}

/*#content_bar {
	height: 387px;
}*/

#content_bar {
	/*height: auto;*/
	height: 386px;
	border-bottom: 5px solid white;
}

#wide_holder {
	height: auto;
	width: 525px;
}

img.gallery_image
{
	cursor: pointer;
}
