body {
	margin: 0px;
	/*background:#fff url(../img/top_bg.gif);*/
	background:transparent url(../images/bg.jpg) top center fixed;
	font-family: Verdana, Arial, sans-serif;
  font-size: .6em;
	color:#aa896a; /* #907459 */
}
/****  ***/
h1 {
  color: #fff;
}
h2 {
  color: #fff;
}
h3 {
  color: #b63d01;
}
#right h2 {
  width:90%;
	border-bottom:1px solid #eaa0cd;
}
a {
  color: #773e00;
	text-decoration:none;
}
a:hover {
  color: #772f00;
	text-decoration:underline;
}
.linkcat {
  color: #c9c9c9;
	text-decoration:none;
	margin:0 0 0 5px;
	font-weight:bold;
}
.linkcat:hover {
  color: #772f00;
	text-decoration:none;
}
/**** Clear Div ***/
.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
/**** Main Container ***/
#wraptop {
	height:84px;
	background:#000;
	color:#fff;
	width:100%;
	border-bottom:3px solid #14100c;
}
#content-top {
	color:#827160;
	margin:0 auto;
	width:1000px;
	text-align:justify;
}
#content-top h1 {
  font-size:12px;
	display:inline;
}
#wrap {
  margin:0 auto;
  width: 1000px;
	background: url(../images/bg.jpg);		
}
#left {
	width: 200px;
	float:left;
	text-align:left;
}
#content {
	width: 520px;
	float:left;
	text-align:left;
	margin:15px 0 0;
}

/**** Sidebar ***/
#right {
	width: 265px;
	float: right;
	display:block;
	background: url(../images/bgcolright.jpg);
	background:#0a0603	;
		
	padding:0;
	border-bottom:5px solid #070402;
	border-right:5px solid #070402;
	border-left:5px solid #070402;
}
#content-right {
	width: 260px;
	display:block;	
	margin:5px 0 0 3px;
	/*border:1px solid #000;*/
}
#footer-right {
	width: 265px;
	height:7px;
	display:block;	
	background: url(../images/footercolright.jpg);		
	/*border:1px solid #000;*/
}

/**** Footer ***/
.footer {
  margin: 10px auto 20px auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 0 0 0 0;
	width: 100%;
}


