/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: auto;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

h1{
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 25px;
	color: #FFF;
}

h2{
	margin-top: 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
}

h3{
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFF;
}

hr {
	display: none;
}

p, ol, ul {
	text-align: left;
	line-height: 1.3em;
}

a {
	color: #FFF;
	text-decoration: none;
}

cite {
	text-align: right;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#wrapper {
	margin: auto;
	margin-top: 6px;
	width: 952px;
	height: 650px;
	background-color: #950000;
}

#branding {
	float:left;
	width: 950px;
	height: 80px; 
	margin:0 0 6px 0; 
	padding:0 0 0 0; 
	text-align: right;
	background: #950000 url(images/header_left.gif) no-repeat bottom left;
	display: block;
}

#branding h1 {
	display: none;
	clear: none;
	float: left;
}

#branding h2 {
	display: none;
	clear: none;
	float: left;
}

#branding img {
	float: right;
	position: relative;
	right: 20px;	
}

#menu {
	float:left;
	width: 950px;
	height: 30px; 
	text-align: left;
	border: 1px solid #ffffff;
	display: block;
	border-bottom: none;
	background-image: none;
	background-color: #0c3f43;
}

#menu ul {
	position: relative;
	top: 7px;
	margin: 0 0 0 80px;
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 0px;
	letter-spacing: 0.2em;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu li a:link, a:visited {
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: none;
	color: #950000;
}

#menu li a:active {
	text-decoration: none;	
}

#content {
	width: 950px;
	height: 500px;
	background-color: #993399;
	display: inline;
}

#sidebar {
	float: left;
	height: 498px;
	width: 98px;
	border: 1px solid #ffffff;
	background: transparent url(images/palm_left.jpg) top left no-repeat;
}

#left {
	 float: left;
	 width: 502px;
	 height: 488px;
	 overflow: auto;
	 background-color: #291f1f;
	 display: inline;
	 padding-top: 10px;
	 border-top: 1px solid #ffffff;
	 border-bottom: 1px solid #ffffff;
}

#left p {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05 em;
	line-height: 1.3em;
	color: #ffffff;
	margin: 15px 20px 15px 20px;
}

#left p.allages {
	margin-top: 0;
}

#left h2 {
	display: none;
}

#left h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #FFF;
	text-align: right;
	margin: 0 20px 0 0;
	padding: 0;
	line-height: normal;
}

#left h4 {
	display: none;
}


#left th, td {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	margin: 20px;
	text-align: left;
}

#left ul {
	list-style-position: inside;
	font-size: 1.1em;
	margin-bottom: 20px;
}

#left li {
	margin-left: 35px;
}

#left img {
	margin: 0 auto;
	text-align: center;
	display: block;
}

#left img.header {
	text-align: left;
	margin: 20px 0 10px 12px;
}

#left img.allages {
	margin: 0 0 0 20px;
	text-align: left;
}

#left p.blockquote {
	margin-bottom: 2px;
}

#left p.cite {
	color: #FBC941;
	margin-top: 5px;
	text-align: right;
}

#left p.cite a {
	color: #FBC941;
	text-decoration: underline;
}

#left p.cite a:hover {
	color: #2B7178;
}

#left a {
	color: #FBC941;
	text-decoration: none;
}

#left a:hover {
	color: #2B7178;
	text-decoration: underline;
}

#center {
	float: left;
	width: 350px;
	height: 500px;
	overflow: auto;
	background-color: #3f3d40;
	display: inline;
}

#right {
	 float: right;
	 margin: 0px;
	 width: 348px;
	 height: 498px;
	 background-color: #950000;
	 overflow: hidden;
	 display: inline;
	 border: 1px solid #ffffff;
	 background: transparent url(images/palm_right.jpg) top left no-repeat;
}

#footer {
	width: 750px;
	height: 100px;
	text-align: center;
	padding-left: 1px;
	clear: both;
}

#footer p {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	margin: 0px auto;
	width: 952px;
    padding: 10px 0px 10px 0px;
	font-size: 1.0em;
	text-align: center;
	color: #650000;
}