html body{padding: 220px 0 0 300px}

html #header{width: 950px}

html #content{
	height: 100%; 
	width: 100%; 
	}

body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	max-height: 100%; 
	font-family: arial;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	}

a {
	text-decoration: none;
	color: #FFFFFF;
	}

a:hover {color: #669999}

a.myspace {color:#669999}
a.myspace:hover {color: #336666}

img {
	border:0;
	}

#header, #nav, #content {
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%;
	}

div#header {
	background-image: url(images/header.gif);
	width: 950px;
	height: 220px;
	}

div#nav {
	background-color: #231F20;
	top: 220px;
	width: 300px;
	height: 700px;
	}

div#content {
	position: absolute;
	background-image: url(images/logobg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	left: 300px;
	width: 650px;
	height: 700px;
	overflow: auto; 
	}

.nav {
	margin-left: 100px;
	margin-top: 20px;
	}

.home {
	margin-top: 30px;
	font-size: 20px;
	}

.heading {
	font-size: 22px;
	}

.heading2 {
	font-size: 28px;
	line-height: 36px;
	}

.heading3 {
	font-size: 36px;
	line-height: 56px;
	}

.cal {
	font-family: arial;
	font-size: 16px;
	}

.webmaster {
	font-size: 14px;
	line-height: 18px;
	}

.content {
	margin-left: 100px;
	margin-top: 30px;
	}

.members{
	margin: 0px;
	}

.tammy {
	position: relative;
	z-index: 0;
	}

.tammy:hover {
	background-color: transparent;
	z-index: 50;
	}

.tammy span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #231F20;
	padding: 5px;
	left: -1000px;
	border: 3px dashed #669999;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
	color: #FFFFFF;
	line-height: 15px;
	width: 500px;
	}

.tammy:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left:0px; /*position where enlarged image should offset horizontally */
	}


.sam {
	position: relative;
	z-index: 0;
	}

.sam:hover {
	background-color: transparent;
	z-index: 50;
	}

.sam span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #231F20;
	padding: 5px;
	left: -1000px;
	border: 3px dashed #669999;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
	color: #FFFFFF;
	line-height: 15px;
	width: 500px;
	}

.sam:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left:-133px; /*position where enlarged image should offset horizontally */
	}

.keith {
	position: relative;
	z-index: 0;
	}

.keith:hover {
	background-color: transparent;
	z-index: 50;
	}

.keith span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #231F20;
	padding: 5px;
	left: -1000px;
	border: 3px dashed #669999;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
	color: #FFFFFF;
	line-height: 15px;
	width: 500px;
	}

.keith:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left:-266px; /*position where enlarged image should offset horizontally */
	}

.buck {
	position: relative;
	z-index: 0;
	}

.buck:hover {
	background-color: transparent;
	z-index: 50;
	}

.buck span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #231F20;
	padding: 5px;
	left: -1000px;
	border: 3px dashed #669999;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
	color: #FFFFFF;
	line-height: 15px;
	width: 500px;
	}

.buck:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left:-400px; /*position where enlarged image should offset horizontally */
	}
