a:link, a:visited{
	color: #0000FF;
	text-decoration: underline;
}

a:hover, a:active{
	color: #FF6600;
	text-decoration: underline;
}

a img{
	border: 0;
}

body{
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	background: url("../images/background.jpg") top left repeat-x;
}

#col1{
	float: left;
	width: 170px;
}

#col1 ol{
	margin: 10px;
	padding: 0;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}

#col1 ol li{
	margin: 0;
	padding: 10px;
	list-style-type: none;
	background: #FFFFFF url("../images/menubg.jpg") center left repeat-x;
	border-bottom: #CCCCCC 1px solid;
}

#col1 ol li a:link, #col1 ol li a:visited{
	color: #000000;
	text-decoration: none;
}

#col1 ol li a:hover, #col1 ol li a:active{
	color: #000000;
	text-decoration: underline;
}

#col1 ol li.current a:link, #col1 ol li.current a:visited{
	color: #000000;
	text-decoration: underline;
}

#col1 ol li.current a:hover, #col1 ol li.current a:active{
	color: #000000;
	text-decoration: underline;
}

#col2{
	float: left;
	width: 680px;
	padding: 10px 20px 20px 10px;
	line-height: 1.5em;
	text-align: justify;
}

#col2 h2{
	margin-top: 0;
	padding-top: 10px;
	font-size: 2em;
}

#col2 h3{
	border-bottom: #DDDDDD 1px solid;
}

#container{
	width: 880px;
	margin: 0 auto;
	min-height: 400px;
	font-size: 1.2em;
	background: #FFFFFF;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}

.date{
	color: #666666;
	font-style: italic;
}

.eventimg{
	float: right;
	margin-left: 10px;
}

#footer{
	clear: both;
	padding: 25px;
	text-align: center;
	border-top: #CCCCCC 1px solid;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color: #000000;
	text-decoration: underline;
}

#header{
	padding: 10px;
	border-bottom: #CCCCCC 1px solid;
	background-image: url("../images/button.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

#header h1{
	margin: 0;
	padding-left: 160px;
	line-height: 150px;
	text-align: center;
	font-size: 3em;
	background: url("../images/skepticsinthepub.jpg") top left no-repeat;
}

.notice{
	padding: 5px;
	color: #FF0000;
	font-weight: bold;
	border: #FF0000 1px dashed;
}

ol.events{
	margin: 10px 0;
	padding: 0;
}

ol.events li{
	min-height: 100px;
	margin: 0 0 10px 0;
	padding: 0 0 0 26px;
	list-style-type: none;
	background: url("../images/icon_date.png") left center no-repeat;
}

ol.thumbnails{
	margin: 0 -16px 0 0;
	padding: 0;
}

ol.thumbnails li{
	margin: 0 16px 11px 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.right{
	float: right;
}

.rss{
	float: right;
	padding-top: 10px;
}

.spacer{
	clear: both;
}