@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/blackBG.jpg);
}
#container {
	background-image: url(images/hawaiisunset1.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	height: 525px;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#container2 {
	background-image: url(images/hawaiisunset1.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	height: 1250px;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#container3 {
background-image:url(images/grybg.png);
height: 1250px;
}

#tablecontainer {
    font-family: "Century Gothic", Tahoma, sans-serif;
    color: #000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.leftpad {
text-align: center;
}

.cells {
	vertical-align: top;
}

/*.tablecell {
background-image:url(images/grybg.png);

}*/

#header {
	background-image: url(images/grybg.png);
}

#formstuff {
padding-right: 10px;
padding-left: 10px;
}

.formborder {
/*background-image:url(images/grybg.png);
font-family: "Century Gothic", Tahoma, sans-serif;
color: #000;
border: 1px solid #000;*/
padding: 10px;
}

#logo {
	height: 131px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/logodrafttransparent.png);
}
#footer {
	color: #FFFFFF;
	text-align: center;
	width: 700px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 70%;
	text-decoration: none;
}

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

a:hover {
color: #CC0000;
text-decoration: underline;
}

#time {
color: #CC0066;
font-weight: bold;
font-family: Tahoma, Arial, sans-serif;
}

.fieldbackground {
background-image: url(images/grybg.png)
}