html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #2e0d12;
	text-decoration: none;
	height: 100%;
	width: 100%;
	border-width: 0px;
	font-weight: bold;
	background-color: #2F0D12;
}
a {
	text-decoration: none;
	color: #D2A592;
}
h1 {
	font-size: 12px;
	line-height: 18px;
	color: #FF0099;
	text-transform: uppercase;
	display: inline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	width: 100%;
	border-collapse: collapse;
}
object {
	/*remove outline in Firefox (SWFObject, links)*/
	outline: none;
	-moz-outline-style: none;
	/*remove space under SWFObject Firefox*/
	font-size: 0px;
	line-height: 0px;
}
img {
	/*fix for Internet Explorer 5.5 and 6.0 PNG alpha*/
	behavior: url(iepngfix/iepngfix.htc);
}
i, em {
	font-style: italic;
	color: #39F;
}
input, select, textarea {
	background-color: #F6ECEA;
	border: 0px none transparent;
	font-size: 10px;
	margin-bottom: 5px;
	height: 20px;
	font-weight: normal;
	line-height: 20px;
}
div#frame{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 600px;
	margin-left: -450px;
	margin-top: -300px;
	overflow: hidden;
}
div#header {
	position: relative;
	z-index: 3;
	width: 100%;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
}
div#navigation {
	position: relative;
	z-index: 3;
	float: right;
	width: 50%;
	overflow: hidden;
	text-align: right;
	right: -25px;
	padding-bottom: 20px;
	top: 5px;
	height: 459px;
}
ul#navigation li {
	list-style: none;
	overflow: visible;
	line-height: 0px;
	display: block;
	float: left;
	margin-bottom: -6px;
	margin-left: 3px;
}
div#navigation a:hover {
	/*transparency for different browsers*/
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
div#content {
	width: 100%;
	top: 64px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	background-color: #FFFFFF;
}
div#footer {
	position: absolute;
	z-index: 2;
	height: 60px;
	color: #d2a592;
	float: left;
	width: 900px;
	top: 550px;
	font-weight: normal;
}
div#arrows {
	position: absolute;
	z-index: 3;
	top: 475px;
	width: 870px;
	padding-right: 15px;
	padding-left: 15px;
	height: 80px;
	overflow: hidden;
}
div#scroller {
	position: absolute;
	z-index: 4;
	top: 360px;
	width: 50%;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #D2A592;
	font-family: Arial, Helvetica, sans-serif;
	left: 50%;
	overflow: hidden;
}

