@charset "utf-8";
#breadcrumbs {
	padding: 12px 20px;
	font-size:11px;
	color:#36658b;
	text-transform:uppercase;
	font-weight:normal;
}

	#breadcrumbs a {
		/*padding:3px;*/
		color:#73091d;
		text-decoration:none;
		font-weight:bold;
	}
	
		#breadcrumbs a:hover {
			text-decoration:underline;
		}
	
#leftcol {
	float:left;
	padding: 0 30px;
	width:547px;
}

#rightcol {
	float:left;
	padding: 0 26px 0 0;
	width:342px;
}

	#rightcol .top {
		margin:0;
		height:10px;
		background: url(../images/rightcol-top.gif) top left no-repeat;
	}
	
	#rightcol .middle {
		margin:0;
		padding: 6px 20px 5px;
		background: url(../images/rightcol-middle.gif) top center repeat-y;
	}
		
	#rightcol .bottom {
		margin:0;
		height:10px;
		background: url(../images/rightcol-bottom.gif) top center no-repeat;
	}
