*{
	margin:0;
	padding:0;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:800px;
}

body{
	background:url(../images/bg_top.png); /* I created this image. */
	background-repeat: repeat-x;
	background-position: center;
	background-position: top;
	background-attachment: fixed;
}
	
#header{
	background-image:url(../images/masthead.png); /* I created this image. */
	background-repeat:no-repeat;
	height:384px;
	width:800px;
}

#top_nav{
	background-image:url(../images/nav.png); /* I created this image. */
	background-repeat:no-repeat;
	width:800px;
	height:40px;
}

#top_nav ul{
	list-style:none;
	float:right;
}

#top_nav li{
	float:left;
}

#main_content{
	width:800px;
	height:auto;
	float:none;
}

#main_content_bg{
	background-image:url(../images/main_content.png); /* I created this image. */
	background-repeat: repeat;
	width: 800px;
	height:569px;
	float:left;
}

#main_content_bg_2{
	background-image:url(../images/main_content_2.png); /* I created this image. */
	background-repeat: repeat;
	width: 800px;
	float:left;
}

#page_content{
	width:800px;
	height:auto;
	float:left;
	margin-bottom:20px;
	margin-top:15px;
	background: #555;
}

#footer{
	background-image:url(../images/footer.png); /* I created this image. */
	height:40px;
	width:800px;
	padding-bottom:20px;
	background-repeat:no-repeat;
	clear:both;
	float: left;
}

.footer_text{
	text-align:center;
	color:#999999;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top:10px;
}

.header{
	font-size:24px;
}
	
p{
	color:#000000;
	text-align:Justify;
	font-size:14px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:16px;
	letter-spacing:0px;
	word-spacing:2px;
	direction:ltr;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

h4{
	color:#000000;
	text-align:Justify;
	font-size:14px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:16px;
	letter-spacing:0px;
	word-spacing:2px;
	direction:ltr;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}	

.transbox{
 	width: 740px;
 	height: auto;
  	margin: 10px 30px;
  	background-color: #ffffff;
  	border: 1px solid black;
  	/* for IE */
  	filter:alpha(opacity=40);
  	/* CSS3 standard */
  	opacity:0.4;
}

.eventDescriptorText{
	font-size: 12px;
}

.linkText{
	padding-top:10px;
}

a:link{
	color:#111111;
	text-decoration:underline;
}

a:visited{
	color:#ffffff;
	text-decoration:underline;
}

a:hover{
	color:#111111;
	text-decoration:none;
}

a:active{
	color:#111111;
	text-decoration:none;
}
