﻿@import url("layout.css");
body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
}
#container {
	width: 825px;
	margin: 0 auto 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	float: none;
	border: 4px solid #ffc6a5;
	azimuth: behind;
}
#masthead {
	text-align: center;
	padding: 10px;
	border: medium solid #000000;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #ffc6a5;
	height: 90px;
}

/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h2 {
	font-family: "Lucida Handwriting";
	font-size: 45px;
	position: relative;
	z-index: auto;
	width: 675px;
	float: left;
	background-color: #FFc6a5;
	color: #008080;
	font-weight: bolder;
	azimuth: inherit;
	margin-top: 15px;
}
/* Navigation Styles */
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#topnav {
	border: medium solid #000000;
	text-align: center;
	height: 95px;
	width: 818px;
	background-color: #800000;
}
#content {
	margin: 2px 0px 0px 0px;
	border: medium solid #000000;
	width: 820px;
	background-color: #FFFFFF;
	background-image: url('../images/sarilogobackground.jpg');
	background-repeat: repeat;
	position: relative;
	height: auto;
	azimuth: center;
	background-attachment: fixed;
}

