* { padding: 0; margin: 0; }

body { font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; font-size: 90%; color: #330000; background-color: #31BC9D; 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: 760px; margin: 20px auto; background: transparent; }

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

#header { background: #31BC9D url(images/header1.jpg) top left no-repeat; height: 182px; width: 550px; }
#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: 40px; background: transparent url(images/h1.png) top left no-repeat; font-size: 1.4em; padding: 20px 0 0 20px; margin: 0; }
.section p { padding: 5px 20px 5px 20px; font-size: 0.95em; margin: 0; }
.sectionbottom { width: 550px; height: 30px; 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: 40px; background: transparent url(images/h2.png) top left no-repeat; font-size: 1.3em; padding: 10px 0 0 10px; margin: 0; color: #000000; }
.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; margin: 0 auto; width: 180px; }
ul#nav li { display: block; padding: 0; margin: 0; }
ul#nav li a {
	display: block;
	padding: 0.5em 0 0.5em 2em;
	width: 180px;
	color: #330000;
	text-decoration: none;
	background: #31BC9D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #559986;
	border-bottom-color: #330000;
	border-left-color: #31bc9d;
}
.right>ul#nav li a { width: auto; }
ul#nav li#active a { background: #31BC9D; color: #330000; }
ul#nav li a:hover, ul#nav li#active a:hover { color: #31BC9D; background: transparent; border-color: #316AC5; }

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

.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; }

