* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/gradient.png) repeat-x;
}

#innerbody {
	margin-left: auto;
	margin-right: auto;
	width: 905px;
}

#title {
	background-image: url(../images/title.png);
	width: 316px;
	height: 56px;
	margin-left: 30px;
}

#navbar {
	margin-left: 190px;
	margin-top: -15px;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#nav a {
	display: block;
	width: 90px;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 90px;
}

#search_box {
	float: right;
}

#nav li ul {
	position: absolute;
	width: 6em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#headback {
	background: url(../images/headback.png) repeat-x 0 50px;
	height: 420px;
}

#headimage {
	background: url(../images/headfront/rotate.php) no-repeat;
	height: 363px;
	width: 905px;
	margin-top: 30px;
}

#maincontent {
	width: 635px;
	padding: 10px;
	margin-left: 35px;
	min-height: 350px;
	border-right: 1px dashed #173b76;
}

#sidebar {
	width: 200px;
	float: right;
}


#apply img {
	margin-top: 50px;
	height: 35px;
	width: 150px;
	border: none;
    
}

#footer {
	text-align: center;
	padding-top: 10px;
	margin-left: 20px;
	border-top: 1px dashed #173b76;
	margin-bottom: 30px;
}

img {
	border: 2px solid #173b76;
}

#sidebar img {
	border:  none;
}
