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

div#header {
font-size: 30px;
margin: 0;
}

div#adbox {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	position: absolute;
	width: 170px;
	padding-top: 10px;
	text-align: center;
	right: 10px;
}

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

div#navbox {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	position: absolute;     /*** 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;
	margin-right: 170px;
	right: 10px;
}

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