.header h1 { 
	font:Georgia, "Times New Roman", Times, serif;
	color:#ef046c; }

.logo {
	background-image:url(../images/PinkTheme/logo.png);
	background-repeat:no-repeat;
	width:270px;
	height:56px;
	float:left;
	margin-left:15px;
	margin-top:-12px;
	
}
.ContentTop {
	background-image:url(../images/PinkTheme/PinkTop.png);
	background-repeat:no-repeat;
	width:900px;
	height:326px;
}
.ContentMiddle {
	background-image:url(../images/PinkTheme/PinkMiddle.png);
	background-repeat:repeat-y;
	width:900px;
}
.ContentBottom {
	background-image:url(../images/PinkTheme/PinkBottom.png);
	background-repeat:no-repeat;
	width:900px;
	height:24px;
}
a:link, a:visited { 
	text-decoration:none; 
	outline:none; 
	color:#ef046c;
}

a:hover {
	text-decoration:none; 
	outline:none; 
	color:#666;
}
ul.dropdown li:hover > a.dir {
	display:block;
	height:25px;
	border-bottom:thick solid #ef046c;

}

ul.dropdown ul a:hover {
	color:#ef046c;
	}
