﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url('pailbackground.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #00CC00;
	border-bottom: 2px solid #00CC00;
	border-left: 2px solid #00CC00;
	border-top:2px  solid #00CC00;
	background-color: #fff;
	background-image: url('whitecelicbachground.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#masthead {
	text-align: center;
	background-color: #ffffff;
	background-image: url('celtic-pattern.jpg');
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #00CC00;
	border-bottom: 1px solid #00CC00;
	background-color: #F0F8FF;
}
html>body #navigation {
	overflow: hidden;
}
#content {
    float: left;
    width: 680px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #009933;
	margin-bottom: 0;
}
#masthead h3 {
	color: #D12000;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #00CC00;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #ff3366;
	background-color: #ff3366;
}
/* Content Styles */

}
# content img {
	padding: 5px;
}
/* Site typography */
h1 {
	font-family: "Times New Roman", Times, sans-serif;
	font-size: xx-large;
	color: #D12000;
}
h2 {
	font-family: Georgia, Helvetica, sana-serif;
	font-size: x-large;
	color: #0000FF;
}
h3 {
    font-family: Geneva, Helvetica, sans-serif;
	font-size: large;
	color: #009933;
}
h4 {
	font-family: "Lucida Sans", Helvetica, sans-serif;
	font-size: large;
	color: #D12000;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #B1004D;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
/* Footer */
#footer p {
	font-size: small;
	color: #000000;
}
/* Links */
a {
	color: #B8002E;
	text-decoration: underline;
}
a:hover {
	color: #00CC00;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}