@charset "utf-8";
/* CSS Document */

body{
	background-image:url(gfx/layout/background.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#030909;
	font-family:Arial,Helvetica,sans-serif !important;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
	color: #7DBF43;
}
a:visited {
	color: #01B5B2;
}
a:hover {
	color: #01B5B2;
}
a:active {
	color: #7DBF43;
}

#holder{
	background-color:#FFFFFF;
	width:906px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left
}

#header{
}

#subbar{
	background-color:#01B5B2;	
	color:#FFFFFF;
	font-size:10pt;
	font-variant:small-caps;
	font-weight:bold;
	width:auto;
	height:35px;
	padding-top:15px;
	padding-left:30px;
	padding-botttom:15px;
}

#content{
	text-align:left;
	padding:10px;
	padding-bottom:0px;
}

.event{
	width:255px;
	height:100%;
	display:block;
	float:left;
	padding:20px;
	margin:auto;
	text-align:left;
}
.event h1{
	color:#80C147;
	font-size:12pt;
	font-variant:small-caps;
}
.event h2{
	font-size:12pt;	
	font-variant:small-caps;
}
.event p{
	font-size:10pt;
}

#connect{
	border-top:#CCCCCC thin solid;
	font-family:Arial,Helvetica,sans-serif !important;
	font-size:10pt;
	font-variant:small-caps;
	font-weight:bold;
	padding-top:15px;
	padding-botttom:25px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:25px;
	text-align:center;
}

#footer{
	padding-left:30px;
	padding-right:30px
}

#footer a{
	color:#000000;
}