@charset "UTF-8";
/* CSS Document */


body{
	background-color:#fad314;
	font-family:Arial, Helvetica, sans-serif;
	color:#581e00;
	font-size:13px;
	line-height:18px;
}

a{
	color:#990000;
	text-decoration:none;
}

a:hover{
	color:#FF0000
}

#container{	
	margin:2%;
}

#content{
	width:900px;
	height:663px;
	margin:auto;
	background:url(IMG/gp4ubg.jpg) no-repeat;
	position:relative;
	
} 

#menu{
	position:absolute;
	bottom:175px;
	left:30px;
}

#menu ul{
	list-style:none;
}

#menu ul li{
	float:left;
}

#menu a.home{
	background:url(IMG/btn_home1.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:60px;
}

#menu a.home:hover{
	background:url(IMG/btn_home2.png) no-repeat;
}

#menu a.parties{
	background:url(IMG/btn_party1.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:80px;
}

#menu a.parties:hover{
	background:url(IMG/btn_party2.png) no-repeat;
}

#menu a.about{
	background:url(IMG/btn_about1.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:95px;
}

#menu a.about:hover{
	background:url(IMG/btn_about2.png) no-repeat;
}

#menu a.contact{
	background:url(IMG/btn_contact1.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:70px;
}

#menu a.contact:hover{
	background:url(IMG/btn_contact2.png) no-repeat;
}

h1.pageHeader{
	position:absolute;
	top:70px;
	left:80px;
	border-bottom: 4px solid #b32017;
	padding-bottom:6px;
}

#sectionContent{
	position:absolute;
	top:160px;
	left:80px;
	width:570px;
}
