body {
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center 10px; 
	}
#wrapper, #menu-wrapper {
	width:800px; 
	}
#wrapper {
	height:600px;
	margin:auto auto;
	}
p {
	text-align: left;
	font-family: sans-serif;
	color:white;
	font-size:14px;
	}
#title {
	font-family:sans-serif; 
	font-size:1.5em;
	letter-spacing: .15em;
	text-align:right;
	margin-top:30px;
	margin-right:40px;
	}
#menu-wrapper {
 	height:396px;
	float:right;
/* 	overflow:hidden; */
	overflow:auto;
	}
#menu {
	font-family:sans-serif;
	font-size:1em;
	line-height:2em;
	text-align:right;
	margin-top:-20px;
	margin-right:40px;
	}
	.events {
		}
#hidden-event {
	padding: 10px;
	}
.hidden {
	display: none;
	}
/**************************************************** Footer */	
#footer-wrapper {
	width:800px;
	height:-740px;
	margin:0 auto;
	}
#footer {
	position:absolute;
	font-family:arial, sans-serif;
	font-size:1.2em;
	text-transform:lowercase;
	line-height:1.35em;
	text-align:left;
	}
	.left2 {
		left:490px;
		top:-136px;
		}
	.left {
		left:590px;
		top:-136px;
		}
	.right {
		left:700px;
		top: -136px;
		}

/**************************************************** Hovers */	
/* footer items */
.left a:link {color:#99cc33; text-decoration:none;}
.left a:visited {color:#99cc33; text-decoration:none;}
.left a:hover {color:#ffffcc; text-decoration:none;}
.left a:active {color:#ffffcc; text-decoration:none;}
.right a:link {color:#99cc33; text-decoration:none;}
.right a:visited {color:#99cc33; text-decoration:none;}
.right a:hover {color:#ffffcc; text-decoration:none;}
.right a:active {color:#ffffcc; text-decoration:none;}

/* menu items */
.events a:hover {
	text-decoration:underline; 
	color:green;
	}
.events a:hover:after {
	content:url(img/hvr.png);
	margin-right:-20px;
	}
a:link {color:#666; text-decoration:none;}
a:active {color:#99cc33; text-decoration:none;}
a:visited {color:#666; text-decoration:none;}
a:hover {color:green; text-decoration:none;}

hidden-event:link {color:99cc33; text-decoration:none;}
hidden-event:active {color:#ffffcc; text-decoration:none;}
hidden-event:visited {color:#99cc33; text-decoration:none;}
hidden-event:hover {color:ffffcc; text-decoration:none;}
