
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #7a674d;
	background-image: url('/master/default/images/bg_gradient.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	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: #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: #3a291c;
	/*border-top: 1px solid #dfdcd8;
	border-right: 1px solid #675547;
	border-right: 1px solid #453426;*/
	background-image: url('/master/default/images/grad-border.gif');
	background-repeat:no-repeat;
	background-position:right; 
	
	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: #463629;
	/*background-color: #705B50;*/
	padding: 4px 5px;
	font-size: 12px;
	color: #dfdcd8; /*#534134;*/
	margin: 0px;
	text-align: center;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bot-footer-section p {
	margin: 0px;
	padding: 10px;
}

div.bot-footer-message {
	color: #aaaaaa;
	padding: 20px 10px;
	border-top: 1px solid #453426;
}

div.bot-footer-copyright {
	color: #aaaaaa;
	padding: 10px 5px;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #453426;
}

.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;
}