﻿/* CSS layout */
#empty{
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#background{
	width: 730px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0 0px;
	background-color: #FFFFFF;
}
#border {
	border: 2px solid #000000;
	height: auto;
	position: relative;
	bottom: inherit;
	top: inherit;
}

#filter {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#masthead {
	width: 726px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 70px;
}

#top_nav {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #000000;
	word-spacing: 60px;
}
#section_header {
	margin: auto;
	font-size: large;
	font-weight: 600;
	font-style: normal;
	vertical-align: bottom;
	text-align: left;
	font-family: Eurostile;
	width: 640px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #DE6D49;
}
#page_content {
	color: #000000;
	font-family: Eurostile;
	font-size: medium;
	width: 640px;
	margin: auto;
}
#footer {
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-family: Eurostile;
	background-color: #000000;
}
.navlink {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	font-family: Eurostile;
	font-size: large;
	color: #FFFFFF;
	text-decoration: none;
	top: 5px;
	font-weight: bold;
}
.navlink:link {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	font-family: Eurostile;
	font-size: large;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navlink:hover {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	font-family: Eurostile;
	font-size: large;
	color: #DE6D49;
	text-decoration: none;
	font-weight: bold;
}
#titlequote {
	font-family: Eurostile;
	font-size: large;
	font-weight: normal;
	font-style: italic;
	color: #DE6D49;
}
#body {
	margin: 10px;
	padding: 10px;
	height: auto;
	position: relative;
	background-color: #FFFFFF;
	bottom: inherit;
	top: inherit;
}
#body_back {
	height: 512px;
	width: inherit;
	background-color: #FFFFFF;
}

