/* DB Generic Reset */
@import url(http://www.digitalbridge.com.au/central/reset.css);

/* ---- SEBATRON ---- */

body {
	font: normal 12px/1.3 Helvetica, Arial, sans-serif;
	color: #000;
	background: #fff;
}

/* --- STRUCTURE --- */

#pagecontainer {
	width: 980px;
	height: auto;
	min-height: 500px;
	clear:both;
	overflow:hidden;
	margin: 0 auto;
	background: #bdbdbd;
	border: 1px solid #000;
	border-top: none;
}

#content {
	margin: 1em auto;
	padding: 0 2em;
}


/* --- CONTENT --- */

h1 {
	font: bold 2em/1.5 Helvetica, Arial, sans-serif;
}

h2 {
	font: bold 1.6em/1.5 Helvetica, Arial, sans-serif;
}

h3 {
	font: bold 1.2em/1.5 Helvetica, Arial, sans-serif;
}

h4 {
	font: bold 1em/1.5 Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
	color: #ba0602;
}

p, ul, ol {
	font: normal 1em/1.4 Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
}

ul ul,
ol ol {
	margin-bottom: 0;
}

li {
	list-style-position: inside;
	margin: 0.7em 0 0.7em 1.5em;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

a {
	color: #ba0602;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* --- NAV --- */

#nav {
	background: #000;
	text-align:center;
	height: 2.5em;
	padding-top: 1em
}

#nav li {
	display:inline;
}

#nav li a {
	padding: 0.5em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
}


/* --- FOOTER --- */

#footer {
	text-align:center;
	margin: 2em 0;
}