/*******************************************************************************
                       Positioning rules
*******************************************************************************/

div#header {
font-size: 2em;
margin: 0;
}

#middlebox {
	margin: 0 165px 0 5px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	padding: 10px;
}

div#navbox {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
right: 25px;     /*** IE5/mac will show a horizontal scrollbar 
		if this is less than 16px, or other units are used
		http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
width: 125px;
padding-top: 10px;
}

div#footer {
	font-size: .8em;
	margin: 0;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: .5em;
}
