﻿@import url("layout.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #bfbfbf;
	background-image: url('../images/NashvilleWestern.JPG');
	background-attachement: scroll; 
	z-index: 20;
}
#container {
	width: 700px;
	margin: 10px auto;
	background-color: #afafaf;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #D0D0D0;
	text-decoration: none;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #8f8f8f;
}

#menu {
	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: #7f7f7f;
}


#content {
	float: left;
	width: 508px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 9px;
	margin-right: 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: #D0D0D0;
	font-size: large;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #D0D0D0;
}
/* Masthead Styles */
#masthead h1,h2,h3,h4,h5,h6 {
	color: #63A9C9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #afafaf;

}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	background-color: #fff;
}
#navigation a {
	margin: 2px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 2px solid #000;
	background-color: #5FB7E1;
	text-align: center;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navigation a:hover {
	color: #509ED8;
	text-decoration: none;
	border: 2px solid #509ED8;
<!--	background-color: #5f8ea9;-->;
	background-color: #000000;
	font-weight: bold;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #63A9C9;
	text-align:center;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}

#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited{
	color:#808080
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a img {
	border-style: none;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_bold_italic {
	font-weight: bold;
	font-style: italic;
}
#content img {
	float: right;
}
.RedBoldLg {
	color: #FF0000;
	font-size: large;
	font-weight: bold;
}
