html, body {
	background-color:#2f2f2f;
	margin-top:5px;
	font-family:tahoma;
	font-size:12px;
}
h1 {
	margin-top:0px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
}
a { color:#0c3a5b;	text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }


.gallery_album {
	display:table-cell;
	border:1px solid black;
	width:165px;
	height:165px;
	float:left;
	padding:5px;
	margin-left:8px;
	margin-bottom:10px;
	cursor:pointer;
	
}
div#main_container {
	margin:auto;
	width:900px;
}
	div#header {
		height:75px;
		width:100%;
		border:1px solid black;
		background-image:url("/img/bg_header.png");
	}
		.button {
			height:51px;
			width:149px;
			float:left;
			font-size:20px;
			color:white;
			padding-top:24px;
			border-right:1px solid black;
			cursor:pointer;
		}
		.button:hover { 
			color:white;
			text-decoration:none; 
			background-image:url('/img/bg_header_on.png');
		}
	div#banner {
		width:100%;
		height:233px;
		border:1px solid black;
	}
		div#banner_overlay {
			width:900px;
			height:40px;		
			background-color:black;
			border-top:1px solid black;
			float:left;
			opacity:0.75;
			margin-top:-43px;
			/* FOR IE */
			filter:alpha(opacity=75)
		}
		div#banner_text {
			width:890px;
			height:53px;
			font-size:10px;
			padding-left:35px;
			padding-top:0px;
			color:white;
		}
	div#body_container {
		width:100%;
		background-color:#0c3a5b;
		background-image:url("/img/bg_body.png");
		background-repeat:repeat-x;
		border:1px solid black;		
	}
		div#body_top {
			margin:0px;
			height:55px;
			width:100%;
			background-image:url('/img/shadow_top.png');
		}
		div#body_text_bg {	
			min-height:387px;
			width:100%;
			background-image:url('/img/bg_shadow.png');
			margin:0px;
		}
			div#body_text {
				margin-left:35px;
				width:579px;
				float:left;
				margin-top:-10px;
			}
			div#body_twitter {
				float:left;
				width:200px;
				margin-left:55px;
				margin-top:-10px;
			}
		div#body_bottom {
			margin:0px;
			height:104px;
			width:100%;
			background-image:url('/img/shadow_bottom.png');
		}
		div#disclaimer_overlay {
			width:100%;
			height:25px;
			border:1px solid black;
			background-color:black;
			opacity:0.50;
			/* FOR IE */
			filter:alpha(opacity=50)
		}
			div#disclaimer {
				width:100%;
				font-size:8px;
				color:white;
			}
.set_case {
	background-image:url('/img/set_case.gif');
	width:83px;
	height:88px;
	padding-top:7px;
	padding-left:7px;
	cursor:pointer;
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
}
.prog_link { color:#0c3a5b;	cursor:pointer; }
.prog_link:hover { text-decoration:underline; }
.links { cursor:pointer;}

/* Some slideshow props */
#banner li {
	list-style:none
}
.title {
	color:#4eb8ef;
	font-size:16px;
}
