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

* {
	margin: 0;
	padding: 0;
}


body	{
	background: url(../images/bkg/muse-main-bkg.jpg) fixed center;
		}

		
p		{
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	padding: 5px 5px 5px 15px;
		}

h1 {
	padding-left: 15px;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}

h2 		{
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-left: 15px;
	padding-top: 10px;
		}
	
h3 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #FC0;
	padding-left: 16px;
	padding-top: 2px;
}

	
td { }
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #999966;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

#head {
	background: url(../images/header/muse-header-splash.png) no-repeat;
	margin: 0px auto;
	height: 270px;
	width: 933px;
}

#front {
	margin: 15px auto 0px;
	height: auto;
	width: 900px;
	float: none;
	}

	
.poster {
	height: auto;
	width: 450px;
	margin: 0px auto;
	float: left;
	padding-left: 25px;
	}
	
.info {
	float: right;
	height: auto;
	width: 400px;
	margin: 0px auto;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #330000;
	padding-right: 10px;
	padding-left: 1px;
	}
	
.foottext {
	color: #FFFFCC;
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 0px;
	}

.foottext a:link {
	color: #FFFFCC;
	font-size: 12px;
	text-decoration: none;
	}

.foottext a:visited {
	color: #FFFFCC;
	text-decoration: none;
	}

.foottext a:active {
	color: #333333;
	text-decoration: none;
	}

.foottext a:hover {
	color: #FFCC00;
	text-decoration:
	underline;
	}

#footer {
	width: 932px;
	height: 169px;
	background: url(none) no-repeat;
	margin: 0px auto;
	clear: both;
	}
.pnorm {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	padding: 5px 25px 5px 15px;
}

