@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #222;
	background-color: #eee;

}

#pageContainer {
	width: 760px;
	background-color: #fff;
	margin: 15px auto 0 auto;
	paddin-bottom: 3px;
}

#header {
	padding-top: 3px;	
}

#headerTop {
	height: 147px;
	width: 754px;
	margin: 0 auto;
}

#headerTop img {
	display: block;
	border: none;
}

#logo1 {
	float: left;
	width: 430px;
	
}

#headerImgRight {
	float: left;
	width: 324px;
}

#navRow {
	background-image: url('images/nav-background.jpg');
	background-repeat: repeat-x;
	width: 755px;
	margin-left: 2px;
}

#navRow img {
	float: left;
	width: 125px;
}

#navRow ul {
	float: left;
	margin: 1px 0 0 10px;
	padding: 0;
	list-style: none;
}

#navRow li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#navRow a:link, #navRow a:visited, #navRow a:hover, #navRow a:active {
	text-decoration: none;
	color: #fff;
	font-size: 17x;
	font-weight: bold;
	display: block;
	padding: 10px 12px 9px 12px;
}

#navRow a:hover {
	background-color: #c27d4b;
}

#content {
	width: 755px;
	margin: 1px auto 0 auto;
}

#contentLeft {
	float: left;
	width: 150px;
	border-right: 3px solid #a66a3f;
	margin: 0 0 0 5px;
	font-size: 12px;
	padding: 10px 0;
}

#contentRight {
	float: left;
	background-color: #fff;
	width: 500px;
	margin-left: 25px;
	padding: 10px 0;
}

#contentLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentLeft li {
	margin: 7px 0;
	padding: 0;
	list-style: none;
}

#contentLeft a:link, #contentLeft a:visited, #contentLeft a:hover, #contentLeft a:active {
	color: #a66a3f;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

#contentLeft a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
}