/* CSS Document */

	.hide {
		display:none;
	}
	
	body {
		background: black;
		color: #CCCCCC;
		font-size:14px;
		text-align:center;
	}

	a {
		color: #566D7E;
		text-decoration: none;
		font: 1.2em bold verdana, tacoma, times;
	}

	a:hover {
		color: #ECE5B6;
	}
	p {
	text-align: left;
	}

	#page {
		position: relative;
		margin-right: auto;
		margin-left: auto;
		width: 720px;
		height: 920px;
	}


	#header {
		position:relative;
		float:left;
		width: 100%;
		height: 190px;
	}

	#header a:hover {
		color: #ECE5B6;
	}
	#hnavbar {
		position:absolute;
		top: 135px;
		right: 0px;
		width: auto;
		height: 25px;
		color: #6D7B8D;
		text-align: center;
	}

	#content {display:inherit;
		position:relative;
		float:left;
		width: 100%;
		height: 725px;
	}

	#footer {
		float:left;
		width:100%;
		height: 33px;
		text-align: center;
		margin-top:20px;
	}

	#footer a {
		color: #FFFFFF;
		font: normal .9em verdana, tacoma, times;
	}

	#footer a:hover {
		color: #ECE5B6;
		font: normal .9em verdana, tacoma, times;
	}
#maincap {
	float:left;
	width:100%;
	height:74px;
	z-index:1;
}
.highlight {
	color: #ECE5B6;
}

#gallery {
text-align: center;
width: 100%;
}
.gallery_item {
float:left;
margin-top: 40px;
margin-left: 20px;
width:200px;
}
.gallery_item img {
margin-bottom: 10px;
clear:both;
}
#bcit {
width:100%;
float:left;
clear:both;
text-align:left;
margin-top:30px;
margin-bottom:-30px;
}
