body {
background-color: #777;
	background-image: url(images/blackline.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS" , "sans-serif";
}
div#main {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 500px;
}
div#right {
	position: absolute;
	width: 550px;
	left: 230px;
	top: 140px;

}
div.leftnav {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 195px;
	line-height: .5em;
}

div.vert {
	position: relative;
	width: 100%;
	border-style: solid;
	border-width: 2px;
	border-top-width: 12px;
	border-color: #6633ff;
	background-color: #777777;
	text-align: center;
	color: yellow;
	line-height: 1.2em;
	padding-top: 3px;
}
div.vert table {
	width: 100%
}
div.vert table td {
	background-color: #000;
	text-align: center;
	color: white;
	border-style: solid;
	border-width: 0;
	border-color: gray;
	border-top-width: 0px;
	border-bottom-width: .5px;
		font-size: .75em;
}
div#logo {
	position: absolute;
	background-image: url(images/b3small.jpg);
	background-repeat: no-repeat;
	top: 10px;
	left: 10px;
	height: 193px;
	width: 234px;
	font-size: 24pt;
	color: yellow;
	padding: 10px;
	/*letter-spacing: 2px;*/
}
div#logo2 {
	position: absolute;
	top: 55px;
	left: 230px;
	font-size: 36pt;
	letter-spacing:5px;
	color: yellow;
	/*color: #ff00cc*/;
}
div#topnav {
	position: absolute;
	width: 500px;
	top: 25px;
	left: 265px;
}

div#topnav table td {
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #6633ff;
	background-color: #000000;
	text-align: center;
	color: white;
}
div#topnav table td:hover {

}
div#topnav table {
	width: 100%;
	text-align: center;
}
div#ad {
display: block;
position: relative;
width: 100%;
/*height: 55px;
top: 125px;
left: 220px;*/
border-style: solid;
border-width: 2px;
border-top-width: 2px;
	/*border-color: #6633ff;*/
border-color: yellow;
background-color: #dddddd;
/*background-image: url(images/yellow.gif);
background-repeat: no-repeat;*/
line-height: 1.25em;

}
div#page {
	display: block;
	position: relative;
	width: 100%;
	border-style: solid;
	border-width: 2px;
	border-top-width: 7px;
	border-color: #6633ff;
	/*	border-color: #ff00cc;*/
	background-color: #dddddd;
	color: #000000;
	line-height: 1.25em;
}
span.padding15{
display: block;
padding: 0px;
padding-left: 15px;
padding-right: 15px;
}
div#home {
	positions: relative;
	width: 98%;
	height: 30px;
	text-align: center;
}

div#home a {
		color:red;
}

.locallink {
	font-size: 10pt;
	color: #0f0;
	text-decoration: none;
}