body {
	margin: 0;
	padding: 20px 0;
	background-color: #000000;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #544146;
}

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

#container {
	margin: 0 auto;
	width: 940px;
	background: #FFFFFF url(../images/page/shadow-bg.gif) top left no-repeat;
}
#header {
	height: 150px;
}
#header h2 {
	position: relative;
	top: -53px;
	margin: 0 0 -53px;
	color: #FFFFFF;
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding-right: 15px;
}


#sidenav {
	clear: both;
	float: left;
	width: 203px;
/*	background: url(../images/page/nav-bg.gif) top repeat-y;*/
	padding: 0 0 51px;
	font-weight: bold;
}
#sidenav ul {
	position: relative;
	margin: 0 32px 0 0;
	padding: 11px 0 19px;
	list-style: none;
	background: #000000 url(../images/page/nav-end.gif) bottom left no-repeat;
}
#sidenav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#sidenav li a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/page/bullet.gif) top left no-repeat;
	padding: 7px 37px 11px 32px;
}
#sidenav li a:hover {
	text-decoration: underline;
}

#sidenav li ul {
	margin: 0;
	padding: 0 0 8px;
	background: none;
}
#sidenav li li a {
	font-size: 11px;
	line-height: 14px;
	color: #BCBCBC;
	background: url(../images/page/bullet2.gif) top left no-repeat;
	padding: 0 0 10px 44px;
}
#sidenav li li a:hover {
	color: #FFFFFF;
}
#sidenav {
}
#sidenav div {
	height: 277px;
	margin-top: -245px;
	background: url(../images/page/nav-shadow.png) top left no-repeat;
}


#content {
	margin-left: 203px;
	padding: 60px 270px 30px 25px;
}

h1 {
	margin: 0;
	padding: 0;
/*	font: normal 36px/38px "Garamond", Georgia, "Times New Roman", Times, serif;*/
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	color: #C10435;
}
h2 {
	margin: 25px 0 -10px;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}
h3 {
	margin: 25px 0 -10px;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	color: #C10435;
}
h4 {
	margin: 11px 0 23px;
	padding: 0 0 25px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	background: url(../images/page/red-dot.gif) bottom left repeat-x;
}
p {
	margin: 12px 0;
}
a {
	color: #C10435;
}
a:visited {
	color: #663366;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #544146;
}

blockquote {
	float: right;
	position: relative;
	left: 220px;
	margin: 18px 0 0 -200px;
	width: 187px;
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
	background: url(../images/page/quote-bg.gif) top left repeat-y;
}
blockquote h5 {
	margin: 0;
	padding: 15px 12px 0 19px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #C10435;
	background: url(../images/page/quote-top.gif) top left no-repeat;
}
blockquote p {
	margin: 0;
	padding: 5px 17px 20px 15px;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
	color: #7F7F7F;
	background: url(../images/page/quote-bot.gif) bottom center no-repeat;
}

#footer {
	clear: both;
	padding: 0 15px 0 242px;
	background: #BB1B29 url(../images/page/footer-bg.gif) top left no-repeat;
	font-size: 11px;
	line-height: 41px;
	color: #E8B1B6;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
	float: right;
}
#footer p a {
	color: #E8B1B6;
}
#footer p a:hover {
	color: #FFFFFF;
}


.separator {
	margin: 20px 0;
	height: 1px;
	background: url(../images/page/red-dot.gif) bottom left repeat-x;
}

