/* @override http://aussiesupertransfers.lucidtest.co.nz/stylesheets/main.css#20090522 */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/175% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(/images/header.jpg) repeat-x;
	color: #444;
	width: 100%;
}

strong {
	font-weight: bold;
}

em { 
	font-style: italic;
}

#content p, #content ol, #content ul {
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0;
}

#content li {
	padding: 0;
	margin-bottom: .2em;
	margin-top: 0;
}

#content ol, #content ul {
	list-style-position: outside;
	padding: 0;
	margin-left: 25px;
	list-style-type: square;
}

h1,h2,h3,h4 {
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

h1 {
	color: #d07407;
	font-size: 23px;
	margin-top: 0;
	margin-bottom: 1em;
}

h2 {
	color: #d07407;
	font-size: 18px;
	margin-top: 1em;
	margin-bottom: .5em;
}

h3 {
	color: #a58934;
	font-size: 14px;
	margin-bottom: .5em;
	margin-top: 1em;
}

h4 {
	color: #9d4d08;
	font-size: 12px;
	margin-top: 1em;
	margin-bottom: 0;
}

a {
	color: #d27c15;
}

#wrap {
	margin: 0 auto;
	width: 800px;
}

#header {
	height: 128px;
}

#navigation ul {
	background: url(/images/navigation.jpg) repeat-x;
	width: 800px;
	height: 35px;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#navigation li, #pages li {
	list-style-type: none;
}

#navigation li a:link, #navigation li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 35px;
	display: block;
}

#navigation li.first {
	margin-left: 20px;
}

#navigation li.selected a:link, #navigation li.selected a:visited {
	background: url(/images/selected.jpg) repeat-x;
}

#navigation li a:hover {
	line-height: 35px;
	background: url(/images/hover.jpg) repeat-x;
}

#content {
	float: left;
	width: 562px;
	padding-top: 20px;
}

#article .inside {
	border: 1px solid #d3d3d3;
	border-top-style: none;
	border-bottom-style: none;
	padding: 23px 30px;
}

#column {
	float: right;
	width: 200px;
	padding-top: 20px;
}

#column ul, #column ol{
	list-style-position: outside;
}

#pages {
	margin-bottom: 10px;
}

#pages ul {
	margin: 0;
	padding: 0;
}

#pages li {
	padding-bottom: 10px;
}

#pages li a {
	color: #cd7507;
	text-decoration: none;
	font-size: 12px;
}

#pages li.selected a.selected{
	color: #9d4d08;
	font-weight: bold;
}

#excerpt {
	margin-bottom: 15px;
}

#excerpt .inside {
	font: italic 14px/1.8em Georgia, "Times New Roman", Times, serif;
	background: #9d4d08 url(/images/gradient.jpg) no-repeat;
	color: #fff;
	padding: 8px 15px;
}

#excerpt a:link, #excerpt a:visited {
	color: white;
}

#excerpt .inside p, #contact .inside p {
	margin: 0;
}

#excerpt .inside h3, #contact .inside h3 {
	margin-top: 0;
}

#contact {
	color: #d07407;
}

#contact .inside {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding: 8px 15px;
}

#contact a {
	color: #d07309;
}

#footer {
	clear: both;
	margin-left: 30px;
	padding-top: 20px;
	font-size: 9px;
	color: #999;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#keywords {
	color: #d37408;
	font-size: 11px;
	font-style: italic;
}

div.box_top {
	background-repeat: no-repeat;
	background-position: left top;
	border-style: none;
	padding-top: 7px;
}

div.box_bottom {
	background-repeat: no-repeat;
	background-position: left bottom;
	border-style: none;
	padding-bottom: 7px;
}

#article .box_top {
	background-image: url(/images/top_content.jpg);
}

#article .box_bottom {
	background-image: url(/images/bottom_content.jpg);
}

#contact .box_top {
	background-image: url(/images/top_contact.jpg);
}

#contact .box_bottom {
	background-image: url(/images/bottom_contact.jpg);
}

#excerpt .box_top {
	background-image: url(/images/top_gradient.jpg);
}

#excerpt .box_bottom {
	background-image: url(/images/bottom_gradient.jpg);
}

#excerpt img {
margin-bottom: 10px;
}