/* =reseting & global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, div, span, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6, p, pre, blockquote,
legend, form, fieldset, table, tr, th, td,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var {
	margin: 0; padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
}

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
body { line-height: 1; background-color: #FFF; }
caption, th { text-align: left; }
strong { font-weight: bold; }
em { font-style: italic; }

/* =layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background: #312925 url('../images/background.gif') repeat-x top left;
	color: #2D2522;
	font: normal 100% Arial, Verdana, sans-serif;
	text-align: center;
}

#page {
	font-size: .81em;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#page a {
	color: #FF4D00;
}
#page a:hover {
	color: #B03500;
}

/* -header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
	position: relative;
}

#header h1 a {
	background: url('../images/header.gif') no-repeat;
	display: block;
	height: 135px;
	overflow: hidden;
	text-indent: -999em;
	width: 900px;
}

/* -nav */

#header #nav {
	height: 50px;
	margin-bottom: 15px;
}
#header #nav li {
	float: left;
	list-style: none;
}
#header #nav li a {
	background-image: url('../images/navigation.gif');
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: -999em;
}

#nav #nNews a {
	background-position: 0 0;
	width: 100px;
}
#nav #nRegistration a {
	background-position: -100px 0;
	width: 154px;
}
#nav #nSchedule a {
	background-position: -254px 0;
	width: 80px;
}
#nav #nRules a {
	background-position: -334px 0;
	width: 141px;
}
#nav #nAccommodation a {
	background-position: -475px 0;
	width: 148px;
}
#nav #nSponsors a {
	background-position: -623px 0;
	width: 143px;
}
#nav #nContact a {
	background-position: -766px 0;
	width: 134px;
}

/* -main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	margin-bottom: 10px;
	overflow: auto;
	position: relative;
}

#main {
	background: #FFF;
	float: right;
	_height: 500px;
	margin-right: 15px;
	min-height: 500px;
	padding: 25px 50px;
	width: 567px;
	-moz-border-radius: 6px;
}

#main h2 {
	border-bottom: 1px solid #858585;
	color: #767676;
	font-size: 2.15em;
	margin-bottom: 12px;
}

#main ul, #main ol { margin-left: 2em; }
#main ol li {
	margin-bottom: .8em;
}

#main h3 {
	color: #FF4D00;
	font-size: 1.15em;
	font-weight: bold;
}
#main #entries h3 {
	display: inline;
}

#main h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	text-align: center;
}
#main h5 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

#entries .date {
	color: #8CC63F;
	display: inline;
	font-weight: bold;
	margin-right: .5em;
}
.body {
	text-align: justify;
}
#main p {
	margin: 1em 0;
}

.entry {
	margin-bottom: 1em;
}

.jam { 
	float: right;
	margin: 0 15px 10px 0;
}

/* -sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.sidebar {
	float: left;
	padding-top: 7px;
	position: absolute;
	top: 0;
	width: 200px;
}

.sidebar .box {
	background: #FF4D00;
	line-height: 0;
	padding: 10px 0;
	text-align: center;
	-moz-border-radius: 6px;
}

.sidebar img {
	margin-bottom: 10px;
}

.sidebar .box img {
	margin: 0;
}

/* =footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	background: url('../images/footer.gif') no-repeat;
	height: 99px;
	overflow: hidden;
	text-indent: -999em;
	width: 889px;
}

/* -form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form {
	margin-top: 1em;
}

.formdiv {
	margin-bottom: .5em;
}

label {
	float: left;
	padding-top: 3px;
	width: 100px;
}

input.text {
	width: 300px;
}

textarea {
	width: 300px;
	height: 6em;
}

a.button {
	border: 1px solid #222;
	padding: 4px 6px;
}
a.button:hover {
	text-decoration: none;
}

table {
	margin: 1em 0;
	width: 100%;
}
table th {
	font-weight: bold;
}

/* -footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	clear: both;
	color: #EFEFEF;
	font-size: .83em;
	font-weight: bold;
	padding: 20px 0 30px;
	text-align: center;
}

