body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(_g/background.gif);
	background-repeat: repeat-x;
	background-color: #EE3B33;
}
* {
	margin: 0;
	padding: 0;
}
/*

	main content frame - floats everything in the centre
*/
div#frame {
	width: 734px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 3px solid #000000;
	border-top: 0;
}
/*

	masthead - contains the menu as well
*/
div#masthead {
	line-height: 0;
}
div#masthead img {
	border: 0;
}
/*

	content - content area
*/
div#content {
	width: 494px;
	margin: 10px 10px 10px 20px;
	float: left;
}
div#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #7A0000;
}
div#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #7A0000;
	text-decoration: underline;
	padding-top: 1.5em;
	clear: both;
}
div#content p {
	line-height: 1.5em;
	margin: 0.7em 0;
}
div#content ul {
	line-height: 1.5em;
	margin: 0.7em 0 0.7em 1.0em;
}
div#content li {
	margin: 0.3em 0 0 0.5em;
}
div#content a {
	color: #7A0000;
}
div#content a:hover {
	color: #000000;
}
div#content div.left {
	width: 274px;
	float: left;
	margin-right: 15px;
	clear: both;
}
div#content div.right {
	width: 200px;
	float: left;
}
/*

	banner - space for ads
*/
div#banner {
	width: 186px;
	margin: 10px 10px 10px 10px;
	float: left;
}
div#banner h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #7A00000;
	margin-bottom: 5px;
	text-transform: uppercase;
}
div#banner h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 15px;
	text-transform: uppercase;
	text-decoration: underline;
}
div#banner a {
	text-decoration: none;
	color: #7A0000;
}
div#banner img {
	border: 0;
}
/*

	footer - pulls the background down and houses copyright/slogan
*/
div#footer {
	clear:both;
	line-height: 0;
}
