﻿/* CSS Document */

td {min-width:1000px}

body {
	text-align: center;
	margin: 20px;
	padding: 0;
	font-family: cursive;
	background-color: white;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid;
	color: #333333;
}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:black;
	}
#wrapper2_main_page {
	position: relative;
	text-align: right;
	width: 100%;
	background: white url('images/bee_print2_medium.jpg') no-repeat scroll center top;
}
#wrapper2 {
	position:relative;
	text-align:right;
	width:100%;
	background:white;
	}
#header {
	background: transparent;
	padding: 0px;
	margin: 0;
	text-align: center;
	color: #333333;
}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color: #333333;
	text-decoration: underline;
}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:0px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:0px; /* actual value */
	margin:0 0 -10px 0;
	padding:0px;
	background:transparent;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:150px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:transparent;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px 0 100px;
	text-align: left;
	}
#centercol img{
	vertical-align: top;
	margin: 10px;
}
#centercol_main_page {
	position:relative;
	padding:0 240px 0 100px;
	background:transparent;
	}
#centercol a {
	color: #333333;
}
#centercol a:hover {
	border-bottom: 1px solid;
	color: #333333;
}
#footer {
	position: relative;
	top: 1px;
	background: transparent;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 1% 0;
	text-align: left;
	color: #333333;
}
