@charset "UTF-8";
#menu li span {
	color:#000000;
	text-decoration:underline;
}
#menu .last {
	background:none;
}
#Logo {
	background-image: url(images/IMD_Logo.png);
	background-position: left bottom;
	width: 384px;
	height: 258px;
	background-repeat: no-repeat;
	margin-left: 140px;
}
#MainWrapper #MainContentWrapper #Left {
	float: left;
	width: 300px;
}
#MainWrapper #MainContentWrapper #Right {
	float: right;
	padding-right: 10px;
	width: 630px;
}
#MainContentWrapper {
	background-image: url(images/MainBodyBG.png);
	background-repeat: repeat-y;
	min-height:200px;
	overflow: hidden;
	width: 960px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#FooterWrapper {
	background-image: url(images/footerBG.png);
	background-repeat: no-repeat;
	height: 68px;
	overflow: hidden;
	width: 970px;
	color: #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 10px;
	clear: both;
}
.LeftContentWrapper {
	float: left;
	width: 300px;
	border: thin solid #333;
	margin-bottom: 10px;
}
.LeftContentText {
	padding: 5px;
	font-size: 13px;
}
.LeftContentText ul li {
	list-style-type: none;
	margin-left: -15px;
}
.MainContentBox {
	background-image: url(images/MainContentBG.jpg);
	background-repeat: repeat-x;
	min-height:200px;
	border: thick double #900;
	padding: 8px;
	color: #FFF;
	text-align: justify;
	margin-bottom: 10px;
}
#PromoBoxLeft {
	float: left;
	width: 189px;
	min-height:250px;
	overflow: hidden;
	padding: 10px;
}
#PromoBoxRight {
	float: right;
	width: 189px;
	min-height:250px;
	padding: 10px;
}
#PromoBoxCenter {
	width: 189px;
	float: left;
	min-height:250px;
	padding: 10px;
}
#PromoWrapper {
	background-image: url(images/PromoBoxBG.jpg);
	border: 1px solid #000;
	width: 628px;
	overflow: hidden;
}
#PromoWrapperHeader {
	color: #FFF;
	height: 64px;
	padding-left: 10px;
	float: right;
	width: 110px;
}
#PromoWrapperHeader .byline {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.byline a {
	color: #FFF;
	text-decoration: underline;
}
.byline a:visited {
	color: #CCC;
}
.byline a:hover {
	color: #09F;
}
.byline a:active {
	color: #03F;
}
#PromoBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	float: left;
	width: 189px;
	text-align: justify;
}
.LeftContentWrapper .LeftContentText .NewsHeadline {
	color: #900;
	background-image: url(images/clock.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
	padding-left: 38px;
	font-size: 24px;
}
.LeftContentWrapper .LeftContentText .NewsText {
	margin-left: 40px;
	margin-top: 0px;
}
#MainWrapper #MainContentWrapper #Right .MainContentBox h1 {
	color: #000;
}
/* CSS Document */

body, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
body {
	background-color: #c9c9c9;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
p {
	margin-top: 0px;
}
h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #CCC;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
h3 {
	margin-top: 2px;
	font-size: 16px;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #900;
	margin-bottom: 12px;
}
#MainWrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#HeaderWrapper {
	height: 234px;
	overflow: visible;
	width: 100%;
	background-image: url(images/logoBG.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#NavWrapper {
	background-image: url(images/HeaderBG.png);
	background-repeat: no-repeat;
	height: 60px;
	overflow: hidden;
	width: 100%;
}
#ArtistImage {
	background-image: url(images/NikkiSixx.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 258px;
	width: 148px;
	float: left;
}
#menu .padding {
	padding:9px 0;
}
#menu li {
	float:left;
	width:123px;
	font-size:12px;
	text-align:center;
	display:block;
}
#menu li a {
	color:#000;
	text-decoration:none;
	font-size:16px;
	display:block;
	padding:8px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#menu li span {
	display:block;
	padding:8px 0 5px 0;
}
#menu li a:hover {
	color:#000000;
	text-decoration:underline;
}
