﻿/* CSS-Layout */
#masthead {
	border-top-color: #ff8800;
	border-bottom: 2px #FF8800 solid;
	background-position: url('images/adextro_logo.gif') no-repeat;
	border-top: 1px #FF8800 solid;
	background: url('images/adextro_logo.gif') no-repeat;
	width: 860px;
	margin: auto;
	height: 100px;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #FFFFFF;
	border-color: #ff8800;
}
html {
	background-color: #FFFFFF;
}

body
{
	margin: auto;
	width: 100%;
	height: 100%;
} 

#top_nav {
	background: url('images/header.gif') no-repeat center;
}
#page_content {
	border-left: 1px solid;
	border-top: 20px;
	margin: auto;
	width: 860px;
	border-right: 1px #FF8800 solid;
	height: auto;
	background-color: #FFFFFF;
	border-left-color: #FF8800;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FF8800;
}
#footer {
	border-bottom-color: #ff8800;
	border-top: 4px #E8041C solid;
	font: 100% "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Sans-Serif;
	border-bottom: 1px #FF8800 solid;
	border-left: 1px solid;
	border-right: 1px solid;
	margin: auto;
	width: 860px;
	background-color: #E8041C;
	border-left-color: #ff8800;
	border-right-color: #ff8800;
	font-size: x-small;
	color: #FFFFFF;
	height: 18px;
	border-top-color: #E8041C;
}