html { font-size: 76%; }

body {
	background-color: #CDE8F7;
	font: 110%/1.5 Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 20px;
}
a img { border: none; }
img, select, input, textarea, object, embed { vertical-align: bottom; }
.clear { clear: both; }


h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 1.1em; margin: 0.7em 0 1em;}
h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.2em; }
h1 { color: #80d1fb; margin-bottom: 0; }
h2 { color: #3d97dc; margin-top: 0; }
p { margin: 0 0 15px; }



#header {
	width: 800px;
	padding-top: 1px;
	padding-bottom: 10px;
	margin: auto;
	background: url(../images/banner.png) right 5px no-repeat;
}
#logo { display: block; margin: 9px 0 0 8px; }

#nav { display: table; width: 800px; padding: 0; margin: 5px 0 0 0; list-style: none; }
#nav li { display: inline-block; display: table-cell; background: #3d97dc url(../images/tabs-right.png) right top no-repeat; margin: 0; width: auto; }
#nav a {
	display: block;
	background: url(../images/tabs-left.png) left top no-repeat;
	line-height: 37px;
	color: #b5e4fd;
	text-align: center;
	text-decoration: none;
	font-size: 85%;
	padding: 0 5px;
}

#nav .first a { background-position: left -38px; }
#nav .last { background-position: right -38px; }

#nav .current a { color: white; }

#container { margin: auto; width: 840px; background-color: #ffffff; }

#content { width: 800px; margin: auto; padding-top: 1px; }

/* shadow for the register link; includes 13px of white space on the right */
.has-register-link { background: url(../images/register-shadow.png) right 65px no-repeat; }
.register-link {
	float: right;
	margin: 25px 13px 0 0;
	line-height: 40px;
	width: 196px;
	text-align: center;
	background: url(../images/register-link.png) no-repeat;
	font: 22px/40px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}

#footer { height: 15px; width: 800px; margin: auto; }
