
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #7a674d;
	background-image: url('/master/default/images/bg.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment:fixed;
	font-family: Arial;
	font-size: 12px;
}

form, /*p,*/ h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.ar {
	text-align: right;
}

a {
	color: white;
}

h1, h2, h3 {
	margin: 0px;
}

.font1 {
	font-size: 1px;
}

li.normalpointer a { 
	cursor: default;
}

.debug, .debug2 {
	position: absolute;
	color: red;
	font-weight: bold;
	bottom: 0px;
	right: 0px;
	width: 250px;
	background-color: white;
	border: 1px solid red;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.debug2 {
	left: 0px;
	right: auto;
	margin-left: 10px;
	margin-right: 0px;
}

.debug2 pre {
	font-family: Arial;
	margin: 0;
	padding: 0;
}

.root_table {
	width: 100%;
	height: 100%;
}

.top_container {
	margin-left: auto;
	margin-right: auto;
	width: 982px;
	/*background-color: #5e4a32;*/
}

.main_container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background-color: #1A0C0E; //#3a291c;
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid #807870;
	border-color: #807870;
}

.center_area {
	zoom: 1; /* ie6 force layout */
}

.center_area {
	padding: 10px;
}

div.bot-footer, table.bot-footer {
	/*padding-top: 10px;*/
}

div.bot-footer-section,
td.bot-footer-section {
	margin-top: 0px;
	background-color: #1A0C0E;
	border-top: 1px solid #777865;
	border-right: 1px solid #686958;
	color: white;
	height: 150px;
}

div.bot-footer-section {
	float: left;
}

div.bot-footer-section-last,
td.bot-footer-section-last{
	border-right: 0px none;
}

.bot-footer-section h1 {
	background-color: #dfdcd8;
	padding: 8px 10px;
	font-size: 12px;
	color: #534134;
	margin: 0px;
	text-align: center;
}

.bot-footer-section p {
	margin: 0px;
	padding: 10px;
}

div.bot-footer-message {
	color: #aaaaaa;
	padding: 20px 10px;
	border-top: 2px solid #47373A;
}

div.bot-footer-copyright {
	color: #aaaaaa;
	padding: 10px 5px;
	text-align: center;
	font-size: 10px;
	border-top: 2px solid #47373A;
}

.bdivider {
	border-top:1px dashed #666666;
	font-size:1px;
}

.bheaderbrown{
	color:#614C33;
	font-family:Times New Roman;
	font-size:22px;
	font-weight:bold;
}

.tight img {
	display:block;
}