/* CUSTOM CLASSES */

div.columns2 {
	margin-bottom: 1em;
}

div.columns2 div.l {
	width: 49%;
	float: left;
	margin-right: 1.5%;
}

div.columns2 div.r {
	width: 49%;
	float: right;
	margin-left: 0%;
}

/* PAGE LAYOUT */

div#outer {
	margin: 20px 20px 0 20px;
}

a#logo {
	display: block;
	
	margin: 0 0 -10px 15px;
	width: 289px;
	height: 55px;
	
	background: url(/images/logo.png) no-repeat;
}

a#logo span {
	display: none;
}

div#header {
	height: 65px;
	
}

div#header_l {
	width: 35px;
	height: 65px;
	
	float: left;
	background: url(/images/header_lr.png) no-repeat -35px 0px;
}

div#header_r {
	width: 35px;
	height: 65px;
	
	float: right;
	background: url(/images/header_lr.png) no-repeat;
}

div#header_c {
	margin: 0 35px;
	background: url(/images/header_c.png) repeat-x;
	padding-top: 15px;
	height: 50px;

}

div#pageouter_l {
	padding-left: 20px;
	background: url(/images/pageshadow.png) repeat-y;
}

div#pageouter_r {
	padding-right: 20px;
	background: url(/images/pageshadow.png) repeat-y right top;
}

div#rightcol_outer {
	background-color: #333333;

}

div#rightcol {
	width: 200px;
	float: right;
	
	color: #cccccc;
}

div#page {
	background-color: white;
	border: 1px solid #cccccc;

	margin-right: 200px;
	
	padding: 0 15px 15px 15px;
	
	min-height: 600px;
	height: auto !important;
	height: 600px;	
	
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

div#copy {
	margin-right: 200px;

	background: #333333;
	
	color: #cccccc;
	font-size: 90%;

	padding: 5px 10px;

	font-family: Lucida Grande, Helvetica, Arial;
}

div#legal {
	padding-left: 15px;
	padding-top: 3px;
	
	font-size: smaller;
	color: #999999;
}

div#copy a {
	color: #f0f0f0;
}

div#breadcrumbs {
	margin: 0 -15px;
	padding: 2px 5px;
	
	font-size: smaller;
	font-weight: bold;
	
	background: #e0e0e0;
	border-bottom: 1px solid #cccccc;
}

/* WRAPPER */

.wrapper {
	overflow: auto;
}

html>/**/body .wrapper {
	width: 100%;
}

*:first-child+html .wrapper {
	height: 1%;
}