
body {
    font-family: verdana, arial ,helvetica;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #172d51 url(http://soonerdu.com/images/bg.jpg);
    background-repeat: repeat-x;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

div,form {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

a {
	text-decoration: none;
    color: #254168;
}

a:hover {
    color: #f5a431;
    text-decoration: underline;
}

#container {
    width: 100%;
}

#header {
	width: 915px;
    height: 102px;
    margin: 0 auto;
}

#header .logo {
	width: 249px;
	height: 72px;
	position: relative;
	top: 15px;
	float: left;
}

#header .login {
	width: 300px;
	height: 72px;
	position: relative;
	top: 15px;
	left: -75px;
	float: right;
}

#header2 {
	width: 100%;
	height: 66px;
	background-image: url(http://soonerdu.com/images/nav_bg.png);
	background-repeat: repeat-x;
}

#header2 .nav_header {
	width: 955px;
	height: 66px;
	font-size: 18px;
	font-family: Times New Roman;
	background-image: url(http://soonerdu.com/images/nav_head.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
	padding-top: 18px;
}

#header2 .nav_header a {
	color: #000000;
}

#header2 .nav_header a:hover {
	color: #223d63;
	text-decoration: none;
}

#main {
	width: 955px;
	z-index: 99;
	background-image: url(http://soonerdu.com/images/main.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	position: relative;
}

#main2 {
	width: 955px;
	background-image: url(http://soonerdu.com/images/main_top.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#main2 .content {
	width: 875px;
	margin: 0 auto;
	position: relative;
	top: -5px;
}

#footer {
	width: 955px;
	height: 30px;
	margin: 0 auto;
	background-image: url(http://soonerdu.com/images/bottom.png);
	background-repeat: no-repeat;
}

#footer .copyright {
	width: 955px;
	margin: 0 auto;
	font-size: 11px;
	color: #d5d5d5;
	text-align: center;
	padding-top: 20px;
}