
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background: url("bg_page.png") center center;
	font-size: 14px;
	line-height: 1.7;
	color: #4E502A;
}

#main {
	width: 958px;
	margin: 0 auto 60px auto;
	padding-top: 40px;
	border-left: 1px solid #686A37;
	border-right: 1px solid #686A37;
	border-bottom: 1px solid #686A37;
	background-color: white;
}

#header {
	padding-top: 106px;
	background: url("header.png") no-repeat;
}
	#header h1 {
		display: none;
	}

#navigation {
	height: 22px;
	padding: 23px 39px;
	font-size: 16px;
	line-height: 18px;
	color: white;
}
	#navigation a {
		color: #CCCE28;
		font-weight: bold;
		text-decoration: none;
	}
		#navigation a.active {
			color: white;
		}

#body {
	padding: 39px;
}

#sidebar {
	float: right;
	width: 250px;
}
	#contact {
		font-size: 12px;
		white-space: nowrap;
	}
	#cta {
		margin-top: 3em;
		font-size: 15px;
		font-weight: bold;
		color: #A2195B;
	}

#content {
	padding-right: 300px;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 140%;
	line-height: 1.3;
}
h2 {
	margin: 0 0 1em 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
	color: #0F3366;
}

p {
	margin-bottom: 1em;
}
	p.emphasized {
		font-size: 107%;
		font-weight: bold;
	}

ul {
	margin-left: 2em;
	margin-bottom: .8em;
}

li {
	margin-bottom: .4em;
}
