body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #eee;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #666;
}

a, a:link, a:active a:visited {
	color: #ee5688;
}

a:hover {
	color: #333;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
	font-size:18px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
	font-size:14px;
	color: #333;
}

#container {
	width: 1000px; 
	background: #eee;
	margin: 0 auto; 
	text-align: left; 
}

#header {
	background: #eee; 
	padding: 0 10px 0 0px;
}

#header h1 {
	margin: 0; 
	padding: 10px 0;
	background-color: #eee;
	background: top left url(images/emo-hair/logo.jpg) no-repeat;
	height:210px;
	text-indent: -9999px;
}
#mainContent {
	padding: 0 20px; 
	background: #eee;
}

#footer {
	padding: 0;
	background:#eee;
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
	border-top: 1px dotted #666;;
	text-align:center;

}