@charset "utf-8";
/* CSS Document */
.logholder{
	width:60%;
	margin:auto;
	background:hsla(0,0%,80%,1);
	padding-bottom:20px;
	
	
	
	
	}
#mainhead{
	font:Georgia, "Times New Roman", Times, serif;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:46px;
	
	}
legend{
	color:hsla(0,0%,100%,1);
	font-size:30px;
	}
form{
	width:60%;
	background:hsla(0,0%,100%,1);
	margin:auto;
	margin-bottom:30px;
	padding-left:20px;
	
	
	}
input[type='text'],input[type='password']{
	width:300px;
	margin-top:40px;
	margin-left:40px;
	}
input[type='button']{
	width:100px;
	margin-top:40px;
	margin-left:160px;
	}
input[type='reset']{
	width:100px;
	margin-top:40px;
	margin-left:40px;
	margin-bottom:20px;
	}
.main{
	width:80%;
	margin-left:10%;
	background:hsla(0,0%,40%,0.20);
	float:left;
	
	
	}
a{
	color:hsla(0,0%,100%,1)
}
h5{
	margin-top:-30px;
	color:hsla(0,0%,100%,1);
}

.maintable {
	width:1000px
	
	}
.content{
	clear:both;
	float:left;
	
	
	}
.mtitle,audio{
	
	
	}

.left{
	
	width:200px;
	float:left;
	padding:10px;
	border-right:thin inset hsla(0,0%,100%,0.5);
	}
.middle{
	padding:10px;
	width:600px;
	float:left;
	
	}
.right{
	padding:10px;
	width:200px;
	float:right;
	border-left:thin inset hsla(0,0%,100%,0.5);
	}
.footer{
	clear:both;
	}
.right img{
	width:200px;
	
	}
.rtitle,.mtitle,.title{
	background:hsla(0,0%,80%,1);
	border:thin inset 2px;
	padding:10px;
	font-size:20px;
	color:hsla(0,0%,100%,1);
	width:80%;
	text-align:center;
	margin-bottom:10px;
	
	}
.event{
	border-bottom:thin solid;
	margin-bottom:10px;
	
	}