@charset "utf-8";
/* CSS Document */

* {
	/* the "*" is universal */ 
	margin: 0;
	padding: 0;
	border: 0;
	behavior: url(iepngfix.htc);
	} 
	
body {
	background-color: #000000;
	text-align: center; /* This centres the container div; text-align is put back to 'left' within the container div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/* The following 4 lines are a font size hack for IE */
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}
	
h1 {
	font-weight: normal; /* Otherwise the default is bold */
	font-size: 155%;
	padding: 0 0 4px 0;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thin;
	}
	
p {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3em;
	padding: 10px 0 0 0;
	}
	
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #FF2EFF;
	}
	
a:hover, a:active {
	color: #2EC7FF;
	}	
	
#holderBlurb, #lipFacedSketch {
	float: left;
	margin: 50px 0 0 70px;
	width: 860px;
	text-align: left; /* puts text back to left after being centred in the body, above */
	background-image: none;
	}
	
#lipFacedSketch {
	width: 810px;
	margin: 50px 0 0 70px;
	background-image:url(newyear09/images/newYearsLipFace.jpg);
	background-repeat: no-repeat;
}

#introNewYears {
	width: 300px;
	margin: 22px 0 0 70px;
	color: #000056;
}

#calendarPoints {
	margin: 0 0 15px 0;
}

#inlinePics {
	float:left;
	margin: 10px;
}

#musicPanel {
	width: 600px;
	margin: 20px 0 0 0;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:thin;
}

#albumCover {
	margin: 10px;
	float:left;
	width: 160px;
}
	
#flashSite {
	margin: 10px 0 0 0;
	}

	
#container {
	margin: 0 auto; /* centres the div within the browser window */
	width: 860px;
	text-align: left; /* puts text back to left after being centred in the body, above */
	position: relative; /* also works to centre the div within the window */
	background-image: none;
	}
	
	
