p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: disc;
}
img {
	border: none;
}
a, a:visited {
	color: #CE421B;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5 { margin: 10px 0; color: #CE421B;}
h1 {
	width: 80%;
	font-size: 1.8em; 
	line-height: 1.1em;
	font-family: "Lucida Sans", "Lucida Grande", Lucida,sans-serif;
}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
hr {
	border: none 0;
	border-top: 1px solid #DDD;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
.clear {
	clear: both;
}
table td {
	padding: 4px;
	border: 1px solid #F0F0F0;
}
body {
	margin: 0px auto;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	background: url(../img/body_bg.gif) repeat-y;
	overflow: hidden;
}
#header {
	width:960px;
	height: 387px;
	background:url(../img/header.jpg) no-repeat;
}
#tag {
	position: relative;
	top: 276px;
	left: 480px;
	font-size: 1.4em; 
	font-weight: bold;
}
#tag a, #tag a:visited {
	color: #058423;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
}
#tag a:hover {
	color: #CE421B;
}
#left {
	width: 190px;
	margin-right: 20px;
	font-size: 1.4em;
	float: left;
}
/* --- navigation --- */
#nav {
	margin-left: 6px;
	font-size: 1.2em;
}
#nav a {
	text-indent: 10px;
	padding: 10px 0;
}
#nav a, #nav a:visited {
	color: #FFF;
	background: #058423;
}
#nav a:hover {
	color: #058423;
	background: #FFF;
}
/* End Nav */
/* --- END LEFT--- */
#content {
	position: relative;
	top: -40px;
	width: 650px;
	padding: 0 40px 40px 60px;
	font-size: 1.2em;
	float: left;
}
div#images_container {
	margin-left: 20px;
	color: #1059A8;
	float: right;
}
div.images {
	height: 149px;
	padding: 10px 0 0 44px;
	background: url(../img/image_bg.gif) no-repeat;
}
div.images p {
	margin: 0;
}
div.text {
	width: 60%;
	float: left;
}
.imageright {
	padding: 0 0 20px 20px;
	float: right;
	clear: both;
}
.imageleft {
	margin: 0 10px 10px 0;
	float: left;
	clear: both;
}
div.gallery img {
	margin: 0 10px 10px 0;
}
/* Calendar */
#calendar {
	width: 600px;
	height: 750px;
	border-collapse: collapse;
}

#calendar th {
	height: 1em;
	color: #005C93;
	text-align: center;
}

#calendar td {
	width: 14%;
	height: 14%;
	vertical-align: top;
	border: 1px solid #F0F0F0;
}

#calendar .date {
	background: #F0F0F0;
	text-align: right;
	color: #005C93;
	font-weight: bold;
	display: block;
	width: 100%;
}

#calendar td a {
	clear: left;
/*	font-size: 95%; */
}

/* End Calendar */
#footer {
	margin: 0 auto;
	position: relative;
	border-top: 15px solid #EE6326;
	width: 950px;
	clear: both;
}
#sponsors {
	height: 70px;
	width: 960px;
	text-align: center;
}
#sponsors img {
	margin-right: 40px;
}
#credits {
	width: 950px;
	padding: 5px 0 0;
	border-top: 1px solid #222;
}
#credits .left {
	float: left;
}
#credits .right {
	float: right;
}
#credits a, #credits a:visited {
	color:#000;
	text-decoration: none;
}
#credits a:hover {
	color: #CE421B;
}