* {
	font-size: 14px;
}

body {
	font-family: "Calligraph421 BT";
	font-size: 105mm;
	color: #7d4428;
	background-color: #FDEED9;
	margin: 50px 0 0 0;
}

a, a:visited { background: transparent; color: #865C1E; }
a:hover, a:active { background: transparent; color: #663300; text-decoration: none; font-weight: bold; }

#container {
	width: 900px;
	background: transparent;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#left { float: left; width: 550px; margin: 0 10px 0 0; }

#header {
	height: 182px;
	width: 550px;
	background-image: url(header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 { font-size: 1.5em; padding: 20px 0 0 20px; color: #FDEED9; background: transparent; }

.section { width: 550px; background: transparent url(images/section1.png) repeat-y; }
.section h1 {
	width: 550px;
	height: 30px;
	background: transparent url(images/h1.png) top left no-repeat;
	font-size: 1cm;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
.section p {
	padding: 5px 20px 5px 20px;
	font-size: 16px;
	margin: 0;
}
.sectionbottom { width: 550px; height: 25px; background: transparent url(images/section.png) top left no-repeat; }
.sectionbottom p { padding: 0 20px 0 0; text-align: right; font-size: 0.85em; }

#right { float: left; width: 200px; } 

.right { background: transparent url(images/right.png) repeat-y; margin: 5px 0 0 0; font-size: 0.85em; }
.right h2 {
	width: 200px;
	height: 45px;
	background: transparent url(images/h2.png) top left no-repeat;
	font-size: 1.3em;
	margin: 0;
	color: #F7C387;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.rightbottom { width: 200px; height: 30px; background: transparent url(images/rightbottom.png) top left no-repeat; }

ul#nav {
	text-align: left;
	list-style: none;
	padding: 0;
	width: 180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
}
ul#nav li { display: block; padding: 0; margin: 0; }
ul#nav li a { display: block; padding: 0.5em 0 0.5em 2em; width: 180px; border-width: 1px; border-color: #663300 #CC9933 #330000 #FDEED9; border-style: solid; color: #330000; text-decoration: none; background: #F4BD58; }
.right>ul#nav li a { width: auto; }
ul#nav li#active a { background: #F7C387; color: #330000; }
ul#nav li a:hover, ul#nav li#active a:hover {
	color: #FDEED9;
	background: transparent;
	border-color: #CC9933 #FDEED9 #FDEED9 #330000;
	left: 50px;
}

.right p { padding: 0 0 0 10px; margin: 0; color: #FDEED9; }

.rightbottom p { padding: 5px 10px 0 0; text-align: right; font-size: 0.85em; }

#footer { clear: both; width: 760px; font-size: 0.75em; text-align: center; padding: 20px 0 0 0; }

