body {
	margin: 0px 0px 0px 80px;
	background:#f1f1f1 url(../img/bg.jpg) no-repeat;
	height:100%;
}
html {
	height:100%;
}
h1 {
	font-size:42px;
	text-align:center;
}
h2 {
	margin:0;
}

.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -4em;
 }

#header {
	background: url("top-corner.png") no-repeat #2B3856;
	height: 110px;
	width:100%;
}
#nav-bar {
	margin-left:356px;
	height:45px;
	background:#2b547e;
	margin-top:0;
	border:3px solid #330000;
	border-right:0px;
	border-bottom:3px solid #616D7E;
}
.nav-item {
	position:relative;
	font-family:Arial;
	list-style:none;
	float:left;
	width:113px;
	text-align:center;
	line-height:45px;
	color:white;
	font-size:24px;
	z-index:2;
	cursor:pointer;
}
li.back {
	background:#330000;
	width: 110px;
	height: 45px;
    z-index: 0;
    position: absolute;
}
#about {
	z-index:10;
}


#container {
	max-width:918px;
}

#contain {
	width:550px;
	min-height:650px;
	font-size:28px;
}
#content {
	background:#f1f1f1;
	border:3px solid #2B3856;
	margin-top:55px;
	margin-left:-19px;
	padding:30px;
	font-size:18px;
}


#push {
	height:42px;
}
#footer-container {
	width: 356px;
	height:42px;
	color: #0685c9;
	font-size:28px;
	text-align:center;
}
#footer {
	margin-top:20px;
	padding:10px;
	background: #2B3856;
}

.quals {
	margin:0 auto 0 25px;
	font-size:24px;
}
ul.quals {
	margin:0;
}
ul.quals li {
	padding-left:25px;
}
.right {
	float:right;
	font-size:24px;
	margin-top:-28px;
}