.nav {
	background-color: #000;
	text-align: left;
	height: 20px;
	width: 900px;
	border-top: 1px #06F inset;
	border-bottom: 1px #06F outset;
	
}
.nav a{
	font-size:14px;
	padding-left: 10px;
	padding-right: 10px;
	color: #06F;
	text-decoration:none;
	font-weight:bold;
}
.header {
	background-color: #000;
	width: 100%;
	
}
.container {
	background-image: url(images/content-bck.jpg);
	background-repeat: repeat;	
	border-bottom: 1px solid #06F;
}
.layover {
	
	width:900px;
	
	background-image:url(images/layover.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}
.content {
	width:900px;
	text-align: left;
}
.right {
	margin: 5px;
	float: right;
	width: 300px;
}
.left {
	margin: 5px;
	float: left;
	width: 575px;
}
.details {
	margin: 15px;
}
.date {
	border-bottom: 1px solid #00F;
	padding-left: 5px;
}
.info {
	
}
.heading {
	font-size: 20px;
	font-weight: bold;
	color: #00C;
}
.point {
	font-size: 18px;
	font-weight: bold;
	color: #00F;
	text-align: center;
}

.time {
	color: #00F;
}





body {
	background-color: #000;
	background-image: url(images/backgrnd.jpg);
	font-family: century gothic;
	font-size:14px;
	color:#FFF
}
