﻿@import url("layout.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("../images/bg_bricks.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 750px;
	margin: 10px auto;
	}
#masthead {
	text-align: center;
	width: 100%;
	border-bottom: 1px black solid;
	background-color: #e7ddb8;
	background-image: url("../images/bg3.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	}
#navigation {
	position: relative;
	float: left;
	width: 105px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #fff;

}

#content {
	float: left;
	width: 605px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#content2 {
	float: right;
	width: 605px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
}

#footer {
	text-align: center;
	clear: both;
	width: 735px;
	padding: 5px;
	border: 1px solid #431;
	background-color: #000;
	font-size:x-small;
	margin-top:10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #000;
}
#masthead h3 {
	color: #800000;
}
#masthead img {
	margin: 10px 0px 10px 5px;
	}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation1 ul {
	list-style-type: none;
	width: 100%;
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#navigation1 li {
	display:inline;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #fff;
}
#navigation1 a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
#navigation1 a:hover {
	color: #fff;
	text-decoration: none;
	
	
}

/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #776644;
}
h2 {
	color: #990000;
}
#content h1 {
	color: #990000;
}
#content img {
	padding: 5px;
	border: 1px solid #276588;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #e7dfb8;
	text-decoration: underline;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
}
a {
	color: #458598;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}