/* Ed Gutheo Styles */

body {
	margin: 40px 20px;
	background-color: #001f3e;
	font: 12px Arial, Helvetica, sans-serif;
}

#container1 {
	border: 1px solid #000;
	width:750px;
	margin: auto;
	text-align: center;
}

#container2 {
	border: 1px solid #000;
	width:572px;
	margin: auto;
	text-align: center;
}

#container3 {
	border: 1px solid #000;
	width:600px;
	margin: auto;
	text-align: center;
}

#navbar {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: black;
	position: relative;
	height: 40px;
	border-bottom: 1px solid #001f3e;
}

#navbar #nav {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	margin: 0;
	padding: 0;
}

#navbar #nav a {
	padding: 8px;
	display: block;
	font-style: none;
	color: #7f8f9e;
	text-decoration: none;
	background: #001f3e;
}

#navbar #nav a:hover {
	background-color: #193450;
	color: #fff;
}

#pagetitle {
	font-size: 16px;
	color: #7f8f9e;
	margin: 0;
	padding:12px;
}

#footer {
	margin: 12px auto;
	text-align: center;
	color: #7f8f9e;
}

object {
	padding: 0;
	margin: 0;
}

#contact {
	background: #001f3e url(images/contactbackground.gif) no-repeat;
	color: #7f8f9e;
	margin: 10px 10px; 
}

#contact div {
	width: 200px;
	margin: 0 0 0 250px;
	position: relative;
}

#contact div table {
	width: 100%;
}

#contact div table tr {
	vertical-align: top;
}

#contact div input, #contact div textarea {
	width: 140px;
}

#contact div #Send {
	width: auto;
}

#flashcontrol {
	margin-bottom: 6px;
}

a {
	color: #7f8f9e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
