﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#masthead {
	height: 285px;
}

#logo {
	background-image: url('../Images/headerlogo.jpg');
	width: 430px;
	height: 285px;
	float: left;
}

#rightheader {
	width: 570px;
	height: 285px;
	float: right;
}

#bgmenu {
	background-image: url('../Images/bgmenu.jpg');
	width: 570px;
	height: 120px;
}

#bgmenu table{
	margin-left: 13px;
	padding-top: 2px;
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: 21px;
	border-spacing: 0px;
}

#bgmenu table a:link,#bgmenu table a:visited {
	color: white;
}

#bgmenu table a.current,#bgmenu table a.current:hover,#bgmenu table a.current:active,#bgmenu table a:hover {
	color: #AF0404;
}

#bgmenu td{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right:40px;
}

#bgmenu table.top{
	padding-left: 30px;
}

#bgmenu table.bottom{
	padding-left: 50px;
}

#quote {
	width: 570px;
	height: 165px;
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: x-large;
	color: #AF0404;
}

#container {
	border-left: thin #AF0404 dotted;
	border-right: thin #AF0404 dotted;
}

#container h1 {
	color: #AF0404;
	font-family: "Monotype Corsiva";
	padding-left: 35px;
	margin-top: 0;
	height: 25px
}

#container h2 {
	color: #AF0404;
	font-family: "Monotype Corsiva";
	padding-left: 35px;
	height: 16px
}

#container p, #container li {
	color: black;
	font-family: "Levenim MT";
	padding-left: 37px;
	padding-right: 37px;
	font-size:14px;
	list-style-position:inside;
}

#container a {
	color: #AF0404;
}

#footer {
	background-image: url('../Images/bgfooter.jpg');
	font-family: Garamond;
	color: white;
	line-height: 30px;
	font-size: 13px;
	height: 35px;
	text-align: center;
}

#copyright {
	font-family: Garamond;
	color: gray;
	line-height: 13px;
	font-size: 12px;
	text-align: center;
}

