/* CSS Document */

a:link{
	color:#000000;
	background-color: transparent;
	text-decoration:underline;
	}

a:visited{
	color:#000000;
	background-color: transparent;
	text-decoration:underline;
	}

a:hover{
	color:#0000ff;
	background-color: transparent;
	text-decoration:none;
		}

a:active{
	color: #FFFF00;
	background-color: transparent;
	text-decoration:none;
	}

body{
	background-color:#FFFFDD;
	}

#page_top{
	background: url(images/page_top.gif) no-repeat top center;
	width: 100%;
	height: 275px;
	}

#menu_box{
	position:relative;
	padding: 0px 0px 0px 0px;
	top: 225px;
	left: 45px;
        font: 12pt/16pt Georgia, "Times New Roman", Times, serif;
	height: 250px;
	width: 200px;
	z-index: 2;
	}
#text_header{
	position:relative;
	top: -55px;
	left: 170px;
	width: 70%;
	text-align:center;
	font: 18pt/20pt Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
#event_header{
	position:relative;
	left: 285px;
	width: 50%;
	height: 40px;
	text-align:left;
	font: 14pt/18pt Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
#text{
	position: relative;
	top: -15px;
	left: 25%;
	width: 55%;
	font: 12pt/15pt Georgia, "Times New Roman", Times, serif;
	z-index: 5;
	}
#event_text{
	position: relative;
	top: -50px;
	left: 25%;
	width: 70%;
	font: 12pt/15pt Georgia, "Times New Roman", Times, serif;
	z-index: 0;
	}
#footer{
	position:relative;
	background: url(images/bottom.gif) no-repeat bottom center;
	width: 100%;
	height: 160px;
	bottom: 80px;
	z-index: -1;
	}
#address{
	position:relative;
	width:100%;
	font: 12pt/16pt Georgia, "Times New Roman", Times, serif;
	text-align:center;
	top:170px;
	font-weight: bold;
	}