body, html { background: #ffcc33  ; padding: 0px ; margin: 0px ;
	font-family: 'bauser', Verdana, Helvetica, Arial, sans-serif, bauser ;
}

#masthead {
	margin: 10px ; /* Why does Gecko collapse this to 0 at bottom? */
	margin-bottom: 0px ; /* c.f. 8.3.1 Collapsing margins */
	padding: 0px ;
	clear: all ;
	text-align: center ;
}


div#sidebar { /* Going to need IE5 hack */
	position: absolute;
	top: 131px ; /* Wrong offset if user has reset their font size! */
	right: 10px ;
	padding: 20px ;
	width: 200px ;
	background: #fffff0 ; 
	border: 5px solid #BD0018  ;
	clear: right ;

}

DIV#sidebar { /* Redefine for HTML agents */
	top: 128px ;
}

#searchbox {
	background: #ffcc33 ;
	border: 1px solid #BD0018 ;
	text-align: center ;
}

#intro, .brewery { /* Going to need IE5 hack */
	margin: 10px ; /* Why does Gecko collapse this to 0 at top? */ 
	margin-right: 270px ; /* sum of sidebar's width & padding & margins */
	background: #fffff0  none ;
	padding: 20px ;
	border: 5px solid #BD0018  ;
	clear: left ;
}

#intro hr, .brewery hr {
	display: none ; /* HR is only there for non-CSS browsers */
} 

#disclaimer, .script {
	clear: both ;
	border: 5px solid #BD0018  ;
	margin: 10px ;
	background: #fffff0 none ;
	padding: 20px ;
}

address {
	text-align: center ;
	font-size: 75% ;
}

/* I have no idea what's happening to menu with Opera in XHTML mode */

#sidebar ul {
	font-size: 90% ;
	list-style-type: none ; 
	list-style-position: outside ;
	margin-left: 0;
	padding-left: 0;
	text-align: center ;
}

#sidebar ul li {
	width: 100% ;
	border: 1px solid #bd0018 ;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 3px ;
}

#sidebar ul li a {
	display: block ;
	width: 100% ;
	font-style: bold ;
	background: #ffcc33 ;
	text-decoration: none ;
}

html>body #sidebar ul {
		list-style-position: inside ;
}

html>body #sidebar li a {
		width: auto;
}


#sidebar ul li a:hover {
	color: #fffff0 ;
	font-style: bold ;
	background: #bd0018 ;
}

.amazon {
	display: block; 
	margin-right: auto;
	margin-left: auto; 
	text-align: center ;	
	padding-top: 10px ;
}

.tower {
	display: block; 
	margin-right: auto;
	margin-left: auto; 
	text-align: center ;	
	padding-top: 10px ;
	font-size: 75% ;
}

h1, h2, h3, h4, h5, h6 {
	color: #bd0018
}

.wap {
	border: 3px solid #BD0018 ;
	font-size: 70% ;
	margin-top: 1em ;
	padding: 0.5em ;
}
