html
{
	height:100%;
	overflow:auto;
	font-size:0.8em;
	line-height:1.5em;
}

body
{
	font-family:Arial,sans-serif;
	padding: 0px;
	margin: 0px;
	height:100%;
	width:100%;
}

a img {
	border: none;
}

#container {
	height:auto;
	margin:0;
	min-height:100%;
	position:relative;
	width:100%;
}

#header_body, #content, #footer_body
{
	margin: 0px auto;
	width: 960px;
	position: relative;
}


/******************** Header ********************/
#header_inops {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 400px;
	font-size: 24px !important;
}

#header_wrap ul {
	height:26px;
	list-style-type:none;
	margin:0;
	padding:1px 0;
}

#header_wrap ul li a {
	color: black;
	text-decoration: none;
}

#header_wrap ul li a:hover {
	color: #0084A8;
	text-decoration: none;
}


/******************** Body ********************/
#content {
	padding: 30px 0px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-top: 0px;
	padding-top: 0px; 
	margin-bottom: 2px;
	padding-bottom: 2px; 
}

#main_wrap #sidebar {
	width: 250px;
	float: left;
}

#sidebar ul {
	/* border-bottom:1px solid #8B9197; */
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar li {
	border-bottom:1px solid #333333;
	margin:0;
	padding: 5px 30px;
}

#sidebar a, #sidebar a:visited {
	color: white;
	text-decoration: none;
}

#content .left_bar {
	margin-right: 270px;
}
#content .right_bar {
	float: right;
	width: 250px;
}

#main_wrap
{
	 /* #333333;*/ 
	 padding-bottom: 120px; */
}
/******************** Footer ********************/

#footer_wrap
{
	height: 120px;
	background: url('http://static.inops.com.au/themes/www.inops.com.au/images/bg_footer.png') #333333 repeat-x;
	position: absolute !important;
	bottom: 0;
	padding: 0px;
	width: 100%;
	z-index:14;
}

#footer_body
{
	color: white;
	padding: 30px;
	line-height:1.3em;
	font-size: 10px;
}


.clear {
	clear: both;
}
