html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*p {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#FF66FF;
	font-weight: bold;
}*/

a {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#F09;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	color:#33FF00;
	text-decoration: none;
}	
	




body {
	/*background-image: url(images/wrapping_paper.jpg);*/
	background:#000;
	text-align: center;
	color: white;
	font: 11px verdana, sans-serif;
}
#wrapper {
	text-align: left;
	width: 990px;
	height: auto;
	position: relative;
	background: url(images/pink_bg.jpg) repeat-y;
	border: 0px solid #000000;
	margin: 15px auto;
}

#header {
	width: 990px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/logo.jpg);
}

.header {
	text-indent: -5000em;
    display: block;
}

.lyrics {
	text-indent: -5000em;
    display: block;
}

#menu {
	width: 990px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: url(images/pink_bg.jpg);
	
}

#menu ul, #menu li {
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 5px;
	margin-top: 0px;

}
	
#menu a:link, #menu a:visited {
	text-decoration: none;
	
}

#menu a:hover { 
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff; 
	
}

.menu_text_links {
	text-indent: -5000em;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	font-size:9px;
}

#try_again {
	width: 990px;
	height: auto;
	margin-left: auto;
	margin-right:auto;
}

#santa {
	width: 990px;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}

#inner_container {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#media_player_container {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#lyrics_container {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#competition {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	padding-top: 10px;
}
	


#footer {
	width: 990px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}





img{
	border:none;
}

/*Info Page Styles*/


#info_container {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: url(images/big_green_middle.png);
	overflow:visible;
}

#info_container_content {
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#F09;
	font-weight: bold;	
	padding-top: 50px;
}


#info_container_top {
	width: 800px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: url(images/big_green_top.png);
}

#info_container_top_left {
	width: 200px;
	height: auto;
	padding-left: 20px;
	padding-top: 15px;
}

#info_container_bottom {
	width: 800px;
	height: 92px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/big_green_bottom.png);
	text-align:center;
}

#details_left {
	width: 300px;
	height: auto;
	float: left;
	overflow:visible;
}

#details_right {
	width: 340px;
	height: auto;
	float: right;
	overflow:visible;
	color: #F09;
}
	
.clear {
	clear: both;
}

#image_gallery {
	height: auto;
	margin:auto;
	
}

#lyrics_text {
	text-align:center;
}
#details {
	height: auto;
	width: 600px;
}

#mp3 {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	float: left;
	 
}

#zip {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	float: right;
	
}

#player {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
	

