/* ----- Import external stylesheets ------------------------------------ */
@import url("common.css");


/* ----- Layout --------------------------------------------------------- */
div#wrapper {
	/*background:url("../images/layout/bg-wrapper.gif") repeat-y top left;*/
	}

div#content-wrapper {
	padding-top:39px;
	width: 762px;
	margin-left: 2px;
	background:url("../images/layout/bg-content.gif") no-repeat bottom left;
	min-height:328px;
	}	
	
span#masthead {
	display:block;
	width:529px;
	height:72px;
	padding:1px;
	margin:0;
	border:1px solid #555;
	position:absolute;
	top:169px;
	left:231px;
	}

div#content {
	float:right;
	display:inline;
	width:491px;
	padding:20px;
	margin:78px 2px 0 2px;
	}

div#sidebar {
	float:left;
	display:inline;
	width:187px;
	background:url("../images/layout/bg-sidebar.gif") no-repeat top left;
	padding:20px;
	}
	
div#sidebar h2{
	text-transform:uppercase;
	color:#D4AF37;
	height:20px;
	font-size:13px;
	margin-bottom:8px;
	}

div#sidebar a{
	display:block;
	height:15px;
	}

/* ----- Utility navigation --------------------------------------------- */
ul#nav-utility { 
	top:257px /*227px;*/
	}

/* ------ Sitemap --------------------------------------------------------*/
ul#sitemap {
	margin-top:15px;
}

ul#sitemap li {
	margin-left:10px;
}



/* ----- Typography and links ------------------------------------------- */



/* ----- This should always be at the end of this file ------------------------------------------- */
/* Supply styles to IE5/Mac \*//*/
@import "legacy.css";
/**/