body {
		background-color: #000;
		margin-top: 25px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		text-align:center;
		
	}

	#wrapper {
		position:relative;
		width:790px;
		height:616px;
		text-align:left;
		margin:0 auto;

	}

	#topper {
		position:absolute;
		left:0px;
		top:0px;
		width:446px;
		height:146px;
		background-image : url(images/topper.jpg);
		background-repeat : no-repeat;
	}

	#header {
		position:absolute;
		left:446px;
		top:0px;
		width:344px;
		height:146px;
		background-image : url(images/header.jpg);
		background-repeat : no-repeat;
	}

	#leftcontent {
		position:absolute;
		left:0px;
		top:146px;
		width:363px;
		height:503px;
		padding:20px;
		text-align:left;
		scrollbar-base-color:#FFE1AF;
	}

	#nav {
		position:absolute;
		left:363px;
		top:146px;
		width:132px;
		height:503px;
		padding:10px;
		text-transform : uppercase;
		font-size:11px;
		font-weight:bold;
		color:#A72B14;
		text-align:left;
		line-height:42px;
		font-family:Verdana, sans-serif;
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
	}

	#nav ul {
		list-style-type: none;

 padding-left: 20; 
 margin-left: 0; 


	}

	#nav li a, #nav li a:visited {color:#000; text-decoration:none;}

	#nav li a:hover{
		background-image: url(glossyback2.gif);
		color:#A72B14;
	}

	#rightcontent {
		position:absolute;
		left:495px;
		top:146px;
		width:295px;
		height:503px;
		color:#363636;
		padding:10px;
		text-align:left;

		 background-image : url(images/right.jpg); 
		 background-repeat : no-repeat;
	}

	#footer {
		position:absolute;
		left:0px;
		top:649px;
		width:790px;
		height:66px;
		background-image : url(images/footer.jpg);
		background-repeat : no-repeat;
	}

	#footer p{margin:10; color:#fff;}
	
	h3 {font-family: serif, times;
		font-size:30px;
 margin-top: 0; 
	}
	
	p, ul, ol {
	
	font-family: serif, times;
		font-size:11px;
	}
	
	#rightcontent p, #leftcontent p {
		padding-right:10px;
		font-family: serif, times;
		font-size:11px;
	}
	
	#rightcontent a, #rightcontent a:visited  {color:#A72B14; text-decoration:none;}
	#rightcontent a:hover, #rightcontent a:active  {color:red; text-decoration:none;}
	
	#leftcontent a, #leftcontent a:visited  {color:#A72B14; text-decoration:none;}
	#leftcontent a:hover, #leftcontent a:active  {color:red; text-decoration:none;}
	

.hideshow {
	visibility: hidden;
	position:absolute; 
	z-index:1;
	width:325px;
}

.smaller {font-size:10px;}