body {
font-family: Arial, Helvetica, sans-serif;
background:#2e1402 url('images/back.jpg') top left repeat-x;
}

a {color: #ad2620;}
a:hover {color: #96651e;}


#outer {
height: 100%;
overflow: hidden;
position: relative;
width: 100%;

}

#outer[id] {
display: table; 
position: static;

}
		
#middle {
position: absolute;
top: 49%;
-top:48%;
width: 100%;
text-align: center;
} /* for explorer only*/

#middle[id] {
display: table-cell;
vertical-align: middle;
position: static;

}
		
#inner {
position: relative;
top: -50%;
text-align: left;
} /* for explorer only */

#inner {
background:#fffde0 url('images/back.gif') top left no-repeat;
width: 950px; 
height: 524px;
margin-left: auto;
margin-right: auto; 
border:2px solid #f1a73a;
} /* for all browsers*/

		/* optional: #inner[id] {position: static;} */
		

		#logo {
		background: url('images/logo.gif') top left no-repeat;
		width:299px;
		height:165px;
		position:absolute;
		left:350px;
		top:30px;
		}
		
		#content {
		float:right;
		position: absolute;
		bottom:0;
		right:0;
		width:780px;
		height:290px;
		padding:0px 20px 10px 20px;
		text-align:justify;
		font-size:13px;
		line-height:18px;
		}

		
		#content h1{
		font-size:13px;
		font-weight:normal;
		margin:0;
		padding:0;
		}
		
		#content td{
		font-size:13px;
		}
		
		.shade {
		color:#ad2620;
		}
		
		
		
		.contentList li{
		padding-bottom:15px;
		padding-left:0px;
		margin-left:25px;
		*margin-left:15px;
		font-size:13px;
		}
		
		#imgZone{
		float:right;
		margin-top:17px;
		*margin-top:4px;
		padding-left:20px;
		padding-bottom:10px;
		margin-left:20px;
		border-left:1px solid #b0987b;
		}
		
		#nav {
		float:right;
		text-align:right;
		}
		
		#navlist
{
margin-top:0px;
margin-left: 0;
font: 15px verdana, sans-serif;
letter-spacing:1px;
color: gray;
width:200px;
}




#navlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px #f1a73a solid;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.7em 0.5em 0.7em 0.9em;
text-decoration: none;
}

#navlist li a:link { color: #522100; }
#navlist li a:visited { color: #522100; }

#navlist li a:hover
{
font-weight:bold;
background: #522100 url("images/navBack.jpg") bottom left repeat-x; 
color:#fff;
}
		
		
		
		.footer {
position:absolute;
bottom:-22px;
	color: #78431f;
	font-size: 11px;
	text-right: center;

}
.footer a {color: #78431f;}
.footer a:hover {color: #f1a73a;}

.quoteSub {
float:right;
text-align:right;
margin-top:5px;
}

.quoter {
font-size:13px;
line-height:23px;
text-align:left;
font-style: italic;
}