@charset "utf-8";
/* CSS Document */
			/* Center the website */
			#AnimatedHeaderWrapper{
				width:960px;
				margin:0 0 0 0;				
			}
			
			/* Give the header a height and a background image */
			#AnimatedHeaderContent{
				height:175px; 
				background: #000 url(../MenuImages/background.jpg) repeat-y scroll right top;
				/*text-align:center;*/
				border-radius:15px 15px 0 0;
				margin:0 0 0 0;
				padding:0px;
			}
			
			/* Create a Shadow Overlay */ 
			.Shadow{
				width:960px;
				height:175px;
				background: transparent url(../Images/overlay.png) repeat-x scroll left top; 
				border-radius:15px 15px 0 0;
			margin:0px;
			padding:0px;
			}
			
			/* Vertically position header text and style it*/
#BannerPicture{
	position:absolute;
	height:175px;
	width:160px; 
	border-radius:15px;
	padding:0px;
	margin-top:-175px;
}

.burning {
        position:absolute;
		color: #fff;
		margin:-175px 0 0 0px;
	/*	padding-top:50px;*/
        text-shadow: 0px -1px 4px #F00, 10px -10px 20px #ff8000;
        font: 13px Georgia, "Times New Roman", Times, serif;
}

.burning h1{
	 font: 30px Ponnala;
}

#tips, #tips li {
	position:absolute;
	padding:0;
	list-style:none;
	}
#tips{
	/*position:absolute;
	/*left:800px; */
	margin: 0 0 0 00px;
	height:175px;
	width:160px; 
	border-radius:15px;
	}
/*#tips li{
	padding:20px;
	background:#e1e1e1;
	display:none; /* hide the items at first only to display one with javascript */
/*	} */
