BODY { 
	font-family: verdana, geneva, helvetica, sans-serif;
	background-color: #000;
	color: #fff;
}

DIV.all {
	width: 750px;
	margin: auto;
//	border: 1px solid black;
}

DIV.toolbar{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	margin-bottom: 20px;
	clear: both;
}

.toolbar TABLE {
	text-align: center;
}

DIV.menu {
	background-color: #222;
	color: #ccc;
	width: 200px;
	border: 1px solid #666;
	float: left;
}

DIV.rightcrap {
	float: right;
	width: 200px;
	border: 1px solid black;
}

DIV.lefttop {
	width: 200px;
	float: left;
	border: thick solid blue;
	background-color: #f00;
	display: none;
}

DIV.righttop {
//	width: 150px;
	float: right;
}

DIV.lefttop IMG {
	border: 1px thin #666;
}


DIV.tree {
	float: right;
	width: 200px;
}

DIV.rightcrap H3 {
	color: #ccc;
}

//DIV.meetings {
//	color: #ccc;
//}

DIV.rightcrap {
	clear: right;
	color: #ccc;
	border: thin solid #666;
	background-color: #222;
}

DIV.middlestuff {
	margin: auto;
	width: 200px;
	text-align: center;
}

DIV.picturecontainer {
//	border: 1px solid #666;
	color: #fff;
	padding: 10px;
	width: 200px;
}

DIV.thatsallfolks {
//	border-top: 1px solid #666;
	clear: both;
	padding-top: 100px;
}






H1, H2, H3, H4, H5, H6 {
	margin: 0;
	padding: 0.5em;
}

UL {
	margin-top: 0;
	padding-top: 0;
}

LI {
	list-style: square;
}

A {
	color: white;
	
}








