img, div { behavior: url(iepngfix.htc) }

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C1316;
}

h1, h2, h3 {
	font-weight: normal;
	color: #918174;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
}

a:link {
	color: #9C313E;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 770px;
	height: 130px;
	margin: 0 auto;
	background: url(images/bg-header.gif) no-repeat;
}

#logo {
	float: left;
	width: 240px;
	position:relative;
	z-index:3;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 215px;
	position:relative;
	text-align: left;
	background-color: #D6D2BA;
	padding: 15px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	padding-bottom: 15px;
}

#menu a {
	text-decoration: none;
	font-size: 100%;
	color: #918174;
}

#menu a:hover {
	color: #774869;
}

#splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: right;
	width: 470px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
	height: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

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

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #D6D2BA;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 80%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

hr { border: 0px; height: 1px; background-color: #CCC; margin-top: 15px; margin-bottom: 15px; }