@font-face{
	font-family:barbie;
	src:url(font/BARBJSH_.TTF);
}
body{
	background:#D1D1D1;
	margin:0;
}
#wrapper{
	width:1080px;
	margin:auto;
	background:#fff;
}
#wrapper h1, #wrapper h2{
	text-align:center;
	color: #8a0404;
}
#wrapper p{
	text-align:center;
}
#wrapper p a{
	text-decoration:none;
	color: #0000ff
}
header{
	height:150px;
}
header img{
	width:200px;
	display:block;
	float:left;
	padding:0 50px;
}
#kids{
	font-family: 'Butterfly Kids', cursive;
	/*font-family:barbie;*/
	font-size:60px;
	color: #8a0404;
	margin:0;
	padding-top:30px
}
nav{	
	clear:both;
	width:100%;
	background:#8a0505;
	height:50px;
}
nav ul{
	width:940px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
nav ul li{
	float:left;
}
nav a{
	background:#8a0505;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 40px;
	height:50px;
	line-height:50px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
nav a:hover{
	background: #000;
	transition:background 1s;
	color:#fff;
}


nav ul li ul {
	position:absolute;
	max-height: 0;
	max-height: 300px;
	z-index: 99;
	font-size: 16px;
	text-align:center;
	width:200px;
}


nav ul li ul li a {
	background:#8a0505;
	padding:0 10px;
	height:0;
	width:180px;
	position:relative;
	left:-100000px;
}
nav ul li:nth-child(1) a{
	border-left:1px solid #fff;
}
nav ul li:nth-child(3) ul li a{
	width:200px;
}

@-webkit-keyframes dropdownnav {
 0% {
 height:0;
}
 1% {
 height:50px;
}
 100% {
 height:50px;
}
}
nav > ul > li:hover ul li a{
	-webkit-animation: dropdownnav 30s 1;
	-moz-animation: dropdownnav 30s 1;
	-o-animation: dropdownnav 30s 1;
	animation: dropdownnav 30s 1;
	left:0;
}
#purpose{
	width:1000px;
	margin:0 auto;
}
#pto{
	text-align:center;
	width:500px;
	margin:0 auto;
}
#pto li{
	list-style-type:none;
}
#events{
	margin-left:400px;
	list-style-type:none;
}
#events li{
	padding-bottom:5px;
}
#president{
	text-align:center;
	margin:40px 0;
}
#president h2, #vp h2, #secretary h2, #treasurer h2, #box h2, #room h2{
	color: #000;
}
#middle{
	width:1080px;
	margin-bottom:40px;
	overflow:auto;
	text-align:center;
}
#middle #vp{
	width:360px;
	float:left;
	display:block;
}
#middle #secretary{
	width:360px;
	float:left;
	display:block;
}
#middle #treasurer{
	width:360px;
	display:block;
	float:left;
}
#bottom{
	width:1080px;
	margin-bottom:40px;
	overflow:auto;
	text-align:center;
}

#bottom #box{
	width:540px;
	float:left;
	display:block;
}
#bottom #room{
	width:540px;
	float:left;
	display:block;
}
