body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}
                           
#wrapper-header {
	background: #eee;
}

#header {
	background: #C0C0C0 url('banner03.jpg') right no-repeat;
	width: 75%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
    min-width: 900px;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -0.1em;
}

#wrapper-menu {
	background: #C0C0C0 url('menu-background.png') top right repeat-x;
	float:left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
    min-width: 900px;
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	width: 100%;

}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	padding: 0.2em 1em;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #bbb
}

#menu ul li a:hover
{
	background: #E0E0E0 url('menu-hover.png') repeat-x;
	color: #bbb;
}

#content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
    min-width: 900px;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */


#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #FF8080 url('menu-background.png') top left repeat-x;
	border: 1px solid #bbb;
	font-size: 80%;
    min-width: 900px;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #8080FF;
	font-size: 150%;
/*	letter-spacing: -0.1em;*/
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }


/*------ ADV ----*/
#ads_t{
    width:822px;
    height:8px;
    background:url(ads_tr.jpg) right no-repeat;
    }
#ads_t div{
    width:8px;
    height:8px;
    background:url(ads_tl.jpg) left top no-repeat;
    }
#ads{
    width:800px;
    padding:5px 10px;
    border-left:1px #d2d2d2 solid;
    border-right:1px #d2d2d2 solid;
    }    
#ads div{    
    width:50%;
    float:left;
    }    
#ads_b{
    width:822px;
    height:18px;
    background:url(ads_br.jpg) top right no-repeat;
    }
#ads_b div{
    width:8px;
    height:18px;
    background:url(ads_bl.jpg) left top no-repeat;
    }    