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 {
	font-size: 13px;
	/*line-height: 1;*/
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: 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;
}
a {
	outline: none;
	color: #222;
}
button {
	outline: none;
}
/* Header styles */

h2 {
	font-size: 24px;
	padding: 0 0 9px 0;
	color: #333;
}

h3.type-title{
	font-size: 18px;
	padding: 0 0 20px 0;
}



/* PAGE TEMPLATE */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#container {
	width: 931px;
	margin: 0 auto;
	background: url(images/bg.jpg) repeat;
}

#logo a {
	display: block;
	width: 719px;
	height: 148px;
	margin: 10px auto 10px auto;
	text-decoration: none;
	text-indent:  -9999px;
	background: url(images/logo1.jpg) no-repeat;
}

#nav-area{
	width: 800px;
	height: 20px;
	margin: 15px auto;
	border: 1px solid #727272;
	text-align:  center;
}

#nav{
	display: block;
	margin: 0 auto;
	width: 550px;
}
#nav li{
	display: inline;
}
#nav li a{
	display: block;
	float: left;
	padding: 2px 25px;
	text-decoration:  none;
	font-weight: 700;
	color: #D41313;
}
#nav li a:hover{
	color: #727272;
}

.page_content{
	width: 500px;
	float: left;
	padding: 10px 10px 20px 63px;
}

#sidebar{
	width: 250px;
	float: right;
}

.page_content p{
	padding: 0 0 30px 0;
	line-height:  18px;
}

.center{
	margin: 10px auto;
}

#footer{
	text-align:  left;
	font-size:  12px;
	padding: 5px 60px 10px 63px; 
}

.event_holder{
	padding: 10px;
	border-bottom: 1px dotted #009;
}

/* Calendar */

#cal {color:#FFF; background-color:#FFF; border: 1px solid #444;font: 10px; margin: 0 0 20px 0 }
#cal td { text-align:center; padding: 5px; background-color: #999;}
tr#days-of-week td { background-color: #aaa;}
#cal thead td {background-color: #444; font-size: 12px; font-weight: bold;}
#cal thead a{ color: #FFF;}
#cal a{color: #009; text-decoration:none;}
#cal .cal-prev-month-day, #cal .cal-next-month-day {color: #777;}
#cal-current-day {background-color: #1b5421 !important;}

/* Sidebar events */
#events-list{
	margin: 0 0 20px 0;
}
dl#events_sidebar{
	width: 220px;
	float: left;
	margin: 0 0 15px 0;
}
dl#events_sidebar dt{
	display: block;
	width: 200px;
	float: left;
	font-size: 12px;
	color: #444;
	font-weight: 700;
}
dl#events_sidebar dd{
	display: block;
	width: 200px;
	padding: 0 0 5px 10px;
	float: left;
	font-size: 11px;
	color: #444;
	margin-bottom: 7px;
	border-bottom: 1px dotted #444;
}
