﻿@font-face {
    font-family: Gill;
    font-style: normal;
    font-weight: bolder;
}
@font-face {
    font-family: Gill;
    font-style:  normal;
    font-weight: normal;
}
@font-face {
    font-family: Helvetica;
    font-style:  normal;
    font-weight: 700;
}
@font-face {
    font-family: sans-serif;
    font-style:  normal;
    font-weight: 700;
}
@import url("layout.css");
body {
	font-family: Papyrus, "Palatino Linotype", "Century Schoolbook L" ,"Times New Roman";
	font-size: 1em;
	background-image: url("../images/background_bw_dist.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	width: 860px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #C8C8C8;
}
#masthead {
	text-align: center;
	width: 840px;
	height: 180px;
	padding: 10px;
	border: 1px dotted #C8C8C8;
	background-image: url("../images/masterhead.jpg");
	background-color: #E6C04F;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
}
#navigation {
	position: relative;
	float: left;
	font-size: 1.2em;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #C8C8C8;
}
#content {
	float: right;
	width: 640px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #EEB60D;
	font-family: Papyrus;
	text-align: justify;
}
#content2 {
	float: left;
	width: 840px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	background-color: #E1E1E1;
	font-family: "Viner Hand ITC";
	text-align: justify;
}
#content3 {
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	background-color: #EEB60D;
	font-family: "Viner Hand ITC";
	text-align: justify;
}
#content4 {
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #E77734;
	font-family: "Viner Hand ITC";
	text-align: justify;
}
#footer {
	text-align: center;
	font-size: 1.2em;
	position:relative;
	clear: both;
	width: 860px;
	border: 1px dotted #d8bfd8;
	background-color: #E1E1E1;
}
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
#navigation ul {
	font-family: "Matura MT Script Capitals";
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	font-family: "Matura MT Script Capitals";
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #C8C8C8;
	background-color: #E77734;
}
#navigation a {
	font-family: "Matura MT Script Capitals";
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #C8C8C8;
	background-color: #E77734;
}
#navigation a:hover {
	color: #6F6F6F; 
	text-decoration: none;
	background-color: #EEB60D;
}
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#footer p {
	font-weight: 900;
	color: #808080;
}
#footer a {
	color: #E77735;
	font-weight: bolder;
	text-decoration: underline;
}
#footer a:hover {
	color: #6F6F6F;
	text-decoration: none;
}
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #6F6F6F;
	font-weight: 900;
	text-decoration: none;
}
.style_bold {
	font-weight: 700;
}
.style_italic {
	font-style: italic;
}
.style1 {
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}
.style2 {
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}
.style3 {
	border-style: none;
	border-width: 0px;
	border-color:black;
	padding: 2px;
}
.style4 {
	border-style: none;
	border-color:black;
	padding: 0px;
	border-width: 0px;
}
.style5 {
	text-align: center;
	margin-right:auto;
	margin-left:auto;
}
.style6 {
	padding: 10px;
	margin-left: 492px;
}