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

BODY {
	width: 1024px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

#background {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: black;
	color: white;
}

#header_logo {
	position: relative;
	background-image: url(images/bg_transparency.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#navlinks {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 90%;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
}

.navlink:link,.navlink:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.navlink:hover,.navlink:active,.navlink_current {
	font-weight: bold;
	color: #fe262f;
	text-decoration: none;
}

#content_gap {
	width: 100%;
	height: 360px;
}

#content_wrapper {
	position: relative;
	top: 35px;
	width: 100%;
	background-image: url(images/bg_transparency.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#content_title {
	position: relative;
	top: -48px;
}

#content_body {
	position: relative;
	width: 790px;
	left: 125px;
	top: -48px;
	line-height: 110%;
}

#footer_wrapper {
	position: relative;
	width: 100%;
	background-color: black;
}

#footer {
	position: relative;
	width: 790px;
	left: 125px;
}

.textfield {
	border: none;
	width: 150px;
}

#listmenu {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 150px;
	height: 18px;
	background: #fff url("images/listmenu.gif") 0 0 no-repeat;
}

select {
	width: 150px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.event_title {
	font-size: 18px;
	font-weight: bold;
}

.event_date {
	font-size: 12px;
	font-weight: normal;
}

.event_description {
	font-size: 14px;
	font-weight: normal;
}

#shadow {
    width: 1024;
    margin: 10px auto;
    position: relative;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #666666;
}

#bodyblock {
    width: 1024px;
    position: relative;
    top: -3px;
    left: -3px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    text-align: left;
    color: #666;
    background: #ff9966;
}
