body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div.spacer {
	height: 30px;
	clear: both;
}
div#wrapper {
	width: 760px;
	clear: both;
}
div#banner {
	height: 184px;
	width: 760px;
	vertical-align: bottom;
}
div#content {
	width: 760px;
	background-image:   url(images/layout2/navside.gif);
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
	float: left
}
div#navi {
	float: left;
	width: 201px;
	font-size: small;
}

div#text {
	float: right;
	width: 559px;
	display: block;
	text-align: left;
	font-size: small;
	padding-top: 5px;
	color: #FFFFFF;	
}

div#bottom {
	float: left;
	width: 760px;
	height: 204px;
	background-image:   url(images/layout2/navbottom.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left top;
}

div#footer {
	width: 559px;
	font-size: xx-small;
	color: #FFFFFF;	
}

span.ads {
	float: right;
	padding: 5px;
}

h1 {
 	font-size: large;
}
h2 {
 	font-size: medium;
	margin-left: 8px;
}

h3 {
	font-size: small;
	margin-left: 8px;
}
p {
	margin-left: 8px;
	margin-right: 8px;
}
table {
	margin-left: 5px;
}
.canvas {
	background-color: white;
}
