@charset "UTF-8";
/* CSS Document */

html{
	height:100%;
	}

body{
	clear: left;
	background: url(images/bg_repeat.jpg);
	height: 100%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#837E6F;
	text-align:right;
	}
	
#top{
	clear: left;
	width: 100%;
	height: 186px;
	background:url(images/top_repeat.jpg);
	background-repeat: repeat-x;
	background-position:top;
	}
	
#header{
	background: url(images/header.jpg);
	height: 186px;
	width: 777px;
	float: left;
	}
	
#header_bottom{
	clear: left;
	float: left;
	background: url(images/header_bottom.jpg);
	height: 85px;
	width: 650px;
	}
	
#container{
	clear: both;
	float: left;
	background:url(images/container_repeat.jpg);
	width: 539px;
	margin-left: 111px;
	padding-bottom: 20px;
	}
	
.accordion_headings{
	width:539px;
	background: url(images/separator.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align:right; 
	margin: 0 0 20px 0;
	}
	
.accordion_headings img{
	margin: 0 30px 5px 0;
	}
	
.accordion_headings img:hover{
	filter:alpha(opacity=60);
	opacity:0.6;
	}
	
.accordion_child {
	
	}
	
#container_bottom{
	clear: left;
	float: left;
	background:url(images/container_bottom.jpg);
	width: 539px;
	height: 24px;
	margin-left: 111px;
	}
	
.thumbnails{
	padding: 10px 28px 10px 30px;
	}
	
.thumbnails img{
	border: solid 2px #777569;
	margin: 2px 2px;
	}
	
.thumbnail img:hover{
	border: solid 2px #ffffff;
	}
	
#black_bars{
	clear: left;
	float:left;
	background:url(images/black_bars.jpg);
	width: 539px;
	height: 34px;
	margin-left: 111px;
	}
	
#links{
	clear:both;
	float:left;
	margin: 5px 0 0 111px;
	width: 539px;
	}
	
#links img:hover{
    filter:alpha(opacity=60);
	opacity:0.6;
	}
	
.separator{
	margin: 0 5px;
	}
	
a{
	color: #777569;
	}
	
a:hover{
	color: #777569;
	text-decoration: none;
	}
	
a:active:{
	color: #777569;
	}
	
a img{
	border:none;
	}
	
.acfc{
	padding: 0px 28px 30px 30px;
	}
	
.acfc_link{
	margin: 6px;
	}
