﻿
body
{
	background-image: url('Background.jpg');
	background-repeat: repeat-x;
	background-color: #FEF5E6;
	background-position: center top;
	margin: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
}

div#wrapper
{
	width: 1100px;
	margin: 0 auto;
}

div#content
{
	background-image: url('Content.png');
	background-repeat: repeat-y;
	background-position: center top;
	padding: 1px;
}

div#content-top 	{ background-image: url('Content-Top.png'); 	height: 29px; }
div#content-bottom 	{ background-image: url('Content-Bottom.png'); 	height: 100px; }

	div#content-wrapper
	{
		border-top: 1px #AA3333 solid;
		width: 920px;
		margin: 0 auto;
		padding: 1px;
		clear: both;
	}

div#header
{
	height: 157px;
	background-image: url('Header.jpg');
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}

div#header h1
{
	position: absolute;
	line-height: 1;
	margin: 0;
	padding: 0;
	top: 20px;
	right: 120px;
	text-transform: uppercase;
	font-size: 24px;
	color: #663333;
	font-weight: normal;
	font-family: Garamond, Times, serif;
	text-shadow: 2px 2px 6px #663333;
}

ul#navigation
{
	margin: 0;
	padding: 10px 0 0 0;
	width: 920px;
	margin: 0 auto;
	list-style: none;
}

ul#navigation li
{
	padding: 0;
	margin: -1px;
	float: left;
	font-size: 14px;
}

ul#navigation li a
{
	display: block;
	padding: 1em;
}

ul#navigation li a:hover, ul#navigation li a:active
{
	background-color: #AA3333;
	color: #FFFFFF;
}

div#header a { padding: 20px; display: block; margin: -20px; }

a 					{ color: #663333; text-decoration: none; }
a:hover, a:active 	{ text-decoration: underline; color: #AA3333; }

div#footer a { text-decoration: underline; }

div#footer
{
	width: 920px;
	margin: -40px auto 0 auto;
	font-family: Garamond, Times, serif;
	text-shadow: 1px 1px 6px #663333;
	font-size: 11px;
	color: #663333;
}

p
{
	margin: 0;
	padding: 10px 0 0 0;
}

.clear
{
	clear: both;
}

ul.dropdown
{
    display: none;
    clear: both;
    list-style: none;
    height: 50px;
    margin: 0;
}

ul.dropdown li
{
    float: left;
    padding: 1em;
    margin: 0;
}

a.close-dropdown
{
    text-transform: lowercase;
    font-variant: small-caps;
}