/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d6e0d6;
	background-image:url(images/img_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

h1 {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	line-height:125%;
	
}

h2 {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:125%;
}

h3 {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	font-size:11px;
	line-height:125%;
}

h4 {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	font-size:11px;
	line-height:125%;
}
a {
	color: #000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration:none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

li ul {
	margin-left:0px;
	padding-left:0px;
}
<!-- DIV IDS -->
#wrapper {
	width:100%;
	height:100%;
}

#container {
	width:767px;
}

#header {
	width:767px;
	height:111px;
}

#nav {
	width:767px;
	height:42px;
}

#img_header {
	width:767px;
	height:192px;
}

#page {
	width:767px;
}

#pageTitle {
	width:575px;
	height:54px;
}

#pageInside{
	width:500px;
	height:100%;
	background-color:#ffffff;
	padding-left:25px;
	padding-right:25px;
}

#footer{
	width:767px;
	height:94px;
	background-image:url(images/img_loo_hire_footer.jpg);
	background-repeat:no-repeat;
}

#footerLinks{
	width:767px;
	margin-top:20px;
	margin-bottom:25px;
}


.body_copy {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	line-height:135%;
}

.footer_links{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	line-height:135%;
}

.footer_text{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	line-height:135%;
}

.questions {
	font-family:Arial, Helvetica, sans-serif;
	color:#003300;
	font-size:12px;
	line-height:135%;
}

.answers{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	line-height:135%;
}