 .floatright
{
float: right;
width: 103px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

html, body{height:100%;} 
/* end hack */ 


body{
padding: 0px;
margin: 0px;
background:white;
color: black;
font-size: 12px;
/*font-family: "Bitstream Vera Sans", bitstream, sans-serif;*/
font-family: sans-serif;
}
body a {
				color: rgb(113,113,181);
				text-decoration: none;
}

body a:hover {
			/*text-decoration: underline;*/
	    color: blue;
}

#outer{
	min-width: 340px;
	min-height:100%;
	margin-left:150px;
	margin-right:250px;
	background:white;
	margin-bottom:32px;
	color: black;
font-size: 12px;
/*font-family: sans-serif;*/
}
* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/

#header {
	position:absolute;
	top:0;
	left:0;
	min-width: 340px;
	width:100%;
	height:160px;
	background:#FF0000;
	overflow:hidden;
background:white;
}

#left {
	position:relative;/*ie needs this to show float */
	width:141px;
	float:left;
	margin-left:-140px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
text-align: center;
	/*background: rgb(240,240,240);*/
}

* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#sidebar p {padding-left:3px;padding-right:2px}

* html #main {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#main {
padding-left: 10px;
padding-right: 12px;
text-align: justify;
position:relative;
z-index:1
}

#trivia{
border: 1px dotted black;
padding: 4px 8px;
}

#sidebar {
	position:relative;/*ie needs this to show float */
	width:241px;
	float:right;
	margin-right:-240px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	background: rgb(240,240,240);
	margin-bottom: 10px;
text-align: justify;
}

#sidebar p {
/* this is to make sure IE (v6 sp2) *displays* this element (same problem as #header, but using a different fix) */
position:relative
}

#footer {
	width:100%;
	clear:both;
	/*height:30px;*/
	padding: 2px 0px 5px;
	background-color: rgb(197,235,255);
	color: black;
	text-align:center;
	position:relative;
/*border-top:1px solid #b0b0b0;*/
	border-bottom:1px solid blue;
}

* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearheader{height:162px;}/*needed to make room for header*/
#clearfooter{clear:both;height:32px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/

html > body  #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper thanks to Tim Connor*/

#topmenu {
background: rgb(197,235,255);
text-align: center;
padding: 4px 4px 5px;
border-top: 1px solid blue;
/*border-bottom: 1px solid blue;*/
}

#topmenu a, #topmenu .endline {
        display: inline;
        padding: 1px 5px 2px;
        /*font-family: sans-serif;*/
				font-size: 110%;
        text-decoration: none;
        margin: 0px;
				color: blue;
}

#topmenu a:hover {
	color: white;
	background-image: url( "./blue-background.png");

}

#topmenu .menu-item {
        display: inline;
        /*background: red;*/
        margin: 0px;
        padding: 0px;
        border: 0px solid black;

}
#menu {
	min-width: 340px;
        background: rgb(255,250,240);
        margin: 0px 0px 10px 10px;
        border: 1px solid rgb(195,180,140);
        padding: 0px;

}

#menu h3 {
        background: rgb(110, 85,0);
        color: white;
        padding: 3px 3px 3px 10px;
        display: block;
        margin-bottom: 10px;
}

#menu a {
        /*font-family: sans-serif;*/
        color: rgb(110, 85,0);
        padding: 5px;
        padding-left: 8px;
        margin: 0px;
        text-decoration: none;
        width: auto;
        display:block;
        border: 0px;
        border-left: 20px solid rgb(195,180,140);
}

#menu a:hover {
        background: rgb(225,200,160);
        color: black;
        border: 2px solid rgb(195,180,140);
        padding: 3px;
        padding-left: 26px;
}
#menu h3.menu-title , h3.list-title, h3.section-heading {
        font: bold 16px sans-serif;
        margin: 0px;
}



