#wrapper {
	background-color: #dcd2a6;
	width: 800px;
	margin:0 auto;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: url(../images/background-pattern.jpg) repeat;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
}
#left-img {
	float: left;
	margin:0;
	padding:0;
}
#text {
	width: 445px;
	border-color: #FFFFFF;
	margin:0;
	padding:0;
	float: right;
	height: 350px;
}
.bottom-margin {
	margin-bottom:10px;
}
.header {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	font-style: normal;
	font-variant: normal;
}
#inner-container {
	width: 650px;
	padding:10px 0 20px 0;
	margin:30px 75px 0 75px;
	clear:both;
}
#top-nav  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#top-nav li {
	float:left;
}
#top-nav li a {
	display:block;
}
.img-left {
	float:left;
	margin:0 10px 10px 0;
}
.img-right {
	float:right;
	margin:0 0 10px 10px;
}
.rule-below {
		border-bottom: dashed 1px #999999;
}
.rule-above {
		border-top: dashed 1px #999999;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #003366;
}
h3 {
	font-size:12px;
	margin-bottom:0;
}
