/* CSS Document */
#header{
	background:url(/images/interface/top-tile.gif);
	height:65px;
}
#footer{
	padding-top:1px;
	height:39px;
	background:#b86e04 url(/images/interface/bottomtile.gif) repeat-x 0 0;
}
#footer .footer_left{
	float:left;
}
#footer .footer_mid{
	margin:0 248px 0 180px;
	display:block;
	padding-top:0px;
	text-align:right;
}
#footer .footer_right{
	float:right;
	width:235px;
	height:34px;
	background:#a36800;
	padding:5px 0 0 5px;
}
#ctl00_globaldiv{
	height:100%;
	margin:0 auto 0 auto;
	width:995px;
	background-color:#000;
	background-repeat:no-repeat;
	/* background:#000 url(/images/interface/logobg.jpg) no-repeat 0 0; */
}
#page{
	padding:0;
	height:100%;
}
#col-left{
	margin-top:205px;
	margin-left:10px;
	margin-bottom:10px;
	width:200px;
	float:left;
}
#col-main{
	width:511px;
	float:left;
	padding:0 0 0 10px;
}

#col-right{
	float:right;
	width:225px;
	border-left:1px dashed #6d6d6d;
	padding-right:10px;
	margin-top:30px;
	height:100%;
}
#page_header{
	margin-left:220px;
}
#page_date{
	position:absolute;
	top:0px;
	left:745px;
	width:250px;
}
#page_header #page_title{
	float:left;
}
.left{
	float:left;
}
.right{
	float:right;
}



#gallery ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
#gallery ul.column li {
	float: left;
	width: 150px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
#gallery .block {
	/*height: 150px;*/
	font-size: 1em;
	margin-right: 5px; /*Creates the 10px gap between each column*/
	padding: 5px;
}

#gallery .block h2 {
	font-size: 1.8em;
}
#gallery .block img {
        /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}