body {
	margin: 0;
	min-width: 960px;
	background: #fff url(images/bg.jpg) center repeat-y;
	text-align: center;
	font: 14px/1.5em Arial, sans-serif;
}

p, ul, ol, dl {
	margin: 0 0 18px 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

#home h2 {
	font-size: 30px;
}

#home h3 {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.2em;
	font-weight: normal;
}

img {
	border: none;
}

a {
	color: #003144;
}

.site-title {
	color: #f5d100;
	text-transform: lowercase;
}

.aussiebonds {
	text-transform: lowercase;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 10px;
	border-bottom: 2px solid #596339;
	background: #6f7927;
	position: relative;
	color: #fff;
	font-size: 12px;
}

#header a {
	text-decoration: none;
}

#title {
	padding-left: 90px;
	height: 70px;
	font: 42px/70px "Gil Sans", Arial, sans-serif;
	color: #fff;
	background: url(images/aussiebonds-logo.jpg) no-repeat;
}

#site-links {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	display: inline;
}

#nav li a {
	display: block;
	padding: 0 15px;
	line-height: 34px;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li.current {
	background: #ffaf15 url(images/nav-bg-left.jpg) no-repeat;
}

#nav li.current a {
	background: url(images/nav-bg-right.jpg) right no-repeat;
	text-decoration: none;
}

#heading {
	background: #fffdb3;
	padding: 25px 10px 0;
	color: #0a3e1c;
}

#home-banner {
	float: left;
	margin: 0 50px 25px 0;
	display: inline;
}

#quote-button {
	float: right;
	border-bottom: 1px solid #c2cc87;
}

#quote-button a {
	display: block;
	line-height: 36px;
	padding: 0 12px;
	background: url(images/button-bg.jpg);
	font-weight: bold;
	color: #f5d100;
	text-decoration: none;
	border-right: 1px solid #0a3905;
	border-bottom: 1px solid #0a3905;
}

#content {
	padding: 25px 10px;
}

#content-main {
	float: left;
	width: 452px;
}

#content-sub {
	float: right;
	width: 438px;
}

#content-box {
	float: right;
	width: 313px;
	border: 3px solid #596339;
}

#footer {
	padding: 25px 10px;
	background: #6f7927;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer dl {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 1.3em;
	margin-right: 30px;
}

#footer dt {
	font-weight: bold;
}

#footer dd {
	margin: 0;
}

#footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: left;
}

#footer-links li {
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #fff;
}

#footer-links li.last {
	border: none;
}