@charset "UTF-8";
body {
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0f2c41;
}
.default #container {
	width: 930px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 692px;
	margin-top: 0px;
}
.default #mainContent {
	height: 510px;
	width: 730px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 60px;
	background-image: url(images/main_bg.png);
	background-repeat: no-repeat;
	margin: 70px;
}
.default #container #nav {
	background-color: #1357A3;
}
#content {
	margin: 0px;
	width: 530px;
	padding-top: 40px;
	padding-right: 70px;
	padding-bottom: 70px;
	padding-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #113B52;
}
