﻿body	{
	margin:0;
	font-family:"Tempus Sans ITC", tahoma, arial;
	font-size:x-large;
	background:black;
}

h1	{
	font-size:150%;
	text-align:center;
}


#images{
	margin:10px;

}


#indexwrap	{
	background-color:black;
	color:#FFFFCC;
}


#serviceswrap	{
	background-color:black;
	color:#FFFFCC;
	z-index:0;
}


#biowrap	{
	background-color:black;
	color:#FFFFCC;
	z-index:0;
}


#schedulewrap	{
	background-color:black;
	color:#FFFFCC;
	z-index:0;
}


#guestswrap	{
	background-color:black;
	color:#FFFFCC;
	z-index:0;
}


#header {
	background:#6DB33E;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	height: 135px;
	width:100%;
	color:black;
}


#menu {
	background:url(images/navx.jpg);
	background-repeat: repeat-x;
	border-bottom: thin solid #000000;
	height:33px;
	min-width:990px;
	width:100%;
}


#main	{
	background:black;
	height:auto;
	min-width:990px;
}


#content {
	background:#000000;
	border:thin solid #000000;
	color:#EEEEEE;
	float:left;
	height:auto;
	margin-left:15px;
	margin-top:25px;
	width:65%;
}

#leftcol {
	background:#000000;
	border:thin solid #000000;
	color:#EEEEEE;
	float:left;
	height:auto;
	margin-left:15px;
	margin-top:25px;
	width:48%;
}


#contentwide {
	background:#000000;
	color:#EEEEEE;
	float:left;
	height:auto;
	margin-top:25px;
	width:100%;
}


#sidebar {
	background:#000000;
	border:thin solid #000000;
	float:right;
	height:auto;
	margin-right:15px;
	margin-top:25px;
	width:30%;
}


#rightcol {
	background:#000000;
	border:thin solid #000000;
	float:right;
	height:auto;
	margin-right:15px;
	margin-top:25px;
	width:48%;
}


#footer {
	background:black;
	clear:both;
	color:#FFFFCC;
	font-size:small;
	padding:3px;
	text-align:left;
}