@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #011248;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
}
.oneColFixCtr #container {
	width: 716px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header_left {
	margin: 0px;
	padding: 0px;
	height: 111px;
	width: 239px;
	float: left;
	display: none;
}
#nav_bar {
	width:716px;
	height:31px;
	z-index:3;
	float: left;
	display: none;
}
#width {
	width: 955px;
}

#main_photo {
	left:0px;
	top:300px;
	width:382px;
	height:489px;
	z-index:4;
	float: left;
	display: none;
}
#text {
	top:111px;
	z-index:5;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5CB2F3;
	margin: 20px;
	visibility: inherit;
	width: 676px;
	font-size: 14px;
}
#header {
	float: left;
	left:239px;
	width:716px;
	height:79px;
	z-index:2;
	padding-bottom: 1px;
}
#mobile_header {
	display: none;
}
#mobile_top img {
	display: none;
}

#nav_mobile {
	display: none;
}
#mainContent {
	top:111px;
	z-index:5;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5CB2F3;
	visibility: visible;
	width: 716px;
	font-size: 14px;
	display: inherit;
}
#footer {
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: auto;
	float: none;
	text-decoration: none;
	clear: both;
}
