@charset "utf-8";
/* CSS Document */
#wrap {
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_header.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
#header {
	width: 100%;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	background-image: url(../images/bg_index.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#content {
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background-image: url(../images/bg_content.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
#content-wrap {
	width: 980px;
	margin: 0px auto;
}
.col-one_index {
	width: 500px;
	margin: 0px 20px 20px 0px;
	float: left;
}
.col_one {
	width: 650px;
	margin: 0px 20px 20px 0px;
	float: left;
}
.col-two {
	width: 210px;
	margin: 0px 20px 20px 0px;
	float: left;
}
.col-three {
	width: 210px;
	margin: 0px 0px 20px 0px;
	float: right;
}

#content-wrap .col-one h2, #content-wrap .col-one_index h2 {
	padding-bottom: 3px;
	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}
#content-wrap .col-one h2 a, #content-wrap .col-one_index h2 a {
	color: #030;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content-wrap .col-one ul li {
	list-style-image: url(bullet.gif);
}
#content-wrap .col-two h3, 
#content-wrap .col-three h3 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}
#footer {
	width: 100%;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background-image: url(../images/bg_footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
ul .gallery {margin: 0px; padding: 0px; float: left; width: 700px; overflow: hidden; }
.gallery li { width:200px; border:solid #CCC; border-width:0 1px 1px 0;
	background:#FFF; padding:10px; text-align:center; position:relative; float:left; display:inline;
	margin:5px; height: 140px; overflow: hidden; }
.gallery a span { /*\*/
	position:absolute; left:-9999px; }
.gallery a:hover span { top:10px; left:10px; width:202px; font-weight:bold; background:#FFF; color:#999; padding:5px 0 5px 0; text-transform:uppercase; font-size:80%; border:1px solid #EEE; border-width:0 0 10px 0; filter: alpha(opacity=100); /*-moz-opacity:.8;
		opacity:.80;*/
/**/
}
.gallery img { border:1px solid #EEE;/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}