﻿@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #231910;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.RB #container {
	position: relative;
	width: 930px;
	text-align: left;
	background-color: #FFFFFF;
	height: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #7b5c47;
	border-left-color: #7b5c47;
	top: 20px;
	border-top-color: #da561c;
	border-bottom-color: #da561c;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TextHeader {
	position:absolute;
	width:780px;
	height:200px;
	z-index:1;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #342476;
	color: #342476;
}
#NavBar {
	position:absolute;
	width:150px;
	height:500px;
	z-index:3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: da561c;
	background-color: #e8e6de;
	left: 15px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 0px;
}
#PictureBox {
	position:absolute;
	width:750px;
	height:500px;
	z-index:2;
	left: 166px;
	top: 0px;
}
a:link {
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	color: #da561c;
	text-decoration: none;
}
a:visited {
	color: #C0C0C0;
	text-decoration: none;
}

#GreyLeft {
	position:absolute;
	width:15px;
	height:500px;
	z-index:5;
	left: 0px;
	top: 0px;
	background-color: #4a4342;
}
#GreyRight {
	position:absolute;
	width:15px;
	height:500px;
	z-index:4;
	left: 915px;
	top: 0px;
	background-color: #4a4342;
}
.footerFontCopy {
	font-size: 0.7em;
	color: #C0C0C0;
}
#TextBox {
	position:absolute;
	width:580px;
	height:500px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(images/transparentBG.png);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #4A4342;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: .8em;
	color: #000000;
}
#TextBox2 {
	position:absolute;
	width:580px;
	height:700px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(images/transparentBG.png);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #4A4342;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: .8em;
	color: #000000;
}

h1 {
	font-size: 1.3em;
	color: #663300;
}

