body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body.manager {
 width: 95%; /* dirty trick against unnecessary horizontal scrollbars in frames in IE (including v6) */
}
    


#banner {
    margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px;
    border-bottom: solid #AAAACC 5px;
	height: 30px; /* ie5win workaround begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 15px;
}
html>body #banner {
	height: 15px; /* ie5win workaround ends */
}

#banner.manager {
  border-bottom: 0px;
}

#logo {
    position: relative;
	top: 0px;
	left: 12px;
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
	border: 0px;
	width: 179px; /* ie5win workaround begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 159px;
}
html>body #logo {
	width: 159px; /* ie5win workaround ends */
}


#login {
    position: relative;
	top: 0px;
	left: 1em;
    bottom: 0px;
	margin: 0px;
	padding: 10px;
	padding-left: 5px;
	border: 0px;
	width: 173px; /* ie5win workaround begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 158px;
}
html>body #login {
	width: 158px;   /* ie5win workaround ends */
}


#menu {
 position:absolute;
 margin: 0;
 padding: 0 5px 15px 0px;
 float: left;
 top: 25px;
 left:1em;
 width: 208px; /* ie5win workaround begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 203px;
}
html>body #menu {
	width: 203px; /* ie5win workaround ends */
}

#menu.manager {
 top: 0;
}



a.menu-item {
 display:block;
 position: relative;
 padding-left: 1em; 
}

#menu p {
 display:block;
 width: 183px;
 margin-top: 8em;
 margin-bottom: 1em;
 text-align: center;
}



#links {
 position:absolute;
 width: 168px;
 height: 500px;
 top: 30px;
 right:0px;
}


#outercontent {
 margin: 0em 168px 0em 203px;
 padding: 2em 2em 200px 3em;
 width: auto;
}

#outercontent.manager {
 margin: 0em 0px 0em 0px;
 padding: 1em 1em 200px 1em;
}

#header {
  float:left;
  margin: 0;
  /* ie5win workaround begins */
	voice-family: "\"}\"";
	voice-family:inherit;	
    width:100%;
}
html>body #header {
   width:100%;	 /* ie5win workaround ends */
}

#content {
 padding: 2em 1em 3em 1em;
 width: auto;
 margin: 0;
}


#legalese {
 position: relative;
 float:right;
 width: 200px;
 right: 80px; 
 left: auto;
 text-align: center;
}

#spacer-left {
 clear: left;
}



#spacer-right {
 clear: right;
}
