﻿  /* CSS layout */
#masthead {
	padding: 4px 1px 0px 1px;
	width: 850px;
	height: 150px;
	text-align: left;
}

#top_nav {
	padding: 1px 4px;
	width: 850px;
}
#nav_header {
	left: 0px;
	top: 0px;
	position: relative;
	width: 850px;
}
#nav_buttons {
	z-index: 2;
	left: 0px;
	top: 0px;
	position: relative;
	width: 850px;
	padding-top: 10px;
}
#nav_buttons-left {
	left: 0px;
	top: 0px;
	float: left;
	position: relative;
	width: 80px;
}
#nav_buttons-right {
	left: 0px;
	top: 0px;
	float: left;
	position: relative;
	width: 500px;
}
#nav_buttons-logo {
	left: 0px;
	top: 0px;
	float: left;
	position: relative;
	width: 270px;
	padding-top: 12px;
	text-align: right;
}
#nav_image {
	position: relative;
	top: 0px;
}

#page_content {
	padding: 1px 4px;
	width: 850px;
}

#footer {
	padding: 10px 4px;
	clear: both;
	width: 850px;
}
#index-text-left {
	float: left;
	width: 400px;
	position: relative;
}
#index-text-right {
	float: left;
	position: relative;
	width: 410px;
	padding-left: 40px;
}
#about-text-left {
	float: left;
	width: 400px;
	position: relative;
}
#about-text-right {
	float: left;
	position: relative;
	width: 410px;
	padding-left: 40px;
}
body {
	background: #000000;
	margin: auto;
	padding: 0;
	width: 850px;
	height: 192px;
	text-align: left;
}
h1 {
	color: #A4CBD5;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: left;
}
h2 {
	color: #A4CBD5;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	font-style: italic;
}
.normal-text {
	color: white;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
}
.heading-text {
	color: #A4CBD5;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
}
