body {
	background-image: url(images/site_bg.jpg);
	background-repeat:repeat-x;
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin-top:0px;
}

#container {
	width:700px;
	margin:0px auto;
}

/* Header section */

#header {
	width:700px;
}

#header #header_top {
	background-color:#000;
	width:694px;
	padding:3px;
}

#header #header_top a {
	color:#fff;
	font-size:.8em;
	font-weight:bold;
	text-decoration:none;
}

#header #header_top a:hover {
	text-decoration:underline;
}

#header #header_top2 {
	width:700px;
	height:26px;
	display:block;
	position:relative;
	background-image:url(images/header_top_left.jpg);
	background-repeat:no-repeat;
}

/* Navigation Start */

#header_top2 ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	height:26px;
	position:absolute;
}

#header_top2 li {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#header_top2 a {
	background-image:url(images/navigation.jpg);
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:26px;
	position:absolute;
	margin:0px;
	padding:0px;
	top:0px;
}

#header_top2 a.home {
	width:41px;
	left:295px;
	background-position:0px -26px;
}

#header_top2 a.home:hover {
	background-position:0px 0px;
}

#header_top2 a.company {
	width:72px;
	left:336px;
	background-position:-41px -26px;
}

#header_top2 a.company:hover {
	background-position:-41px 0px;
}

#header_top2 a.request {
	width:96px;
	left:408px;
	background-position:-113px -26px;
}

#header_top2 a.request:hover {
	background-position:-113px 0px;
}

#header_top2 a.faqs {
	width:33px;
	left:504px;
	background-position:-209px -26px;
}

#header_top2 a.faqs:hover {
	background-position:-209px 0px;
}

#header_top2 a.links {
	width:94px;
	left:537px;
	background-position:-242px -26px;
}

#header_top2 a.links:hover {
	background-position:-242px 0px;
}

#header_top2 a.contact {
	width:69px;
	left:631px;
	background-position:-336px -26px;
}

#header_top2 a.contact:hover {
	background-position:-336px 0px;
}

#header #header_bottom {
	width:700px;
	height:74px;
	display:block;
}

/* End Navigation and Header Sections */

#main {
	width:700px;
	background-color:#fff;
	background-image:url(images/body_bg.jpg);
	background-repeat:no-repeat;
	min-height:400px;
}

#nav {
	width:140px;
	padding:5px;
	float:left;
}

#nav ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#nav li {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#nav a {
	font-size:.75em;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

/* Content Information */

#content {
	width:530px;
	padding:10px;
	position:relative;
	float:right;
	min-height:400px;
	font-size:.9em;
}

#content img {
	padding:2px;
	background-color:#99473c;
	margin:5px 10px;
}

#content img.noborder {
	padding:0px;
	margin:0px;
	background-color:#fff;
}

#content a {
	color:#333;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content h2 {
	font-size:1.4em;
	margin:0px;	
	color:#99473C;
}

/* Footer Information */

#footer {
	width:700px;
	text-align:center;
	font-size:.8em;
	color:#333;
}

#footer h4 {
	font-size:1.3em;
}

#footer a {
	color:#333;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:none;
}