
	body {
		background: #E4DFD0;
		margin:0px 0px 50px 0px;
		text-align : center;
		width:auto;
		height:auto;
		}
		
	a img {border: none; }
	
	#main {
		border-right: 1px solid #000 ;
		border-top: 1px solid #000 ;
		background: #E4DFD0;
		width: 800px;
		height:auto;
		}
		
	
	#footer {
		width: 800px;
		height: 100px;
		background: #661C1D;
		font-size:18px;
		font-color:#ffffff;
		font-family: times,palatino,serif;
		border-top: none;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#menu {
		float:left;
		width:auto;
		margin:0px 10px 0px 0px;
		background:#661C1D;
		}
	
	#header {
		width: auto;
		height: 50px;
		background: #E4DFD0;
		font-size:36px;
		font-color:#000000;
		font-family:times,palatino,serif;
		padding:20px 10px 20px 10px;
		}
	
	#indexheader{
		width: auto;
		height: 50px;
		background: #661C1D;
		font-size:36px;
		font-color:#000000;
		font-family:times,palatino,serif;
		padding:20px 10px 20px 10px;
		}
		
	#indexscroll{
		width: auto;
		height: 350px;	
		overflow: auto;	
		border: none;	
		background-color:#661C1D;
		padding: 8px;
		}
		
	#indexmenu {
		float:left;
		width:auto;
		margin:0px 10px 0px 0px;
		background:#661C1D;
		}
		
	#indexmain{
		border-right: 1px solid #000 ;
		border-top: 1px solid #000 ;
		background: #661C1D;
		width: 800px;
		height:auto;
		}

	#scroll{
		width: auto;
		height: 350px;	
		overflow: auto;	
		border: none;	
		background-color:#E4DFD0;
		padding: 8px;
		scrollbar-3dlight-color:#DCDCDC;
        scrollbar-arrow-color:maroon;
        scrollbar-base-color:;
        scrollbar-darkshadow-color:#DCDCDC;
        scrollbar-face-color:;
        scrollbar-highlight-color:#DCDCDC;
        scrollbar-shadow-color:#DCDCDC;
		}
		/*#E4DFD0;*/
	p {
		margin:0px 10px 10px 30px;
		text-align : left;
		font-family: times,palatino,serif;
		font-size:16px;
		font-weight:bold;
		}
		
	h1 {
		text-align : left;
		font-family:times,palatino,serif;
		font-size:20px;
		font-color:black;
		padding-top:10px;
		padding-left:20px;
		}
	
	p.disclaimer{
		font-style:oblique;
		font-size:12px;
		font-color:gray;
		}
		
	.floatimgleft {
		float:left;
		margin-top:10px;
		margin-right:10px;
		margin-bottom:10px;
		}
		
	.contact {
		font-style:bold;
		font-size:14px;
		font-color:#ffffff;
		}

