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

body {
	background-image: url(images/bodyBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000;
}

#container{
width: 702px;
margin: 0 auto;
}

#header{
	width:701px;
	height:240px;
	
	background-position:left;
	background-repeat:no-repeat;
	background-color:#OOO;
}

#content{
	width:701px;
	height:368px;
	margin-bottom: 0 px;
	
}

#lowerContent{
	width:701px;
	height: 110px;
	margin-top:0px;
	background-image: url(images/mme_05.jpg);
	background-position:top;
	background-repeat:repeat-y;
		
}


#contact{
	height:464px;
	width:701px;
	background-image:url(images/contentbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#txt{
	width: 95%;
	height: auto;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	margin-bottom: 15px;
}

#txt a:link {
	color: #000;
}
#txt a:visited {
	color:#000000;
}
#txt a:hover {
	color:#330033;
}

#mediaHolder{
	height:auto;
	width:701px;
	background-image:url(images/mediabg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.media{
	font-family: "Times New Roman", Times, serif;
	text-align:left;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
}

#contactTop{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	text-align:center;
	padding:5px;
	width: 90%;
	margin: 0 auto;
	line-height: 14px;
}

#contactL{
	width:500px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	text-align: justify;
	float:left;
	margin-left: 50px;
	margin-bottom:5px;
	padding-left: 10px;
}

#contactL img{
padding-right:10px;
}

#contactL a:link {
	color: #000;
}
#contactL a:visited {
	color:#000000;
}
#contactL a:hover {
	color:#330033;
}
#contactL a:active {
	color:#330033;
}

#locationLeft{
	clear:right;
	padding-bottom:0px;
	padding-left:5px;
	float:left;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:12 pt;
	text-align: center;
	font-style:italic;
	
}

#locationRight{
	float: left;
	padding-left: 15px;
	padding-right:15px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	text-align: justify;	
}
#locationRight a:link {
	color: #000;
}
#locationRight a:visited {
	color:#000000;
}
#locationRight a:hover {
	color:#330033;
}
#locationRight a:active {
	color:#330033;
}

#lowerNav{
	width:701px;
	height:37px;
	margin-top: 0px;
	padding-top: 0px;
	}

#bottomNav{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	width:701px;
	margin-top: 10px;
}

#bottomNav a:link {
	color: #FFF;
}
#bottomNav a:visited {
	color:#CCCCCC;
}
#bottomNav a:hover {
	color:#00CCFF;
}
#bottomNav a:active {
	color: #000033;
}
