
a img { border: 0; }

/* biege: #aca08d - 172, 160, 141
   burgundy: #580006 - 88, 0, 6
   blue: #080829 - 8, 8, 41 */

body {
	background: #080829;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	min-width: 854px;
}

#matte {
	width: 854px;
	padding: 0;
	margin: 20px auto 20px auto;
}

#page {
	border: solid white 2px;
	padding: 0;
	background: #ACA08D;
	font-family: "Gill Sans", Helvetica, Arial, "san-serif";
	font-size: 18px;
	text-align: left;
}

a { text-decoration: none; }
a:link { color: #580006; }
a:visited { color: #580006; }
a:hover { color: white; }
a:active { color: lightgrey; }

.clear {
	height: 0;
	clear: both;
}

#header { behavior: url(../iepngfix.htc); }

#header {
	background: url('images/back-header.png') no-repeat;
	height: 211px;
}

#title {
	float: right;
	width: 100%;
	margin-left: -210px;
}

#title .content {
	margin-left: 180px;
	margin-top: 15px;
	font-size: 36px;
	color: white;
}

#title .content a:link, #title .content a:visited, #title .content a:hover, #title .content a:active { color: white; }

#title-compass {
	float: left;
}

#title-company {
	position: relative;
	top: 20px;
	left: 0px;
}

#title-section {
	clear: left;
	float: left;
	position: relative;
	left: 190px;
	font-size: 40px;
	text-align: center;
}

#about {
	float: left;
	width: 190px;
	font-size: 24px;
	overflow: visible;
}

#about .content {
	padding: 80px 15px 15px 15px;
	overflow: visible;
}

#about .content p {
	margin: 0 0 5px 0;
}

#about .content form {
	padding: 0;
	margin: 10px 0 0 0;
}

#about .content form select {
	border: solid black 2px;
	font-size: 18px;
	padding: 1px;
	background: #7d7665;
}

.related {
	font-size: 18px;
 	text-align: center;
}

#body {
	position: relative;
	margin: 0 75px 0 75px;
}

.copyright, .notice {
	font-size: 14px;
	color: #333;
}

#footer {
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
}

.resource {
	
}

.resource td {
	padding-bottom: 5px;
	vertical-align: top;
}
.resource .logo {
	text-align: center;
}

.resource .text { padding-left: 10px; }
.resource .logo .wrapper {
	float: left;
}

.resource .spacer { width: 50px; }

