a {
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #3399ff;
}

a:hover {
	color: #ff9933;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

body {
	color: #333333;
	line-height: 1.50;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

p {
}

#container {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#nav {
	font-size: 14px;
	float: left;
	width: 200px;
}

#content {
	float: left;
	width: 500px;
}

#nav ul {
	line-height: 200%;
	list-style-type: none;
}

#footer {
	text-align: center;
	top: 40px;
	font-size: 10px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	clear: both;
}

#copyright {
}

#legal {
	color: #cccccc;
	text-align: right;
	float: right;
	width: 400px;
}

h1 {
	text-shadow: 0px 0px;
	color: #ff9933;
}

#center {
	min-height: 300px;
	clear: both;
	padding-top: 20px;
	margin-top: 20px;
}

#header {
	height: 200px;
	width: 800px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}

.hidden {
	display: none;
}

body#home a#homenav,
body#jobs a#jobsnav,
body#about a#aboutnav,
body#press a#pressnav,
body#contact a#contactnav {
	color: #ff9933;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}