/* CSS Document */

/*****************************************************************
/* LAYOUT ELEMENTS
/*****************************************************************/
/*this element holds the content of the site and centers it on the page
if the site size changes this must change*/
#container{
		width:750px;
		background-color:#fff;

		margin: 25px auto;
		padding:0;
		text-align:left; /*for IE, will center all text without this*/
		
	
		}

#content{
	float:right;
	height:339px;
	width:537px;
	background-color:#fff;
	font-size:1.2em;
	overflow:hidden;
	}

#sidebar{
	float:left;
	height:445px;
	width:213px;
	}

#header{
	position:relative;
	height:95px;
	width:750px;
	background-image:url("/images/header.jpg");
	background-repeat:no-repeat;
	}

/*to position the nav*/
#nav{
	width:515px; 
	position:relative;
	margin-left:230px; 
	padding-top:75px;
	overflow:hidden;
}

#subnav{
	float:right;
	height:106px;
	width:537px;
	/*background:url("/images/footer_splash.jpg") no-repeat top right;*/
	background-image:url("/images/footer_splash.jpg");
	background-repeat:no-repeat;
	/*background-color:gray;*/
	/*min-height:106px;*/
}

#subnavX{
	float:right;
	height:106px;
	width:537px;
	/*background:url("/images/footer_splash.jpg") no-repeat top right;*/
	background-image:url("/images/footer_splash.jpg");
	background-repeat:no-repeat;
	/*background-color:gray;*/
	/*min-height:106px;*/