/*** TO DO: strip out things that should be unchanged from layout.css ***/

/***
#holder {
	float:left;
	height:100%;
	margin:0 auto;
	text-align:center;
}

#contentholder {
	float:left;
	width:90%;
	height:95%;
	margin:0 auto;
	overflow:auto;
}
***/

#everything {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	margin:0 auto;
}

#navbarholder {
	height:100%;
	float:none;
	width:310px;
	position:absolute;
	top:0px;
	left:0px;
	padding: 0px;
	overflow:auto;
	margin:0 auto;
}

#navbar {
	border-right-width:1px;
	border-right-style:none;
	border-right-color:rgb(0,25,51);
	border-bottom-style:none !important;
}


#holder {
	float:right;
	width:80%;
	height:100%;
	margin:0 auto;
	text-align:center;
}

#contentholder {
	float:left;
	width:100%;
	height:95%;
	margin:0 auto;
	overflow:auto;
}

#footer {
	float:right;
	width:99%;
	height:3%;
	overflow:auto;
	margin:0 auto;
}

#content {
	width:480px;
}

#sidebar {

}

#header {

}

.user_account {

}

.header_nav {
	display: none;
}

.header_site {
	display:none;
}

.header_page {
	display:block;
}

