/* 
	base 
*/
/*/*/ 
html {
	height: 100%;
	}
body {
	background: #333 url(../images/bg-shadow.gif) repeat-y fixed 50%;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center; /* css hack - causes ie5win to center the #wrapper */
	}
#wrapper {
	width: 760px;
	margin: 0 auto; 
	position: relative;
	background: #f1f1f1 url(../images/bg-body.gif) repeat-y;
	z-index: 1;
	height: 100%;
	text-align: left; /* to override the ie5win text-align hack */
	}


/* 
	primary containers 
*/
/*/*/ 
#top {
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 100px;
	background: #2f445c url(../images/bg-bluegradient.gif) repeat-y;
	overflow: visible;
	z-index: 3;
	}
#pagebody {
	position: absolute;
	background: #f1f1f1 url(../images/bg-body.gif) repeat-y;
	border-top: 1px solid #fff;
	left: 0px;
	top: 100px;
	width: 760px;
	margin: 0;
	padding: 0;
	z-index: 2;
	}


/* 
	things that go in #top
*/  
/*/*/ 
#logo {
	position: absolute; 
	left: 25px; 
	top: 10px; 
	z-index: 5;
	}
#search {
	position: absolute;
	left: 392px;
	top: 7px;
	width: 360px;
	z-index: 7;
	}
#searchform {
	text-align: right;
	}

/* 
	things that go in #pagebody
*/  
/*/*/ 
#mainimage {
	margin: 0;
	padding: 0;
	background-color: #666;
	}
.noimage #mainimage {
	width: 0;
	height: 0;
	display: none;
	}
.withimage #mainimage {
	width: 559px;
	height: 200px;
	display: block;
	overflow: hidden;
	}
	

#mainimage img {
	border-right: 1px solid white;
	float: left;
	margin: 0;
	padding: 0;
	}
* html #mainimage img { /* css hack: remove ie5win's proprietary 3-px img margin */ /*/*/ 
	margin: 0 -3px; 
	ma\rgin: 0;
	}
#imagenav {
	margin: 0 0 0 10px;
	padding: 0;
	width: 100px;
	float: left;
	}
#imagenav img {
	float: none;
	}

#sidenav {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	background: url(../images/img-greenarrow.gif) no-repeat 100% 0px;
	margin: 0;
	padding: 0 0 50px 0;
	}

#bodytext {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	display: inline;
	}
.nosidebar #bodytext {
	width: 520px;
	}
.withsidebar #bodytext {
	width: 382px;
	}

#sidebar {
	margin: 12px 0 0 0;
	padding: 0;
	float: left; 
	}
.nosidebar #sidebar {
	width: 0; 
	display: none;
	}
.withsidebar #sidebar {
	width: 128px; 
	margin-left: 20px;
	}

#footer.standard {
	float: left;
	width: 520px;
	margin: 0;
	padding: 50px 20px 20px 20px;
	}
