@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
	border-top: 30px solid #18481d;
	border-bottom: 30px solid #18481d;
	position: relative;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header{
	height: 139px;
	background: url(images/muheader.jpg) no-repeat center;
	margin-top: 25px;
}
#wrapper{
	width: 804px;
	margin: 0 auto;
}
#contentwrapper{
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding-top: 90px;
	position: relative;
	top: -45px;
}
#footer{
	width: 100%;
	margin-bottom: 25px;
	text-align: right;
}
#navigation{
	width: 225px;
	margin-top: 30px;
	vertical-align: top;
}
#content{
	width: 549px;
	padding-right: 25px;
	text-align: justify;
}
#contact{
	text-align: center;
	float: left;
}
#aboutwrapper{
	position: relative;
	height: 580px;
	top: 30px;
	text-align: center;
}
#aboutlogo{
	border: 2px solid #FFFFFF;
	padding: 15px;
}
#linklogo{
	position: absolute;
	left: 420px;
	width: 420px;
	height: 100px;
}
#labellink a:hover {
	text-decoration: none;
}
.adtable{
	border: 2px solid #999;
	width: 400px;
	margin: 0 auto;
	}
	.adtable th {
		text-align: left;	
	}
	.adtable td {
		text-align: center;	
	}
.copytd{
	padding: 15px;
}
.navitem{
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	padding-left: 10px;
	margin-right: 25px;
}
.navitem:hover{
	background-color: #1c1c1c;
}
a:visited{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	text-decoration: none;
}
a:active{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	text-decoration: none;
}
a:link{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.mediakit{
	margin-left: 30px;
	font-weight: normal;
	font-size: 13px;
}
.mediakit a{
	color: #99c545;
}
.barsite{
	margin-left: 30px;
	font-weight: normal;
	font-size: 13px;
}
.footerpics{
	border: 1px solid #FFFFFF;
	margin-top: 5px;
}
.covercontentpic{
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 25px;
}
.cursorpointer{
	cursor: pointer;
}
.adtableheaders{
	background-color: #999;
	color: #000000;
}
.adtabletitles{
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
}