
#panel {
	background-image: url('../images/event_background_large.png');
	background-position: center;
	background-repeat: no-repeat;
	font-size: 8px;
}

#newsletter {
	background-image: url("../images/newsletter_background.jpg");	
	background-position: center;
	background-repeat: no-repeat;
}

#newsletter form div {
	padding-top: 14px;
	padding-bottom: 4px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

#newsletter form {
	color: white;
	padding-left: 20px;
	font-size: 12px;
}

#newsletter form input{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	width: 245px;
	height: 17px;
}

#newsletter form a{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 0px;
	line-height: 18px;
}

#invite {
	background-image: url("../images/invite_background.gif");	
	background-position: center;
	background-repeat: no-repeat;
}

#invite form div {
	padding-top: 30px;
	padding-bottom: 4px;
	font-size: 20px;
	font-weight: bold;
}

#invite form {
	padding-left: 30px;
	font-size: 12px;
}

#invite form input{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	width: 200px;
	height: 17px;
	margin-bottom: 2px;
}

#invite form a{
	color: blue;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 0px;
	line-height: 30px;
}

.photo {
	color: white;
	background-color: #990066;
}

#news {
	padding: 10px;
	padding-bottom: 0px;
	overflow: auto;
	height: 474px;	
	/* height: 613px; */	
}

#likebox {
	padding-left: 5px;	
}

#news p {
	text-align: justify;
}

#news div {
	cursor: pointer; 
	text-align: justify;
}

#news a {
	color: #333333;
}

