html {
	background: url(../images/background.jpg) repeat;
	min-height: 101%;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	margin: 15px 0 5px 15px;
	}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #0033FF;
	padding: 5px 0 0px 0;
	text-align: center;
	}
	
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0033FF;
	padding: 2px 0 0 0;
	}
	
h5{
	font-size: 14px;
	font-variant: small-caps;
	margin: 0 0 15px 15px;
	
	}
	

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: solid 1px #999;	
	width: 900px;
	background: white;
		}

#header {
	margin: 0;
	background-image: url(../images/header.jpg);
	height: 100px;
	width: 900px;
	border-bottom: solid 1px #999999;
	}

#side-a {
	float: left;
	}

#side-b {
	float:left;
	margin-top: 5px;
	margin-left: 0px;
	width: 700px;
	height: 1% /* Holly hack for Peekaboo Bug */
	}

#side-b p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px;
	line-height: 150%;
	}

#footer {
	clear: both;
	line-height: 20px;
	background: #A2A2A2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	}
#footer a {
	color: white;
	text-decoration: none;
	}
#wrapper #container #side-b table {
	margin-top: 100px;
	margin-bottom: 100px;
}
#wrapper #container #side-a .glossymenu .style1 .style2 .style3 {
	line-height: 25px;
}
