@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background:#000 repeat bottom left;
}
#container{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) #fdd700 repeat-x top left;
}
#wrapper{
	margin:0;
	padding:0;
	width:1024px;
	position:relative;
}
#header{
	background:url(../images/MGRtoplogo.png) top left no-repeat;
	height:177px;
}
.headerP{
	padding:15px 0 0 400px;
	word-spacing: 1.5px;
}
#main{
	width:900px;
	/*position:relative;*/
	padding-top:20px;
}
#gallery{
	width:534px;
	/*padding-left:23px;*/
	height:350px;
}
#galleryPage{
	width:534px;
	text-align:right;
}
#galleryPage ul{
	width: 100%;
	list-style:none;
}
#galleryPage li{
	display:inline;
	list-style-type:none;
	padding-left:3px;
}
#InfoGallery{
	width:534px;
	height:350px;
}
#photos{
	width:416px;
	height:350px;
}
#photosGalleryPage{
	width:416px;
	text-align:right;
}
/*#photosGalleryPage, #player, #photos{
	float:left;
	position:absolute;
}*/
#photosGalleryPage ul{
	width: 100%;
	list-style:none;
}
#photosGalleryPage li{
	display:inline;
	list-style-type:none;
	padding-left:3px;
}
#player{
	width:320px;
/*	background-color:#000;*/
	height: 200px;
	margin-top: 113px;
	visibility:hidden;
}
#videoPlayer{
	width:320px;
/*	background-color:#000;*/
	height: 256px;
	margin-top: 55px;
}
#gallery, #photos, #player, #photoPlayer, #videoPlayer{
	float:left;
	padding-right:20px;
}
#photoPlayer{
	width:320px;
	background-color:#000;
	height: 200px;
	margin-top: 113px;
	margin-right: 120px;
}
#nav{
	clear:both;
	height:170px;
	padding-bottom:25px;
}
#navcontainer
{
	padding-top:25px;
	/*padding-left:15px;*/
	float:left;
	width:98px;
}
#navcontainer ul{
	width: 100%;
	list-style:none;
}
#navcontainer li{
	display:inline;
	list-style-type:none;
	padding-right: 20px;
}
#navcontainer a{
	margin:0 1px;
	width: 70px;
	display:inline;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
}
#main, #nav{
	margin-left:28px;
}

#footer{
	width: 100%;
	background:url(../images/footerBg.gif) #000 repeat-x;
	position:static;
	bottom:0;
}
.footerFonts
{
	color:#FFF;
	padding-top:15px;
	padding-left:25px;
	font-family:Arial, Helvetica, sans-serif;
}
.navLogo{
	padding-left:45px;
}
.h1InfoTitle{
	padding:10px 0 10px 0;
}
.pInfoTitle{
	font-size:12px;
	padding:10px 0 10px 0;
}
.pInfoP{
	font-size:11px;
}
