body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	position:absolute;
    left:50%;
    margin-left:-389px;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}

#header {
	height: 82px;
	width: 778px;
	border: 1px solid #999999;
	text-align: center;
}

#navbar {
	height: 82px;
}

#navbar .button {
	height: 82px;
	width: 82px;
	border: 1px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	position: absolute;
	top: 87px;
}

#navbar .button div {
	height: 87px;
	position: relative;
}

#navbar .button div p {
	bottom: 0px;
	width: 85px;
	position: absolute;
	text-align: center;
	left: 0px;
}

#navbar a:link, #navbar a:visited {
	text-decoration: none;
	color: #000000;
}

#navbar a:hover, #navbar a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}

#content {
	width: 511px;
	position: absolute;
	top: 174px;
	left: 0px;
	border: 1px solid #999999;
	padding: 3px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer {
	width: 504px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-size: 9px;
	text-align: center;
}

#rightnav {
	width: 256px;
	position: absolute;
	top: 174px;
	left: 522px;
}

#rightnav .box {
	width: 248px;
	border: 3px double #999999;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}

#rightnav .box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}

#rightnav a {
	text-decoration: none;
	color: #000000;
}