﻿@import url("layout.css");
body {
	background-repeat: repeat;
	background-attachment: scroll;
	background: #fff;
	font-family: Tahoma;
	font-size: 0.8em;
	text-align: center;
}
#container {
	width: 810px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #FC1922;
	border-bottom: 2px solid #FC1922;
	border-left: 2px solid #FC1922;
	background-color: #fff;
}
#masthead {
	width: 790px;
	padding: 10px;
	border: 1px #FC1922 solid;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	font-size: 11px;
	width: 173px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px #B00505 solid;
}
#PromoteLayer {
	position: relative;
	float: left;
	width: 173px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px #FC1922 solid;
}
#content {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-color:#FC1922;
}
#footer {
	text-align: center;
	font-size: 11px;
	clear: both;
	width: 770px;
	border: 1px #d8bfd8 solid;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	border: 1px #DE1B21 solid;
	background-color: #DE1B21;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #DE1B21;
}
#navigation a:hover {
	color: #B00505;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
