/* Outside content */
.rc {
	overflow: hidden;
	padding-bottom: 15px;
	position: relative;
	left: -5px; top: -5px;
	}
.rc .wrapper {
	overflow: hidden;
	padding-top: 15px;
	position: relative;
	z-index: 2;
	}
.rc .crn {
	background: url(/images/decor3.jpg) no-repeat;
	height: 2000px;
	left: -15px;
	position: absolute;
	top: -15px;
	width: 100%;
	}
.rc .crn.rt {
	margin-left: 100%;
	}
.rc .crn.bt {
	top: auto;
	}
.rc .content {
	margin: -10px -10px 0px -10px;
	padding: 0 15px;
	position: relative;
	}
* html .rc,
* html .rc .wrapper {
	zoom: 1;
	}
* html .rc .crn {
	/*	background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/decor3.jpg", sizingMethod="crop");
	*/
	}

/* Inside content */
#secondmenu{
	margin: 0;
	/*background: #d3d8df url(/images/secondmenubg.png) top repeat-x;*/
}
#secondmenu a, #secondmenu a:link, #secondmenu a:visited {
	font: normal 14px Arial;
	color: #1d2b46;
	text-decoration: none;
	display: block;
	padding: 8px;
	background: url(/images/secondmenuinter.gif) bottom repeat-x;
}
#secondmenu a:hover, #secondmenu a:active {
	background: #529ade url(/images/mainmenu_selbg2.png) repeat-x;
	color: #FFFFFF;
}

