* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: url('/images/background_all.jpg');
	color: #947d68;
	font-family: arial, tahoma, sans-serif;
	text-align: center;
	height: 100%;
}

html {
	background: url('/images/background_all.jpg');
	color: #947d68;
	font-family: arial, tahoma, sans-serif;
	text-align: center;
	height: 100%;
}

a:link {
	text-decoration: none;
	color: #bc5143;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #bc5143;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #bc5143;
	font-weight: bold;
}

h1 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	margin-top: 6.0pt;
	margin-bottom: 6.0pt;
	letter-spacing: 1.0pt;
}

h2 {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin-top: 6.0pt;
	margin-bottom: 6.0pt;
	letter-spacing: 1.0pt;
}

h3 {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	margin-top: 6.0pt;
	margin-bottom: 6.0pt;
	letter-spacing: 1.0pt;
	font-style: italic;
}

h4 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 6.0pt;
	margin-bottom: 6.0pt;
	letter-spacing: 1.0pt;
	font-style: italic;
}

.clear {
	clear: both;
}

#rotator {
	margin: 20px;
	margin-left: 25px;
	border: 1px solid #777;
}

#maincontainer {
	background: #eeeeee url('/images/background.jpg') repeat-y;
	border-left: 1px solid #d1c286;
	border-right: 1px solid #d1c286;
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #maincontainer {
	height: 100%;
}

.outer {
	padding-left: 185px;
}

* html .outer {
	padding-right: 185px;
}

.inner {
	width: 815px;
}

* html .inner {
	width: 100%;
}

.float-wrap {
	float: left;
	width: 815px;
	margin-left: -185px;
}

* html .float-wrap {
}

#content {
	float: right;
	width: 630px;
}

* html #content {
	position: relative;
}

.contentwrap {
	padding: 0px;
}

.contentmain {
	padding: 10px;
}

#left {
	width: 185px;
	float: left;
	padding: 0px;
}

* html #left {
	position: relative;
}

#right {
	width: 185px;
	float: right;
	padding: 0px;
}

* html #right {
	margin-right: -185px;
	position: relative;
}

p {
	margin-top: 6.0pt;
	margin-bottom: 6.0pt;
}

.tray {
	font-size: 70%;
	color: #947d68;
	font-weight: normal;
}

a.tray {
	font-size: 70%;
	color: #947d68;
	font-weight: normal;
}


