/* CSS DOCUMENT */
body	{
	background-color: rgb(77,70,47); 
	background-image: url('../_img/page_bg.gif'); 
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
    font-size: 1em;
}
.none	{
	display: none;
}
a	{
		color: rgb(209,190,145);
		text-decoration: none;
}
a:visited	{
		color: rgb(209,190,145);
		text-decoration: none;
}
a:hover	{
		color: rgb(143,129,100);
		text-decoration: none;
}
img	{
	border: 0;
	background: transparent;
	behavior: url(iepngfix.htc); 
}
#wrapper	{
	width: 800px;
	margin: auto;
	border: white solid 0px;
}
#header	{
	height: 150px;
}
	#header h1	{
		margin: 0;
		padding: 0;
		float: left;
	}
	#header h2	{
		margin: 0;
		padding: 0;
		float: left;
	}
	#header h3	{
		margin: 0;
		padding: 0;
	}
#nav	{
	clear: both;
	height: 51px;
	background: rgb(255,255,255);
}
	#nav a	{
		color: rgb(77,70,47);
		text-decoration: none;
	}
	#nav a:hover	{
		color: rgb(143,129,100);
	}
	#nav a:visited	{
		color: rgb(77,70,47);
		text-decoration: none;
	}
	#links	{
		padding-top: 15px;
		float: left;
	}
		#links ul	{
			margin: 0 0 0 19px;
			padding: 0;
			list-style: none;
			display: inline;
		}
		#links li	{
			margin: 0 0 0 0;
			padding: 0 26px 0 0;
			list-style: none;
			display: inline;
			font-size: 14pt;
		}
	#leoPic	{
		width: 167px;
		height: 192px;
		float: left;
		position: absolute;
		top: 35px;
		left: 68px;
	}
#content	{
	clear: both;
	background: rgb(77,70,47);
	padding: 30px 10px 0 19px;
	color: rgb(255,255,255);
	margin-bottom: 0;
}
	#content p	{
		margin: 0 0 10px 0;
		padding: 0;
		line-height: 135%;
	}
	#content h4	{
		margin: 0 0 15px 0;
		padding: 0;
		font-weight: bold;
		font-size: 1.3em;
	}
	#content h5	{
		margin: 5px 0 7px 0;
		padding: 0;
		font-size: .9em;
	}
	h5 a	{
		font-style: italic;
	}
	h5.article a {
		font-style: normal;
		font-size: .98em;
		color: rgb(255,255,255);
		text-decoration: underline;
	}
	#content p	{
		font-size: .89em;
		text-align: justify;
	}
		#main	{
			width: 390px;
			float: left;
			margin: 0;
			padding: 0;
		}
		#secNav	{
			width: 367px;
			float: left;
			text-align: right;
			margin: 0;
			padding: 17px 0 0 0;
		}
			#secNav ul	{
				margin: 0 0 10px 0;
				padding: 0;	
				list-style: none;
			}
			#secNav li	{
				margin: 0 0 10px 0;
				padding: 0;	
				list-style: none;
				font-size: .9em;
				text-decoration: none;
			}
		.divide	{
			border-top: rgb(290,190,145) 1px solid;
			clear: both;
			padding: 12px 0 0 0;
			width: 760px;
		}
		#r2c1	{
			text-align: justify;
			float: left;
			width: 185px;
			padding-right: 10px;
		}
		#r2c2	{
			text-align: justify;
			float: left;
			width: 185px;
			padding-right: 10px;
		}
		#r2c3	{
			text-align: justify;
			float: left;
			width: 185px;
			padding-right: 10px;
		}
		#r2c4	{
			text-align: justify;
			float: left;
			width: 185px;
		}
#footer	{
	padding: 10px 0 10px 0;
	margin-top: 20px;
	background: rgb(209,190,145);
}
	#footer p	{
		margin: 0;
		padding: 6px 0 0 0;
		color: rgb(77,70,47);
		text-align: center;
		font-size: .75em;
	}
	#footer a	{
		color: rgb(77,70,47);
	}
