body {  min-width: 650px;  background-color: #ccc;text-align:left; font-family: verdana, arial, sans-serif; line-height: 150%;  font-size: 80%; color: #666;}
p { line-height: 140%;}
h4 { color: #333;}
h3 { color: #333;}
h2 { color: #333; line-height: 150%;}
h1 {letter-spacing:4px; color: #333;}
a:link, a:visited, a:active {color: #03c; text-decoration:none;}
a:hover {color: #036; text-decoration:none;}
li { line-height: 140%;}
.red  {color:#933;}
.i {font-style:italic;}
.b {font-weight:bold;}
.cen {text-align: center }
#bg {
margin-left: auto;
margin-right: auto;
border-width: 1px;
border-style:outset;
border-color: #333;
background-color: #fff;background-image:url("im/bg.gif"); background-repeat:no-repeat; background-attachment:fixed;
width:800px;
height:98%;}

/* positioning */
#header {
height:100px;
}
#block_1
	{
	float: left;
	width: 50%;
	margin-left: 25%;
	padding-right:10px;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 22%;
	margin-left: -75%;
	padding-left:10px;
	}
#block_3
	{
	float: left;
	width: 22%;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}


		
/* main-menu ========== */

.main-menu ul {
list-style:none;		/* removes bullets */
margin:0;
 padding:0px;
 border-width: 1px; border-style:outset; border-color: #036;
}

.main-menu li {
line-height:normal;
font-size:10pt;
display:inline;
}

a.menu  {color:#fff;font-size:10pt; padding:1px;}
a.menu:hover {color:#036; font-size:10pt; padding:1px;}

.main-menu li a {
display:block;
padding:2px 4px 2px 25px;	/* the last number (16px) must be big enough to accomodate the width of your rollover image */
margin-bottom:0px;
/* you can change background color of button here (#ddd). the pixel measurement (3px) is x-axis of your rollover image */
background: #999 url(im/g.gif) 3px 50% no-repeat;
color:#ff0;	/* color of button text */
text-decoration:none;
}

/* the magic bit */
.main-menu li a:hover {
/* this line MUST be the same as the one above except with your rollover image in it instead */
background:#ff0 url(im/g2.gif) 3px 50% no-repeat; 
color: #036;  
text-decoration: none;
}
