body {
	background-color: #d4c7b7;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-image: url(../images/molecash_bg.gif);
	font-size: 12px;
}

a, a:link, a:visited {
	color: #d35300;
}

h1 {
	padding: 15px 0 15px 5px;
	color: #746454;
	margin: 0;
}

#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

	#navigation {
		height: 32px;
		background-color: #736553;
		margin-bottom: 6px;
		text-align: center;
		font-size: 10pt;
		font-weight: bold;
		line-height: 32px;
	}

		#navigation IMG {
			margin: 0 27px 0  27px;
		}

		#navigation A {
			color: #fff;
			text-decoration: none;
		}

		#navigation A:hover {
			color: #fff39d;
		}

	#header {
	}

		#header_right_1 {
			width: 284px;
			height: 86px;
			background-image: url(../images/mc_2-header_bg-2.jpg);
		}

			#login_area {
				margin: 4px 0 0 22px;
				font-size: 10px;
			}

			#login_area form {
				margin: 0;
				padding: 0;
			}

			 #login_area .input_field {
				width: 105px;
				height: 23px;
				background-image: url(../images/mc_2-input_form_bg.jpg);
			 }

			 	#login_area .input_field input {
					border: 0;
					background-color: #736553;
					color: #d4cfc9;
					width: 91px;
					height: 14px;
					margin: 3px 0 0 7px;
					font-size: 10px;
				}

		#header_right_2 {
			width: 284px;
			height: 170px;
			background-image: url(../images/mc_2-header_bg-3.jpg);
		}

		#header_right_3 {
			width: 284px;
			height: 49px;
			background-image: url(../images/mc_2-header_bg-4.jpg);
		}
		
	#index_body {
		width: 850px;
		height: 368px;
		background-image: url(../images/mc_2-index_bg.jpg);
	}

		#sub_header {
			margin-top: 9px;
		}

	#index_body_plain {
		width: 850px;
		background-image: url(../images/mc_2-index_bg-2.jpg);
		background-position: top;
		background-repeat: no-repeat;
		background-color: #f1ece8;
	}

		#index_body_plain P { margin: 0 0 15px 0; padding: 5px; font-size: 14px; font-weight: bold; }

		#signup_now {
			position: relative;
			top: 150px;
			display: inline;
			z-index: 1;
		}

		.site_desc {
			margin: 0 5px 15px 5px;
		}

			.site_desc IMG { border: 1px solid #BA2101; }

	#features {
		width: 520;
		margin-right: 5px;
		height: 340px;
		overflow: auto;
	}

	#signup_errors {
		color: red;
		font-size: 14px;
	}

	#news {
		padding: 5px;
		margin-right: 5px;
		height: 324px;
		overflow: auto;
		color: #736553;
	}

		.news_date {
			background-image: url(../images/mc_2-news_date_bg.gif);
			background-repeat: no-repeat;
			width: 60px;
			height: 16px;
			text-align: center;
			color: #fff;
			margin-bottom: 5px;
		}

		span.headline {
			color: #d35300;
			text-decoration: underline;

		}


	#footer_spacer {
		height: 7px;
		background-color: #8a7964;
		background-image: url(../images/mc_2-footer_spacer_bg.jpg);
	}

	#footer {
		height: 74px;
		background-color: #736553;
		text-align: center;
		background-image: url(../images/mc_2-footer_bg.jpg);
	}

		#bottom-links, #compliance_statement {
			padding-top: 10px;
			font-size: 8pt;
		}

			#bottom-links IMG {
				padding: 0 13px 2px 13px;
				
			}

			#bottom-links A {
				color: #fff;
			}

			#bottom-links A:hover {
				color: #fff39d;
			}
	
			#compliance_statement, #compliance_statement A {
				text-decoration: none;
				color: #cfbfac;
			}


form#signup_form {
	margin: 0;
	padding: 0;
}

form#signup_form fieldset {
	width: 375px;
	border-width: 2px 0 0 0;
	padding-bottom: 15px;
	text-align: left;
}


form#signup_form fieldset legend {
	font-weight: bold;

}

form#signup_form fieldset div {
	width: 95%;
	clear: left;
	margin-bottom: 5px;
}

form#signup_form fieldset div label {
	display: block;
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 5px;
	line-height: 20px;
}

form#signup_form input, form#signup_form select {
	border: 1px solid #000;
}

form#contact_form {
	margin: 0;
	padding: 0;
}

form#contact_form fieldset {
	width: 400px;
	border-width: 2px 0 0 0;
	padding-bottom: 15px;
	text-align: left;
}

form#contact_form fieldset legend {
	font-weight: bold;
}

form#contact_form fieldset div {
	margin-bottom: 5px;
}

form#contact_form fieldset div label {
	display: block;
	float: left;
	text-align: right;
	width: 115px;
	padding-right: 5px;
	line-height: 20px;
}

form#contact_form input, form#contact_form textarea {
	border: 1px solid #000;
}
