﻿body
{
	background-image:url('../images/background-pink.jpg');
	background-repeat:repeat-x;
}
#header
{
	background-image:url('../images/Logo-pink.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}

.topMenu
{
	background-color:#FA7EB7;
	background-image:url('../images/menu-background-pink.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}

#content
{
	background-image:url('../images/rightimage-pink.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}

#contentContainer
{
	background-image:url('../images/content-background-pink.jpg');
	background-repeat:repeat-y;
}
.eventSection
{
	width:573px;
}

.eventSectionHeader
{
	width:100%;
	float:left;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	background-image:url('../images/event-header-wcake.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

.eventSectionTitle
{
	float:left;
	position:relative;
	width:266px;
	padding:5px 10px;
}

.eventSectionTitle h2
{
	font-size:1.1em;
	font-weight:bold;
	margin:0px;
	color:white;
}

.eventSectionDate
{
	float:left;
	position:relative;
	text-align:right;
	width:265px;
	padding:5px 10px;
}

.eventSectionLocation
{
	
}

.eventSectionImage
{
	width:164px;
	float:left;
	position:relative;
}

.eventSectionIntroduction
{
	width:571px;
	background-color:#DCE4EE;
	border:1px white solid;
}

.eventIntroduction
{
	margin:5px;
	width:397px;
}

.eventLocation
{
	height:16px;
	padding:4px 5px;
	background-color:#A9BDD6;
	font-weight:bold;
	width:397px
}

.eventSectionContent
{
	width:407px;
	float:left;
	position:relative;
}

.eventDetail
{
	width:571px;
	border:1px white solid;
}

.eventDetailHeader
{
	width:100%;
	float:left;
	background-color:#3D5083;
	border-bottom:1px white solid;
	color:white;
	font-size:1.2em;
	font-weight:bold;
}

.eventDetailTitle
{
	float:left;
	position:relative;
	width:276px;
	padding:5px;
}

.eventDetailTitle h1
{
	font-size:1.1em;
	font-weight:bold;
	margin:0px;
	color:white;
}

.eventDetailDate
{
	float:left;
	position:relative;
	text-align:right;
	width:275px;
	padding:5px;
}

.eventDetailLocation
{
	background-color:#A9BDD6;
	border-bottom:1px white solid;
	font-size:1.0em;
	font-weight:bold;
	padding:5px;
	width:561px;
}

.eventDetailImage img
{
	padding:10px 0px;
}

.eventDetailImage
{
	width:571px;
	text-align:center;
	background-color:#DCE4EE;
}

.eventDetailIntroduction
{
	width:561px;
	padding:10px 5px;
	background-color:#DCE4EE;
}

.eventDetailDetail
{
	width:561px;
	padding:10px 5px;
	background-color:#DCE4EE;

}