html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1b1b1b;
	font-size: 13px;
	line-height: 16px;
}

a {
	color: white;
	font-weight: bold;
}

img {
	border: 0;
}

html, body {
	background-color: #afd4e6;
	min-width: 964px;
}

.clouds {
	background: url(../images/ui/sky_tile.jpg) repeat-x;
}

#site_container {
	width: 100%;
	min-width: 964px;
	height: 600px;
}

#header_container {
	width: 100%;
	height: 140px;
}

#header_container #header {
	width: 960px;
}

#logo {
	background: url(../images/ui/logo.png) no-repeat 0 -47px;
	height: 231px;
	width: 293px;
	float: left;
	margin-left: -70px;
	margin-right: -190px;
}

#nav_box {
	height: 135px;
	width: 810px;
	float: right;
	margin-right: -20px;
}


#content_shadow {
	position: absolute;
	top: 96px;
	z-index: 3;
	background: url(../images/ui/shadow.png) no-repeat center top;
	width: 100%;
	min-width: 964px;
	height: 506px;
}

#content {
	position: relative;
	top: 43px;
	width: 964px;
	height: 420px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

#content_background {
	position: absolute;
	top: 0;
	z-index: 1;
	
	background: #3e79a6 url(../images/ui/content_background.jpg) no-repeat;
	width: 964px;
	height: 420px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	opacity:0.58;
	filter:alpha(opacity=58);
}

#load_content_here {
	position: absolute;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}
