article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}

body { 
	font: .625em/1.5 Helvetica,Arial, verdana, sans-serif;
	background: #fbfbfb ;
	color: #444; 
	margin: 0;
	padding: 0;
}
p, li { font-size: 1.6em; line-height: 1.8; margin: 0; padding: 0;}
h1 { font-size: 26px; font-weight: normal; padding: 0; margin: 0; line-height: 1.5;}
h2 { font-size: 20px; font-weight: normal; padding: 0; margin: 1em 0; line-height: 1.2;}
img {border: none;}
a img { border: none; }
a:link, a:visited, a:hover { text-decoration: none; }
header { background: #ff9 url('/images/header-bg.jpg') no-repeat top; 
	height: 305px;
	margin: auto;
	width: 940px;
	position: relative;
	}
header img { position: absolute; }

header #tab { position: absolute; right: 206px; top: 198px;}
header #logo { position: absolute; top: 30px; left: 100px; }

nav ul { margin: 0 ; padding: 0; position: absolute; top: 270px; left: 160px;}
nav ul li { display: inline;	}
nav ul li a:link, nav ul li a:visited { 
	text-decoration: none;
	color: #929292;
	padding: 0 20px 0 0;
	font-size: 16px;
	}
nav ul li a:hover, nav ul li.on a { 
	color: #242424;
	}	
#wrapper{
	background: url('/images/wrapper-bg.jpg') repeat-y;
	width: 740px;
	margin: 0 auto;
	padding: 0;
	}
#content h1 { margin-top: 0; }
#content { 
	width: 620px; margin: 0 auto;
	padding: 30px 0 80px 0;
	}	
#content p {margin: 0.9em 0;}
#content a:link, #content a:visited {color: #00aff0; font-weight: bold;}
#content a:hover {color: #0088f0; font-weight: bold;}

div.jobs h2 {background: url('/images/divider.jpg') no-repeat 0 52px; padding: 24px 0 12px 0;}

ul.checked { margin: 0; padding: 0;}
ul.checked li {list-style: none; background: url('/images/bullet.jpg') no-repeat 0 4px; margin: 0 0 0 1em; padding: 0 0 0 1.8em;}


footer { 
	background: url('/images/footer-bg.jpg') no-repeat top;
	height: 90px;
	padding: 90px 0 20px 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 740px;
	position: relative;
	color: #666;
}
footer p { 
	font-size : 14px;
	padding: 0;
	margin: 7px 0;
	}
footer span { color: #41d0f2; font-weight: bold; }
footer a:link, footer a:visited {color: #00aff0; font-weight: bold;}
footer a:hover {color: #0088f0; font-weight: bold;}

footer #network { padding: 0; margin: 0; text-align: left; position: absolute; top: 0; left: 60px;}

footer #slogan { position: absolute; top: -50px; right: 60px; }
