﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #000000;
}
#container {
	width: 862px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 860px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #1D1D1D;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #1D1D1D;
}
#content {
	float: left;
	width: 680px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #1D1D1D;
}
#footer {
	text-align: center;
	clear: both;
	width: 860px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
}
#masthead h3 {
	color: #FFFFFF;
	letter-spacing: .24em;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 98%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #1D1D1D;
	float: none;
	margin-left: 2px;
	margin-top: 4px;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #1D1D1D;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #d21515;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6,p,ul,ol,tr,blockquote {
	color: #FFFFFF;
}
#content img {
	padding: 5px;
	border: 1px #A9A9A9 solid;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
	margin-top: 5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #D21515;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #D21515;
	text-decoration: none;
}
hr {
	height: 1px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.large_img {
	margin-left: 55px;
	margin-top: 20px;
}
.photos_nav {
	text-align: center;
	padding: 0px;
	word-spacing: 4em;
}
.sdbr_logo {
	margin: 60px 0px 40px 0px;
}
.sldshw {
	float: right;
	margin: 0px 10px 10px 20px;
}
.cal_logo {
	margin: 0px 0px 10px 0px;
	clear: both;
}
.style_center {
	text-align: center;
	vertical-align: top;
}
