﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #F8C01B;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead {
	text-align: right;
	background-image: url('../images/StAndrews1.jpg');
	background-repeat: no-repeat;
	height: 120px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #92020C;
	border-top-width: 2px;
	border-bottom-width: 2px;
	height: 50px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 427px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 430px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	background-position: left bottom;
	width: 247px;
	padding: 20px 20px;
	background-color: #FFFFCC;
	background-image: url('../images/sidebarcorner.jpg');
	background-repeat: no-repeat;
	position: relative;
	left: 2px;
	float: left;
	z-index: auto;
}
html>body #column_r {
	width: 250px;
	padding: 25px 20px;
	background-color: #FFFFCC;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8E0808;
	margin-right: 0.5em;
	margin-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
}
#masthead h3 {
	color: #F4C314;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 75px;
}
#navigation li {
	float: left;
	padding-top: 0px;
	height: 25px;
}
#navigation a {
	margin: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	padding: 4px;
	border: 1px #336699 solid;
	background-color: #9A050C;
	position: static;
	height: 25px;
	vertical-align: middle;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #98030A;
	border: 1px #8CB9F2 solid;
	background-color: #F5C411;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #FDBE1B;
	margin-top: 10px;
}
h3 {
	font-size: large;
	color: #8E0905;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#content li {
}
#content ul {
}
li {
	padding: 10px 0px 0px 0px;
}
