table, body {	font-family: Arial;
		font-size: 12px !important;
		font-size: 12px; 
	  	color: black;
	  	text-align:center;
	  	overflow-x:hidden;
		}
	
#frame {
		width:1024px;
		height: 100%;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
		
#contentleft {  width:198px;
		height: 100%;
		padding:0px;
		float:left;
		background-color: #665416;
	  	background-image: url("leftbar.jpg");
	  	background-repeat: repeat-y;
		}
	
#contentcenter {
		width:629px;
		height: 100%;
		padding:0px;
		float:left;
		background:#FFF;
		background-image: url("footer01.jpg");
	 	background-repeat: no-repeat;
	  	background-position: bottom;
		}
	
#contentright {
		width:197px;
		height: 100%;
		padding:0px;
		float:left;
		background-color: #665416;
	  	background-image: url("rightbar.jpg");
	  	background-repeat: repeat-y;
	   }
		
p {		font size: 12;
		padding-left: 10px;
		padding-right: 10px;
		}
#smalltype  {	font size: 10;
		color: #b989a2;
	  	text-align:center;
	  	}
		
#imageContainer {
	position:relative;
	margin:auto;
	width:594px;
	border:0px;
}

b {		font size:12;
		font color: #665416;
		padding-left: 30px;
		padding-right: 10px;
		}
		
A:link   	{text-decoration: none;
		color: #a96789;
		}
A:visited	{text-decoration: none;
		color: #c28660;
		}
A:active	{text-decoration: none;
		color: #a96789;}
A:hover		{ color: #c28660;}