body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background: #a6998f url(../layout/bg-color.jpg) repeat-x;
	*background: #b6a9a0 url(../layout/bg-color.jpg) repeat-x;
	text-align: center;
	color: #0d0101;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #0d0101;
	margin: 0 0 11px 0;
	padding: 0;
}

a, a:visited {
	color: #0d0101;
}

a:hover {
	color: #0d0101;
}

h1, h2 {
	font-size: 22px;
	font-weight: normal;
	color: #ead734;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	*padding-top: 3px;
}

h3 {
	font-size: 14px;
	color: #ebd0b6;
	font-weight: bolder;
	margin-bottom: 10px;
	margin-top: 0px;
}

table, td, tr {
	color: #0d0101;
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
}

div#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	margin-top: 31px;
	background: #493a2e url(../layout/bg-wrapper-color.jpg) repeat-x;
	*background: #5c4a3c url(../layout/bg-wrapper-color.jpg) repeat-x;
}

div#header {
	position: relative;
	width: 800px;
	height: 448px;
	margin: 0px;
	padding: 0px;
}

	div.header1 {
		background: url(../layout/header1.jpg) no-repeat;
	}
	
	div.header2 {
		background: url(../layout/header2.jpg) no-repeat;
	}
	
	div.header3 {
		background: url(../layout/header3.jpg) no-repeat;
	}
	
	div.header4 {
		background: url(../layout/header4.jpg) no-repeat;
	}

	div#header div#nav {
		position: absolute;
		left: 0px;
		top: 202px;
	}
	
	div#nav ul {
		position: relative;
		list-style-type: none;
		padding: 0;
		margin: 1px 0 0 30px;
	}
	
	div#nav ul li {
		float: left;
		padding: 0;
		margin: 0 5px 0 0;
	}

div#content {
	position: relative;
	width: 500px;
	min-height: 870px;
	*height: 870px;
	margin-top: -188px;
	padding-left: 49px;
	padding-bottom: 150px;
}

	div#content div#text {
		color: #0d0101;
		border: 2px solid #9f5c1b;
		background-color: #e8e7ee;
		filter:alpha(opacity=90);
		-moz-opacity:.90;
		opacity:.90;
		width: 527px;
		*width: 567px;
		min-height: 410px;
		_height: 410px;
		padding: 16px 20px 16px 20px;
	}

div#iframevideo {
	color: #0d0101;
	position: absolute;
	*left: 74px;
	*top: 52px;
	background-color: #ffffff;
	width: 320px;
	height: 240px;
}
	
div#sidebar {
	position: absolute;
	top: 291px;
	*top: 294px;
	left: 628px;
	width: 165px;
	*width: 165px;
}


div#sidebar div.box {
	color: #d5d7ca;
	background-color: #3c4c65;
	border: 1px solid #897777;
	padding: 9px;
	margin-bottom: 10px;
}

	div#sidebar p {
		color: #d6d3c9;
	}

div#footer {
	position: relative;
	background-image: url(../layout/footer.jpg);
	padding: 2px 0 0 0;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 20px;
	font-size: 10px;
	font-weight: bolder;
	color: #FFF;
}

div#footer p {
	font: 11px "Myriad Pro", Arial, sans-serif;
	padding: 2px 0 0 215px;
	font-weight: normal;
	color: #8e866a;
	position: relative;
	margin: 0px;
	float: left;
}

div#footer a {
	color: #f2e2dd;
	text-decoration: none;
	margin-left: 12px;
}