* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}	

body {
	background-color: #000;
}

div, ul, li, a, p {
	font-family: Tahoma;
	font-size: 12px;
}

p {
	margin-bottom: 18px;
}

/* divs */

div#site {
	width: 960px;
	margin: 0 auto;
	height: 100%;
	background-color: #000;
}

div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -154px;
	background-color: #000;
	background-image: url('../images/bg_template.jpg');
	background-repeat: no-repeat;
}

div#footer, div#push {
	height: 154px;
}

div#footer {
	clear: both;
	background-image: url('../images/bg_footer.jpg');
}

div#footer div {
	color: #857c66;
	font-size: 10px;
	padding: 122px 0px 0px 15px;
}

div#left_container, div#left_container_wide {
	width: 610px;
	float: left;
	padding: 78px 0px 0px 10px;
	color: #FFF;
	line-height: 18px;
}
div#left_container_wide {
	width: 820px;
	padding: 78px 0px 0px 74px;
}

div.news_entry {
	padding-left: 84px;
	background-image: url('../images/bg_helmet.gif');
	background-repeat: no-repeat;
	padding-bottom: 44px;
}

div#right_sponsors {
	width: 280px;
	float: right;
	padding: 78px 20px 0px 0px;
}

div.clear_both {
	clear: both;
}

div.sponsor_box, div.sponsor_box_large {
	width: 130px;
	height: 130px;
	background-color: #2d211c;
	margin: 0px 10px 10px 0px;
	float: left;
}

div.sponsor_box_large {
	width: 270px;
	margin: 0px 0px 0px 0px;
}

/* headers */

h1, h2 {
	padding-left: 84px;
	background-image: url('http://www.lightweightmcc.com.au/images/bg_helmet.gif');
	background-repeat: no-repeat;
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #b7c500;
	line-height: 18px;
	margin-bottom: 18px;
	margin-top: 15px;
}

h2 {
	background: none;
	height: auto;
}

p {
	padding-left: 84px;
}

p.first_para {
	margin-top: -48px;
}

iframe {

	margin-left: 84px;
}

/* top nav */

ul#nav {
	clear: left;
	padding: 20px 0px 0px 74px;
}

#nav li {
	display: inline;
}

#nav li a {
	float: left;
	color: #857c66;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 19px 14px 0px 14px;
}

#nav li a:hover, #nav li a.active {
	background-image: url('../images/bg_nav.gif');
	background-position: top left;
	background-repeat: repeat-x;
	color: #fff;
}

/* images */

img#logo {
	margin: 17px 0px 0px 74px;
	float: left;
}

a img {
	border: none;
}

/* shared */

.green {
	color: #ced89c;
}
iframe {
	border-top-color: #ced89c;
	border-right-color: #ced89c;
	border-bottom-color: #ced89c;
	border-left-color: #ced89c;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}


a:link, a:visited {
	color: #b7c500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
tr {
	color: #000;
	background-color: #6E7353;
	padding: 5px;
}

td {
	padding: 5px;
}

th {
	padding: 5px;
}

.odd {
	background-color: #2D211C;
	color: #FFF;
}

div#left_container ul, div#left_container ol {
	margin-left: 104px;
}

div#left_container table {
	margin-left: 84px;
	width: 88%;
}

hr {
	margin: 5px 0px 5px 84px;
	height: 0px;
	border: 0px;
	border-bottom: 1px dotted #ced89c;

}
