/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END reset css */

body { 
	background-color: #ce5d4d; 
	font-family: Trebuchet, Arial, Helvetica;
	font-size:14px;
	color:#000;
}

a { color: #bed762; }
a:hover {color: #000;}

.header, .content {
	width:800px;
	margin:0 auto 0 auto;
}

.header { 
	position:relative; 
	margin-bottom:20px;
}

.logo { 
}

hr { 
	position:absolute;
	background-color: #bed762;
	font-size: 0px; 
	line-height: 0%;
	border:0;
	border-bottom: 10px solid #bed762;
	border-left: 10px solid #ce5d4d;
	top:166px;
	left:290px;
	width:510px;
}

p { padding-bottom:8px; padding-top:8px;}

.title { 
	padding-bottom:12px; 
	border:0;
}

.dates {
	padding-top:30px;
}

.hostedby { margin-right:14px; margin-top:4px; text-align:right;}


.content {
	color: #fff;
	font-size:14px;
	line-height:18px;
}

.content-left {
	width:370px;
	float:left;
}

.content-right {
	margin-left:40px;
	width:370px;
	float:left;
}

.section {
	padding-bottom:24px;
}

.footer {
	margin-top:10px;
	padding: 8px;
	height:20px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background:#bed762 url(images/footer.gif) no-repeat right top; 
}


.navigation { margin:0 auto 0 auto; width:800px; padding-left:60px;}

.navigation li {
	float:left;
	display:block;
	padding:4px 10px 4px 10px;
	border-right:3px solid #000;
}

.navigation a { color: #000;}

.navigation li.last {
	border:0;
}

.item a { text-decoration: none;}
.item a:hover {color: #ce5d4d;}

li { padding-left:20px; }

h1 { font-size:32px; line-height:50px; }
h2 { font-size:24px; line-height:30px; }
h3 { font-size:18px; line-height:22px; }

.altcolor {color:#bed762;}