﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-repeat: repeat-x;
	width: 100%;
	background-color: #DDDCCA;
	clip: rect(auto, auto, auto, auto);
	background-image: url('../images/body banner background 2.jpg');
	bottom: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 995px;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	width: 995px;
	background-image: url('../images/destiny banner 3.jpg');
	background-repeat: no-repeat;
	height: 488px;
	overflow: auto;
}
#navigation {
	border-style: none;
	border-width: 1px;
	border-color: #C57759;
	overflow: hidden;
	background-repeat: repeat-x;
}
#page_content {
	border: 2px solid #996633;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#column_l {
	position: relative;
	padding: 5px 2% 0% 2%;
	float: none;
	width: 595px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#column_r {
	float: none;
	width: 345px;
	margin: 0;
	padding: 5px 10px 0px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	border-width: 2px;
	border-color: #996633;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url('../images/footerblu60.jpg');
	border-top-style: solid;
	height: 60px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	padding: 0;
	margin-right: 10px;
	margin-left: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border: 1px none #C57759;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-repeat: repeat-x;
	font-weight: bold;
}
#navigation a:hover {
	border-style: none;
	border-width: 1px;
	border-color: #c57759 #800000 #c57759 #c57759;
	color: #ffe8cf;
	text-decoration: none;
	background-repeat: repeat-x;
	font-weight: bold;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;
}
/* Styles for Links */
a {
	color: #469;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
