.layout_container {
	background: #fff9fc url(../_image/bkg_NEW.gif) repeat-y center top;
}

#layout_maincontent {
	position: relative;
	top: 0;
	left: 10px; /* 10(shadow) + 150(sidebar) + 10 */
	width: 790px; /* 800 - 150(sidebar) - 2x10 */
	padding: 0 5px 25px; /* 5px horizontal to avoid font clipping */
}
#layout_maincontent div.hr {
	background: #B390A4 none repeat scroll 0%;
	border-bottom: 1px solid #B390A4;
	height: 0pt;
	margin: 15px 3px 5px;
	width: 780px;
}
#layout_maincontent div.hr hr {
	display: none;
}


#layout_credit {
	position: relative;
	background: transparent url(../_image/bkg_footer_bottom.gif) no-repeat center top;
	padding: 30px 0 20px;
	text-align: right;
	font-size: 0.7em;
}

.www_logo a:link, .www_logo a:visited, .www_logo a:hover, .www_logo a:active {
	background: url(../_image/www_logo_NEW.jpg) no-repeat bottom right;
	padding: 16px 135px 0 0;
	color: #c093a6;
	text-decoration: none;
	margin-right: 10px;
}
.www_logo_hover a:link, .www_logo_hover a:visited, .www_logo_hover a:hover, .www_logo_hover a:active {
	background: url(../_image/www_logo_NEW.jpg) no-repeat bottom right;
	padding: 16px 135px 0 0;
	color: #3f0039;
	text-decoration: none;
	margin-right: 10px;
}

