﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	
}
	/* Footer Styles */
#header p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header a {
	color: #a60;
	text-decoration: underline;
}
#header a:hover {
	color: #853;
	text-decoration: none;

}
#container {
	width: 900px;
	margin: 10px auto;
/*	background-image:url('../images/texture_background.jpg') */
}
#masthead {
	text-align: center;
	width: 100%;
	border: 1px solid #431;
	background-color: #fff;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-right: 30px;  
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #fff;
	
	padding-left: 10px;
}
#content {
/*	float: left;   */
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
/* 	margin-left: 10px; */
/* 	padding: 10px; */
	border: 1px solid #431;
/*	background-color: #fff;  */
/*    background-color:#FFFFCC;  */
	background-color:#FFFEE8; 
/*	background-image:url('../images/texture_background.jpg')   */
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #ffff;
	background-color: #fff;
	 
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ffff;
	background-color: #fff;  
	 
}
#navigation a:hover {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
	/*background-color: #FFFFCC;  */
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: blue;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url("../images/masthead.gif");

}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
/*
#webmaster {
	background-color:white;
}
*/


#counter a {
	
	color:black;
	font-weight:bold;
}

#webmaster a {
	color: black;
	background-color: gray;

}	
#webmaster a:hover {
	color: blue;
	
}

a {
	color: #a60;
	text-decoration: underline;
/*	background-color: #FFFFCC;   */
}

a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}