body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


img{ border:0}

.a_copyright{font-family:"Trebuchet MS"; font-size:11px;  color:#D7D4CD;  text-decoration:none; }
.anthmenubottom{font-family:"Trebuchet MS"; font-size:11px;  color:#D7D4CD; font-weight:900; text-decoration:none; }
.anthmenubottom a:hover{font-family:"Trebuchet MS"; font-size:11px;  color:#FFFFFF; font-weight:900; text-decoration:none; }
.anthmenubottom a:visited a:hover{color: #FFFFFF;}

.anthheader{ font-family:"Trebuchet MS"; font-size:13px;  color:#49412E; }
.anthheader2{ font-family:"Trebuchet MS"; font-size:16px;  color:#FFFFFF; text-decoration:none;}

.anthdivleft{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#736F64;
	height:600px;
	padding-top:30px;
}
	
.anthdivright{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#9C8E6D;
	font-weight:bold;
	background-color:#252C1A;
	height:600px;
}

/* --------------------- Accordion ---------------------------------------------------------------------------*/

#accordion {
	margin:20px 0px;
	height:580px;
}

div.toggler {
	cursor: pointer;
	margin-bottom:7px;
	margin-top:7px;
	font-size:12px;
	font-family:"Trebuchet MS";
}

div.element{
	margin:0px;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:10px;
	color:#D7D4CD;
}

/* --------------------- Slider ---------------------------------------------------------------------------*/

#wrapper { position: relative; width: 720px; height:103px; padding-top:10px; background-color:#B5B1A8; }

/*  slider CSS stuff starts here */
#container { position: relative; top: 0px; width: 720px; height: 93px; overflow: auto; background-color:#B5B1A8; left: 2px;}
#controls { position: absolute; display: block; width: 12px; left: 0; top: 40px; padding: 10px; }

.item { display: block; width: 720px; height: 93px; }
.item h3 { font-size: 16px; margin: 20px; color: #0CF; }
.item p { font-size: 13px; padding: 6px 10px 12px; }

#num_nav { position: relative; text-align: center; top: 42px; }
#num_nav ul li { display: inline; margin: 0 2px; }
#num_nav ul li a { padding: 2px 3px; color:#09C; border: 1px solid #09C; background-color:#033; }
#num_nav ul li a.active, #num_nav ul li a:hover { border-color: #fff; background-color:#060235 }

#play_btn { position: relative; top: 34px; width: 100px; height: 25px; margin: 0 auto; z-index: 10000; line-height: 25px; text-align: center; text-transform: uppercase; font-size: 12px; color:#09C;}

#prev_btn, #next_btn {
padding-top:10px; 
	top: 2px;
	width: 40px;
	height: 103px;
	left: 7px;
	z-index: 10000;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color:#B5B1A8;
	border: 0px solid #B5B1A8;
	background-color:#B5B1A8;
}

