html, body {
	z-index: 1;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #000000;
}

#main {
	position: absolute;
	top: 270px;
	left: 49px;
	width: 661px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hide;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: none;
	padding: none;
}

#logo {
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 326px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	background-color: #000000;
}

#logo a img {
	border: none;
}

#navigation {
	z-index: 3;
	position: absolute;
	top: 110px;
	left: 314px;
	width: 436px;
	height: 140x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 20px solid #9E9E9E;
	border-right: 20px solid #9E9E9E;
	background-color: #C1F1FF;
	
}

#navigation a img {
	border: none;
}

#content {
	z-index: 3;
	position: relative;
	width: 661px;
	min-height: 400px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 20px solid #9E9E9E;
	border-right: 20px solid #9E9E9E;
	border-left: 20px solid #9E9E9E;
	background-color: #C1F1FF;
}

#content h1 {
	margin: 0px 0px 0px 0px;
}

#titleBlock {
	font-size: 50px;
	font-weight: bold;
}
#tagline {
	font-size: 12px;
	font-weight: normal;
}

#content h1 {
	margin-bottom: 0px;
}
#content a {
	color: #555555;
	text-decoration: underline;
}
#content a:hover {
	color: #555555;
	text-decoration: none;
}
#content .picture img {
	border: 1px solid black;
}
#content .picture a img {
	border: 3px solid #555555;
}
#content .picture a:hover img {
	border: 3px solid #FFFFFF;
}
#content .picture {
	text-align: center;
	font-style: italic;
}
#content table {
	border: none;
}
#content th {
	background: #FFA313;
	border: 1px solid black;
	text-align: center;
}
#content td {
	border: 1px solid black;
	text-align: center;
}
#content img {
	border: 4px solid black;
}

.sideBox {
	width: 250px;
	border: 3px solid black;
	margin: 10px;
	float: right;
}
.centerBox {
	width: 350px;
	border: 3px solid black;
	margin: 10px;
}
.boxTitle {
	text-align: center;
	background: #FFA313;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.boxText {
	text-align: center;
	font-size: 12pt;
	padding: 5px;
}

#footer {
	z-index: 9;
	bottom: 5px;
	left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 5px;
	position: relative;
	text-align: center;
	color: #AAAAAA;
	font-size: 10pt;
}

#footer a {
	color: #AAAAAA;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

hr {
	color: black;
}