html,body {
	height: 100%;
	font-family: Verdana;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #000000;
	background-image:url(../images/bg-tile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#001900;
}

#mainBG {
	width:100%;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
}

#wrapper {
	width:991px;
}

#contentBgTile {
	background-image:url(../images/main-bg-tile-green.gif);
	background-position:top;
	background-repeat:repeat-y;
}

#leftBox {
	float:left;
	background-color:#bc9a58; 
	width:180px; 
	margin-left:65px;
	border:solid 1px #633b0b;
	margin-top:0px;
	text-align:left;
	font-size:18px;
	padding:4px;
	}

#leftAdBox {
	float:left; 
	clear:left;
	width:190px; 
	margin-left:65px;
	text-align:left;
	font-size:18px;
	margin-top:15px;
	}
	
#rightBox {
	float:right;
	background-color:#fff8ea; 
	width:656px;
	margin-right:67px;
	border:solid 1px #633b0b;
	margin-top:0px;
}

#minicartWrapper {
	float:right;
	vertical-align:top;
	background-color:#FFC; 
	width:150px;
	height:100%;
}

/*******************************************************MINI CART*****************************************************/
TD.mincart {
	font-size: 11px;
	font-family : Arial;
}

P.mincart {
	font-size: 11px;
	font-family : Arial;
}


/************************************************CORE***********************************************************/


a:link { color: #2c1705; text-decoration:none }
a:visited { color: #2c1705; text-decoration:none }
a:hover { color: #b4cb11; text-decoration:none }

hr {
	border:none;
	height:1px;
	line-height:3px;
	background-color:#633b0b;
	color:#633b0b;
	}