@charset "UTF-8";
/* CSS Document */

*{
		padding: 0px;
		border: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
}

/*container*/

#container {
width: 900px;
margin: auto;
background-color: #FFFFFF;
font-family: Georgia, times, times new roman;
line-height: 13px;
font-size: 12px;
}

#container h2 a:link, a:visited, a:active {
font-size: 12px;
line-height: 13px;
color:#333333;
text-decoration: none;
}

#container h2 a:hover{
color:#FF0000;
}

/*typography*/
h1 {
font-family: Georgia, times, times new roman;
line-height: 13px;
font-size: 10px;
font-style: italic;
font-weight: normal;
color: #333333;
}

h1 a:link, a:visited, a:active, a:hover {
color:#FF0000;
font-size: 12px;
text-decoration: underline;
}

/*header*/

#header {
width: 900px;
height: 200px;
position: relative;
background-image:url(images/header_bg.jpg);
}

#header_column1 {
width: 440px;
height: 36px;
position: absolute;
bottom: 0;
float: left;
}

.header_column2 {
width: 450px;
height: 200px;
float: right;
}

/*columns*/

#column1 {
width: 440px;
float: left;
color:#333333;
background-image:url(images/column1_bg.jpg);
background-repeat:no-repeat;
}

.eventheader {
width: 218px;
float: left;
border: solid 1px;
border-color: #FFF;
padding-top: 1px;
padding-bottom: 1px;
text-indent: 3px;
background-image:url(images/events_bg.png);
color:#333333;
}

.event {
width: 218px;
float: left;
border: solid 1px;
border-color: #FFF;
padding-top: 1px;
padding-bottom: 1px;
text-indent: 3px;
background-image:url(images/events_bg2.png);
color:#333333;
}

.event2 {
width: 218px;
float: left;
border: solid 1px;
border-color: #FFF;
padding-top: 1px;
padding-bottom: 1px;
text-indent: 3px;
background-image:url(images/events_bg3.png);
color:#333333;
}

.event3 {
width: 218px;
float: left;
border: solid 1px;
border-color: #FFF;
padding-top: 1px;
padding-bottom: 1px;
text-indent: 3px;
background-image:url(images/events_bg4.png);
color:#333333;
}

.event4 {
width: 218px;
float: left;
border: solid 1px;
border-color: #FFF;
padding-top: 1px;
padding-bottom: 1px;
text-indent: 3px;
background-image:url(images/events_bg5.png);
color:#333333;
}

.event5 {
width: 218px;
float: left;
border: solid 1px;
border-color: #FFF;
padding-top: 1px;
padding-bottom: 1px;
text-indent: 3px;
background-image:url(images/events_bg6.png);
color:#333333;
}

.event6 {
width: 218px;
float: left;
border: solid 1px;
border-color: #FFF;
padding-top: 1px;
padding-bottom: 1px;
text-indent: 3px;
background-image:url(images/events_bg7.png);
color:#333333;
}

.event7 {
width: 218px;
float: left;
border: solid 1px;
border-color: #FFF;
padding-top: 1px;
padding-bottom: 1px;
text-indent: 3px;
background-image:url(images/events_bg8.png);
color:#333333;
}

#event2 {
padding-bottom: 4px;
padding-top: 0px;
border-bottom: solid 1px;
border-color:#000000;
}

#event3 {
padding-bottom: 4px;
padding-top: 0px;
border-bottom: solid 1px;
border-color: #000000;
}

#event4 {
padding-bottom: 4px;
padding-top: 0px;
border-bottom: solid 1px;
border-color: #000000;
}

#event5 {
padding-bottom: 4px;
padding-top: 0px;
border-bottom: solid 1px;
border-color: #000000;
}

#event6 {
padding-bottom: 4px;
padding-top: 0px;
border-bottom: solid 1px;
border-color: #000000;
}

#event7 {
padding-bottom: 4px;
padding-top: 0px;
border-bottom: solid 1px;
border-color: #000000;
}

#event8 {
padding-bottom: 4px;
padding-top: 0px;
border-bottom: solid 1px;
border-color: #000000;
}

#column2 {
color: #333333;
width: 440px;
float: right;
}

.directions {
padding-bottom: 4px;
padding-top: 10px;
border-bottom: solid 1px;
border-color: #000000;
color: #333333;
}





