@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: 176px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header_left {
	margin: 0px;
	padding: 0px;
	width: 239px;
	float: left;
	display: none;
}
#width {
	width: 955px;
}

#main_photo {
	left:0px;
	z-index:4;
	float: left;
	display: none;
}
#nav_bar {
	width:716px;
	z-index:3;
	float: left;
	display: none;
}

#footer {
	text-align: center;
	color: #5CB2F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 176px;
	display: block;
}
a:link {
	text-decoration: none;
	color: #C4E3FB;
}
a:visited {
	text-decoration: none;
	color: #C4E3FB;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #C4E3FB;
}
#header {
	float: left;
	left:239px;
	width:716px;
	z-index:2;
	padding-bottom: 1px;
	display: none;
}
#mobile_header {
	display: block;
}
#nav_mobile {
	display: block;
	float: left;
	clear: both;
	width: 176px;
	color: #C4E3FB;
	font-size: 12px;
	text-align: left;

}
#text_area {
	display: none;
}
#mobile_text_area {
	top:111px;
	z-index:5;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5CB2F3;
	visibility: visible;
	width: 176px;
	font-size: 14px;
}
#mainContent {
	z-index:5;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5CB2F3;
	width: 176px;
	font-size: 12px;
	display: inherit;
}
.oneColFixCtr #container #mainContent img {
	width: 176px;
	height: 175px;

}
