body{
	background-color: #ffc;
	margin: 0px;
	padding: 0px;
}
img {border:none;}

div.container{
	width:800px;
	margin: auto;
	background-color: #fff;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div.header{
	width:780px; height:92px; background: url('images/header_back.png'); 
	background-repeat:repeat-x; text-align:left; padding:0px; margin:0px;
}
div.header_text{
	font-size:50px; font-family:arial; color:white; opacity:0.8; font-weight:bold; 
	padding:0px; position:relative;right:2px; padding-left:10px; padding-top:5px;
}
div.header_subtitle{
	font-size:18px; font-family:arial; color:black; opacity:0.8; 
	font-weight:bold; padding:0px; padding-left:10px; padding-top:2px; 
}

div.comment_text{
	margin-top:5px;
}

div.comment_box{
	width:520px; font-family:arial; font-size:14px; padding:10px; border:1px solid #eee;
	margin-bottom:15px;  border-right:1px solid #999; border-bottom:1px solid #999;
	background:#eee;
}



a.buttonLink{
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	font-family:arial;
	color:white;
	
}
a.buttonLink :active{
	color:white;
}

div.editButton{
	background:#fc3;
	border:2px yellow solid;
	padding:10px;
	font-size:14px;
	text-transform:uppercase;
	margin:5px;
	width:140px;

}

div.event{
	background:#eee;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:10px;
	margin-bottom:15px;
}

div.eventTitle{ 
	font-weight:bold;
	font-size:24px;
	background:#eee;
	padding:4px;
	padding-left:0px;
}

div.EventBody{
	padding:4px;
}

a:link{
	color:black;
}
a:visited{
	color:black;
}
a:hover{
	color:#666;
}
div.menu{
	font-size: 12px;
	font-weight: bold;
	width: 770px;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 24px;
	margin-left: 10px;
	padding-left: 10px;
}
div.menu a{
	text-decoration:none; 
	color:black;
	font-family:Arial;
}
div.menu a:hover{
	color:#0066CC;
	font-family:Arial;
	text-decoration: underline;
}

div.banner{ padding-left:10px;}
div.footer{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 33px;
	width: 800px;
}
