﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/website_background_1.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px none #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: transparent;
  border-color: #7DB1E1;
  border-style: none;
  border-top-style: none;
  border-left-style: none
}
#masthead {
	text-align: center;
	width: 800px;
	padding: 10px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-style: none;
  border: solid;
  border-bottom-color: #CFCFCF;
  border-left-style: none;
  border-right-style: none;
  border-top: none;
  border-width: 2px
}
#navigation {
	position: relative;
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
  display: block;
	width: 475px;
    padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
    border-right-color: #CFCFCF;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #CFCFCF;
    border-left-style: solid;
    border-left-width: 1px;



    }
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px none #0000FF;
  border-bottom-color: #0000FF;
  border-bottom-style: solid
}
/* Masthead Styles */
#masthead h1 {
	color: #0000FF;
}
#masthead h3 {
	color: #0000FF;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
  outline-color: #0000FF
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#navigation a {
	color: #0000FF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: none;
	background-color: transparent;
  border-bottom-color: #0000FF;
  text-shadow: none
}
#navigation a:hover {
	color: #FFFF33;
	text-decoration: none;
	background-color: transparent;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #0000FF;
    padding-left: 10px
}
#content img {
	padding: 5px;
	border: none;
}
/* Footer Styles */
#footer p {
	color: #0000FF;
}
#footer a {
	color: #3399FF;
	text-decoration: none;
}
#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;
}
