body {
	margin: 0px;
	text-align: center;
	font-size: 0.8em;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	background: url(images/dragonbg.jpg) no-repeat top center;
	overflow-y: scroll;
}


h1 {
	font-size: 2em;
}

#head {
	position: absolute;
	left: -203px;
	top: 96px;

}

#floatimage {
	background: transparent url(images/dragon-head.png) no-repeat top left;
	width: 462px;
	height: 303px;
	position: fixed;
	left: 0px;
	top: 250px;
	border: solid pink 1px;
}


#header, #navigation, #container, #footer {
	width: 800px;
}

#header {
	margin: 0px auto;
	background: transparent url(images/banner.png) no-repeat 0px -45px;
	height: 148px;
}

#container {
	margin: 0px auto;
	background-image: url(images/tile.png);
	color: #ffffff;
	border: 1px solid #000000;
	position: relative;
}

#content {
	margin: 0px 6px;
	padding: 6px 0px;
	text-align: left;
}

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

.headwrap1 {
	height: 120px;
	width: 1px;
	float: left;
}

.headwrap2 {
	clear: left;
	height: 160px;
	width: 110px;
	float: left;
}

.headwrap3 {
	clear: left;
	height: 110px;
	width: 60px;
	float: left;
}

#footer {
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: right;
	font-size: 0.9em;
	color: #9e9e9e;
}

#footer a {
	color: #9e9e9e;
}

#footer a.valid {
	padding-left: 16px;
	background: transparent url(images/tick.png) no-repeat 0% 50%;
}

#footer a.valid:hover {
	background: transparent url(images/tick-hover.png) no-repeat 0% 50%;
}

.post {
	margin: 0px auto 10px;
	padding: 6px 0px;
	width: 788px;
	background: url(images/tile2.png);
	text-align: center;
}


#about, #expectations, #checklist {
	color: #CCCCCC
}

.title {
	font-weight: bold;
	font-size: 1.3em;
	color: #FFFFFF;
}

.subtitle {
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
}

.major {
	font-weight: bold;
	font-size: 2em;
	color: #FFFFFF;
}

#navigation {
	text-align: right;
	padding-top: 108px;
}

#mainnav li {
	display: inline;
}

#mainnav li a {
	font-weight: bold;
	font-size: 1.1em;
	color: white;
	padding: 2px 6px;
	text-decoration: none;
}

#mainnav li a:hover {
	background-color: #000000;
	padding-top: 0px;
	border-top: solid #319aca 5px;
}
