/* CSS Document */

html,body {
  background: #223055;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
  
  font-family: verdana, arial, sans-serif;
  font-size: 0.9em;
  
  background-image: url(../graphics/background.gif);
  background-repeat: repeat-y;
  background-position: center;
}

.clear { clear: left; }

h1 { color: #FF9900; font-size: 2em; margin: 10px 0 20px 10px; }
h2 { color: #FF9900; font-size: 1.5em; margin: 10px 0 10px 10px; }

img { border: 0; }

a:link { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #FF9900; text-decoration: underline; }

p { margin: 3px 0 0 10px; line-height: 1.6em; }

div#container {
  position: relative;
  width: 800px;
  margin: 0 auto;
  text-align: left;
  
	height: auto !important;
	height: 100%;
	
	min-height: 100%;
}

div#content {
	float: left;
	width: 780px;
	margin: 10px;
}

img.logo {
	position: relative;
	float: left;
	margin-top: 10px;
}

img.headerset {
	position: relative;
	float: right;
}

img.sponsors {
	position: relative;
	float: right;
	margin-top: 0px;
}

div#menu {
	float: left;
	width: 798px;
	padding: 0 0 0 7px;
	font-size: 22px;
	font-weight: bold;
	color: #223055;
}
	
	div#menu a:link, div#menu a:visited { color: #223055; text-decoration: none; }
	div#menu a:hover { color: #990000; text-decoration: underline; }

.gallerypic {
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	background-color: #BCC0CC;
	border: 1x solid #223305;
	margin: 10px 25px 10px 25px;
}

.video {
	position: relative;
	float: left;
	width: 320px;
	margin: 10px 40px 10px 40px;
}

.gallerysplit {
	position: relative;
	float: left;
	width: 350px;
	height: 150px;
	margin: 10px 25px 10px 25px;
}

.galleryfull {
	position: relative;
	float: left;
	width: 750px;
	height: 150px;
	margin: 10px 25px 10px 25px;
}

.leftbox {
	position: relative;
	float: left;
	width: 425px;
	background: #223055;
	margin: 10px;
}

#funthings {
	position: relative;
	float: left;
	width: 780px;
	margin: 10px;
	border-style: solid;
	border-color: #223055;
	border-width: 4px;
	background-image: url(../graphics/funthings.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#marshalls {
	position: relative;
	float: left;
	width: 780px;
	margin: 10px;
	border-style: solid;
	border-color: #223055;
	border-width: 4px;
}

#left {
	float: right;
	width: 450px;
	padding-right: 5px;
}

.leftpic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.thankyou {
	font-size: 16px;
}

.thankyou strong {
	font-size: 22px;
}

#right {
	float: left;
	width: 340px;
	padding-left: 5px;
}

table { margin: 3px 10px 0 10px; }