body {	
	background-image: url(images/bkgd.gif);
	background-repeat: repeat;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	text-align: justify;
}
h1{
	margin: 0px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #b47e00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2{
	margin: 0px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #89C9CF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
	margin: 0px;
	text-align: justify;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: justify;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: -10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: justify;
}
a{
	color: #b47e00;
	text-decoration: underline;
}
a:hover{
	color: #CEAC5A;
	text-decoration: none;
}
em{
	color: #cfadb8;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
/******************************************************
  Containers
 ******************************************************/
#Container {
	width: 950px; 
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	overflow: auto;
}
#MenuHold {
	float: left;
	overflow: auto;
	width: 150px;
}
#Top {
	margin: 0px;
	overflow: auto;
	padding: 0px;
	width: auto;
	clear: both;
}
#Top a{
	width: 110px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/buttontest.png);
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	float: left;
	font-weight: bold;
}
#Top a:hover{
	width: 110px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #b47e00;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	float: left;
	font-weight: bold;
}
}
/******************************************************
  Main Text
 ******************************************************/
#MainText {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: auto;
	vertical-align: bottom;
	position: relative;
	clear: both;
	height: 1%;
}
#Left {
	float: left;
	width: 550px;
	overflow: auto;
}
#Leftbottom {
	float: left;
	width: 355px;
	background-color: #65253a;
	border: 2px solid #390e1c;
	overflow: auto;
}
#Right {
	float: right;
	width: 370px;
	overflow: auto;
}
/***************************************
        Footer now
****************************************/
#Footer {
	float: left;
	clear: both;
	width: 850px;
	overflow: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #000000;
	border: 2px solid #000000;
}
#Footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CEAC5A;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}
#Footer a{
	color: #b47e00;
	text-decoration: underline;
}
#Footer em{
	color: #b47e00;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#Footer a:hover{
	color: #f9f0b0;
	text-decoration: none;
}
