
body {
	background: url(../images/bkgd.jpg) top left repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 11px verdana, sans-serif;
}

#page {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	/**position: relative;**/
	text-align: left;
	background-color: #FFFFFF;
	border-right: 2px solid #002b54;
	border-left: 2px solid #002b54;
}

/**
 * Header
**/

#header {
 width: 960px;
 height: 128px;
 margin: 0 auto;
 background: #ffffff url(../images/mssallied_logo.gif) center left no-repeat;
 position: relative;
}
#header table{
float: right;
	margin-top: 0px;
}

#logo
{
	position:relative;
	top:5px;
	width:250px;
}
#imageSearch
{
		position:relative;
	top:3px;
}
/**
 * Navigation Bar
**/

#nav{
 width: 960px;
 height: 45px;
 background: url(../images/nav_bkgd.jpg);
 /*margin: 0 auto; position: relative;*/
 padding: 0 0 0 0px;

 display: block;
 list-style: none;
 font: 15px bold Verdana, Arial, Helvetica, sans-serif;
 overflow: hidden;
}
#navs
{
	height: 45px;
}

#nav li {
	display: block;
	height: 18px;
	margin: 15px 0 18px 0px;
	padding: 0;
	float: left;
	text-align: center;
}

#navs .home { 
width: 86px; 
border-right: 1px solid #002b54;
}
#navs .career{ 
	width: 220px;
	border-right: 1px solid #002b54;
	}
#navs .staffing {
	width: 196px;
	border-right: 1px solid #002b54;
	}
	#navs .candidate {
	width: 213px;
	border-right: 1px solid #002b54;
	}
	#navs .about {
	width: 106px;
	border-right: 1px solid #002b54;
	}
	#navs .contact {
	width: 128px;
	}

#navs li a {
	color: #ffffff;
	text-decoration: none;
}

#navs li a:hover {
    color: #c8c8c8;
	text-decoration: none;
}

/**
 * Footer
**/

#footer_border {
 clear: both;
 width: 960px;
 height: 21px;
 margin: 0 auto;
 background: url(../images/footer.gif) top no-repeat;
}
#footer {
 width: 964px;
 margin: 0 auto;
 background: #ffffff;
}
#footer p { 
font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
padding: 10px 0 15px 0;
text-align: center; 
color: #6e879e;
}
#footer a { color: #6e879e; }
#footer a:hover { color: #005288; }

/**
 * ----------
**/

.style2 {
	color: #004735;
	font-weight: bold;
	font-size: 14px;
}
.style3 {
	color: #002b54;
	font-size: 11px;
	text-align: right;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

	#fontSizer
{
	float:right;
	display:none;
	border:0px0;
	text-align:center;
	padding-right:20px;
}



#content2 #goback
{
		
		position:relative;
		left:465px;
		top:-25px;
		
		
}


#content2 #goback a

{
	text-decoration:none;	
	background-color:#ffffff;
	border:1px solid #c7c7c7;
	padding:3px 6px 3px 12px;
	text-indent:12px;
	color:#1C5B84;
	font-size:13px;
	font-weight:bold;
}
#content2 #goback a:hover

{
	text-decoration:none;	
	background-color:#B5A684;
	border:1px solid #c7c7c7;
	padding:3px 6px 3px 12px;
	text-indent:12px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}


