html,body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	line-height: 1.5em;
	color: #444444;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	margin: 0.8em 0px 0.2em 0px;
	font-style: italic;
	font-weight: normal;
	color: #aa5522;
	background-color: #FFFFFF;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}

img {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0em 0em 1.5em;
}

a {
	color: #eb8e22;
	text-decoration: none;
	background: none;
}
a:hover {
	border-bottom: 1px dotted #ff9922;
}
a:visited {
	color: #c96a32;
	text-decoration: none;
	border-bottom-color: #c96a32;
	background: none;
}
a img {
	border: none;
}

blockquote {
	margin: 0.5em 0em 0em 0.9em;
}

#pageFrame {
	position: relative;
	width: 760px;
	color: inherit;
	background-color: #290d01;
	margin: 0px auto;
}

#pageBanner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 204px;
}
#logo {
	position: absolute;
	top: 0px;
	right: 180px;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 204px;
	padding: 0px 10px 0px 0px;
	width: 750px;
	height: 32px;
	background-image: url(images/nav_background.jpg);
	overflow: visible;
}
#navigation img{
	float: right;
	margin: 0px 0px 0px 1px;
	border-top: 4px solid #dd9955; 
}
#navigation img:hover{
	border-top: 4px solid #be3200;
}

#horzRule {
	position: absolute;
	left: 0px;
	top: 236px;
}

#pageContent {
	position: absolute;
	margin: 0px;
	padding: 0px 0px 126px;
	left: 0px;
	top: 243px;
	width: 576px;
	color: inherit;
	background-color: #FFFFFF;
}
* html #pageContent {
	width: 760px;
	border-right: 184px solid #290d01;
}

.textBox {
	margin: 10px 10px 15px;
	padding: 3px 10px 20px;
	border: 1px solid #faf0e6;
}

#rightMargin {
	position: absolute;
	left: 576px;
	top: 0px;
	margin: 0px;
	width: 184px;
	height: 100%;
	color: inherit;
	background-color: #290d01;
	background-image: url(images/oarinz_05.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

#pullQuote {
	position: absolute;
	top: 90px;
	left: 21px;
	width: 149px;
	padding: 0px;
	color: inherit;
	background-color: #4B352A;
}
* html #pullQuote {
	width: 146px;
}
#pullQuote img {
	margin-bottom: -4px;
}
#pullQuoteBG {
	position: absolute;
	z-index: 0;
}
#pullQuote p{
	width: 130px;
	margin: 1px 1px -5px 1px;
	padding: 6px 7px 0px 5px;
	position: relative;
	font-style: italic;
	color: #FFCC99;
	background: none;
	font-size: 1.15em;
	line-height: 1.25em;
	z-index: 10;
}
#pullQuote p.shadow {
	position: absolute;
	top: 1px;
	left: 1px;
	color: #555555;
}

#badges {
	position: absolute;
	bottom: -120px;
	left: 30px;
	color: #c2774a;
	background: none;
	z-index: 20;
}
#badges a{
	border: none;
	margin: 0px;
}
#badges img{
	margin: -1px 0px 0px;
}
* html #badges img{
	margin: 1px 0px 1px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 760px;
	height: 126px;
	margin: 0px;
	padding: 0px;
	background-color: #290d01;
	color: #cea89b;
	line-height: 1em;
}
*html #footer {
	bottom: -1px;
}
#footer img{
	float: left;
	margin-right: 10px;
}
#footer p {
	margin: 12px 0px 0px;
	font-size: 0.9em;
}
#footer ul, #footer li {
	margin: 1px 0px;
	padding: 0px;
}
#footer ul {
	margin-right: 8px;
	font-size: 0.9em;
	line-height: 1em;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	word-spacing: -2px;
}
#footer li {
	list-style-type: none;	
	padding: 1px 0px 2px;
}
#footer a {
	color: #ffaa44;
	text-decoration: none;
	border: none;
	background-color: inherit;
}
#footer a:hover {
	border-bottom: 1px dotted #ff9922;
}
#footer li a{
	color: #c29157;
	background-color: inherit;
}
#footer li a:hover {
	border-bottom-color: #c29157;
}

#feedback {
	position: absolute;
	bottom: 9px;
	left: 216px;
	line-height: 1.25em;
}

#topLeftCorner {
	position: absolute;
	top: 10px;
	left: 10px;
}
#topRightCorner {
	position: absolute;
	top: 10px;
	right: 10px;
}
#bottomLeftCorner {
	position: absolute;
	bottom: 136px;
	left: 10px;
}
#bottomRightCorner {
	position: absolute;
	bottom: 136px;
	right: 10px;
}