﻿body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

a {
	text-align: center;
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
}

hr {
  border: 1;
  width: 80%;
  height: -40px;
}

table {
	height: 96px;
	width: 100%;
	padding: 0 0 0 0;
	border-collapse: collapse;
}

a.none:active, a.none:hover {
	text-decoration: none;
	color: #C40000;
}

#header {
	width: 475px;
	text-align: center;
	float: none;
	margin: 0 0 0 0;
	vertical-align: top;
}

.banner {
	font-family: Hobo Std, Verdana;
	font-size: x-large;
	color: #C40000;
	vertical-align: top;
}

.nav {
	text-align: center;
	font-family: Verdana;
	color: black;
	font-size: x-small;
	text-decoration: none;
	vertical-align: top;
}

#about {
	padding-top: 5px;
	height: 437px;
	margin: 0 15% 0 15%;
	font-family: "Kristen ITC";
	font-size: small;
	vertical-align: middle;
}

#myPic {
	display: inline;
	border:1px black solid;
	float: left;
	margin: 0 10px 10px 0;
}

#gallery {
	padding-top: 5px;
	vertical-align: middle;
	height: 80%;
	text-align: center;
	background-color: #FFFFFF;
}

.centertext {
	text-align: center;
}

#lastupdate {
	text-align: center;
	color: #C40000;
	font-size: x-small;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* JALBUM WANTS THIS JUNK */
			body 
			{
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				margin: 0;
				padding: 0;
				font-size: 10px;
				background-color: $backcolor;
			}
			html, body 
			{
                height:100%;
                overflow-y: auto;
                overflow-x: auto;
                margin: 0;
                padding: 0;
                border: 0;
            }
			/* hide from ie on mac \*/
			html {
				height: 100%;
				overflow: hidden;
			}	
			#flashcontent {
				height: 100%;
				text-align:center;
				vertical-align:top;
			}
			/* end hide */
