		.clearer
		{
			font-size: 1px;
			line-height: 0px;
			height: 0px;
			clear: left;
		}
		
		.clearRight
		{
			font-size: 1px;
			line-height: 0px;
			height: 0px;
			clear: right;
		}


		body
		{
			background-color: #999;
			text-align: center;
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		
		#wrapper
		{
			margin: 0px auto;
			background-color: #e6e1c8;
			width: 800px;
		}
		
		#header
		{
			background-color: #663300;
			width: 800px;
			height: 96px;
			margin: 0px auto 0px auto;
			padding: 0px;
			background-image: url("../assets/header_bkgr.gif");
		}
		
		#header img
		{
			float: left;
			margin: 0px;
			border: 0px;
		}
		
		#header img.contact
		{
			border-right: 1px solid #000;
		}
		
		#content
		{
			margin: 20px auto 15px auto;
			clear: left;
		}
		
		#content h2
		{
			font-weight: normal;
			color: maroon;
			margin: 0px 0px 5px 0px;
			font-family: serif;
		}
		
				
		#outer
		{
			margin-top: 5px;
		}
		
		h1.title
		{
			color: #8b0000;
			font-family: "times new roman", palatino, serif;
			font-size: 24px;
			margin: 10px 0;
			font-weight: normal;
		}
		
		h1.breadcrumb
		{
			color: #8b0000;
			font-family: "times new roman", palatino, serif;
			font-size: 22px;
			margin: 10px 0;
		}
		
		#innerIndex
		{
			margin: 20px auto 20px auto;
			background-color: #fff;
			width: 720px;
			border-top: 1px solid #999;
			border-right: 1px solid #999;
			border-bottom: 1px solid #999;
			border-left: 1px solid #999;
			padding: 20px 20px 20px 20px;
		}
		
		h2.index
		{
			font-size: 18px;
			font-family: arial, helvetica, sans-serif;
			font-weight: normal;
			color: #663300;
			margin: 0px 0px 25px 0;
		}
		
		h3.index
		{
			font-size: 18px;
			font-family: arial, helvetica, sans-serif;
			font-weight: normal;
			color: #663300;
		}
		
		.indexTbl
		{
			margin: 15px auto;
		}

		.indexTbl td
		{
			padding: 0;
		}

		.homeTxt
		{
			text-align: left;
			display: block;
			margin: 10px auto;
			font-family: verdana, helvetica, arial, sans-serif;
			font-size: 14px;
			width: 330px;
			
		}
		
		.dPosted
		{
			display: block;
		}
		
		.post_title
		{
			display: block;
			font-weight: normal;
			color: #663300;
			margin: 8px 0px;
		}
		
		.post_link
		{
			display: block;
			margin: 5px 0px;
		}
		
		#innerIndex p
		{
			text-align: left;
			margin: 0px 0px 10px 0px;
			font-family: arial, "MS Trebuchet", verdana, sans-serif;
			font-size: 13px;
		}
		
		#innerIndex a
		{
			color: #663300;
		}
		
		#innerIndex a:hover
		{
			color: #000;
			text-decoration: none;
		}
		
		#outer ul 
		{
		height: 20px;
		margin: 20px auto 0px auto;
		padding-left: 0px;
		padding-right: 0px;
		background-color: transparent;
		background: url("tabBk.gif") repeat-x bottom;
		width: 760px;
		list-style-type: none;
		}
		
		#outer li 
		{
		margin: 0; 
		padding: 0;
  		display: inline;
		font-family: verdana, sans-serif;
		}
		
		#outer li a
		{
		background: #fff;
		font-size: 12px;
		line-height: 14px;
		padding: 2px 15px 2px 15px;
		margin-right: 3px;
		margin-left: 0px;
		border: 1px solid #999;
		text-decoration: none;
		color: #666;
		float: right;
		}
		
		#outer li a.active
		{
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #999;
		background: #fff;
		color: #663300;
		font-weight: bold;
		font-size: 13px;
		}
		
		#outer li a.last
		{
		margin-right: 0;
		}

		#outer li a.active:hover
		{
		background: #fff;
		color: maroon;
		}
		
		#outer li a:hover
		{
		color: maroon;
		background: #eee;
		}
		
		#inner
		{
			margin: 0px auto 20px auto;
			background-color: #fff;
			width: 740px;
			border-top: 0px;
			border-right: 0px solid #999;
			border-bottom: 0px solid #999;
			border-left: 0px solid #999;
			padding: 20px 10px 20px 10px;
		}
		
		table#ssTbl
		{
		margin: 0px auto 20px auto;
		}
		
		#ss {  
		height:  100px;  
		width:   400px;  
		padding: 0;  
		margin:  0;  
			} 
 
		#ss img
		{  
		padding: 0px;  
		border:  1px solid #ccc;  
		background-color: #eee;  
		width:  400px; 
		height: 100px; 
		top:  0; 
		left: 0;
		} 

		#inner h2
		{
			color:#663300;
			font-size: 16px;
			text-align: center;
			margin-top: 0px;
			font-family: verdana, arial, helvetica, sans-serif;
			font-weight: normal;
		}
		
		#footer
		{
		background-color: #663300;
		width: 790px;
		border-top: 1px solid #666;
		font-family: arial, sans-serif;
		font-size: 11px;
		text-align: right;
		color: #eee;
		padding: 5px 10px 5px 0px;
		}