body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #414141;
	background: #F6F6F6 url("images/background.gif") center center;
}

img {
	border: 0;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 740px;
	height: 580px;
	margin: 20px 0 0 -370px;
	overflow: hidden;
}

#frame {
	width: 700px;
	height: 460px;
	border: 10px solid #E5E5E5;
	background: #FFFFFF;
	padding: 10px;
	margin: 0;
	overflow: hidden; 
}

#content_background {
	width: 700px;
	height: 460px;
	background: #E5EBF4 url(images/content_background.gif) repeat-x top center;
	overflow: hidden;
}

.corner {
	position: absolute;
	top: 50px;
	left: 680px;
	z-index: 999999;
}

h1 {
	padding: 0;
	margin: 0;
}

h1 a {
	display: block;
	height: 40px;
	width: 210px;
	overflow: hidden;
	background: url(images/logo.gif) no-repeat top left;
	text-indent: -2000em;
}

h2 {
	display: block;
	width: 440px;
	height: 40px;
	padding: 0 0 0 20px;
	margin: 0;
	color: #FFF;
	font-weight: lighter;
	font-size: 1.3em;
	line-height: 2em;
	text-transform: uppercase;
	overflow: hidden;
}

h3 {
	font-size: .9em;
	color: #003698;
	padding: 10px 20px 0 20px;
	margin: 0;
}

p {
	font-size: .8em;
	line-height: 1.5em;
	padding: 10px 20px 0 20px;
	margin: 0;
}

a {
	color: #003698;
}

a:hover, a:active {
	color: #999;
}

ul {
	font-size: .8em;
	line-height: 1.5em;
	margin: 0 0 0 40px;
	padding: 0;
}

li {
	margin: 0;
	padding: 10px 20px 0 0; 
}

ol {
	font-size: .8em;
	line-height: 1.5em;
	margin: 0 0 0 40px;
	padding: 0;
	list-style: lower-alpha;
}

.intro {
	color: #003698;
	font-size: .9em;
}

#main_image {
	width: 250px;
	height: 410px;
	float: left;
	overflow: hidden;
}

#content {
	width: 450px;
	height: 410px;
	float: right;
	overflow: hidden;
}

#content_body_background {
	width: 450px;
	height: 370px;
	overflow: hidden;
	background: url(images/circuitry.gif) no-repeat bottom right;
}

#content_body {
	width: 450px;
	height: 370px;
	overflow: auto;
}

#nav {
	clear: both;
	width: 700px;
	height: 40px;
	padding: 10px 0 0 0;
	background: #FFF;
	overflow: hidden;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block;
	line-height: 3em;
	float: left;
	width: 139px;
	height: 40px;
	color: #808080;
	text-align: center;
	text-decoration: none;
	background: url(images/button.gif) no-repeat top left;
	border-right: 1px solid #666;
	overflow: hidden;
}

#nav li a.last {
	width: 140px;
	border-right: none;
}

#nav li a:hover, #nav li a:active {
	background-position: left -40px;
	color: #003698;
}

#nav li a.current {
	color: #003698;
}

#footer {
	width: 740px;
	height: 30px;
	margin: 10px 0 0 0;
	background: #E5E5E5;
	overflow: hidden;
}

#footer p {
	font-size: .7em;
	color: #999;
	margin: 0;
	padding: 0;
	line-height: 2.5em;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#footer a:hover, #footer a:active {
	color: #FFF;
}

#intro_container {
	width: 500px;
	height: 440px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -220px 0 0 -250px;
}

#intro_container p {
	text-align: center;
}

#intro {
	width: 460px;
	height: 360px;
	padding: 10px;
	border: 10px solid #E5E5E5;
	background: #FFFFFF;
	overflow: hidden;
}
