body {
	background: url(../images/celebrate_bkg.jpg) repeat-x;
	margin: 0px auto;
	text-align: center;
	width: 950px;
 }
p {
	color: #333333;
	font:  14px georgia, times, "times new roman", serif;
	line-height: 1.5em;
	text-align: left;
 }

a {
	color: #ed548f;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #bd1455;
	text-decoration: none;
}


a:visited {
	color: #ed548f;
}

a img {
	border: none;
}

h1
{ 
	color: #333333; 
	font-size: 22px; 
	font-family: georgia, times, "times new roman", serif; 
}
h2
{
	font: 18px helvetica, arial, sans-serif;
	color: #ed548f;
}

h3
{
	font:  18px helvetica, arial, sans-serif;
	color: #ed548f;
	margin-bottom: 0px;
}

ul
{
	margin-left: 0;
}

li {
	list-style: none;
}

#header
{
	width: 950px;
	height: auto;
	background: #ffffff;
	text-align: left;
}
	#headerContent
	{
		height: 152px;
		width: 935px;
		margin: 25px 0 0 15px;
	}
		
		#logo
		{
			float: left;
		}
		
		#tag
		{
			float: right;
			clear: right;
		}

	#menu
	{
		height: 41px;
		width: 950px;
		/*margin-left: 270px;*/
	}
	
	.menuItem
	{
		margin-left: 8px;
		float: right;
		background: #fbdfea;
		width: auto;
		height: 26px;
		padding: 12px 10px 5px 10px;
		text-align: center;
		font-family: helvetica, arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
	}
	
	.menuItem a
	{
		text-decoration: none;
		color: #ed548f;
	}
	
	.menuItem a:hover, a:active
		{
			color: #bd1455;
			text-decoration: underline;
		}
	
	.menuItem a:visited {
	color: inherent;
	}
		

#container
{
	width: 950px;
}

#main
{
	width: 710px;
	height: auto;
	float: left;
	text-align: left;
}
	
	#mainContent
	{
		padding: 15px;
	}


#col1
{
	width: 295px;
	height: auto;
	float: left;
	text-align: left;
	margin-right: 15px;
	margin-top: 15px;
}

#col2
{
	width: 295px;
	height: auto;
	float: left;
	text-align: left;
	margin-right: 15px;
	margin-top: 15px;
}

#col3
{
	width: 295px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 15px;
}

#left
{
	width: 240px;
	height: 100%;
	text-align: left;
	float: left;
	clear: none;
}
	#leftContent
	{
		padding: 15px;
	}
	
	.sponsorMenu
	{
		margin-top: 0px;
		font: 14px helvetica, arial, sans-serif;
		line-height: 1.5em;
	}
	
	.sponsorMenu a
	{
		text-decoration: none;
		color: #333333;
	}
	
	.sponsorMenu a:hover, a:active
		{
			color: #bd1455;
			text-decoration: underline;
		}
	
	.sponsorMenu a:visited {
	color: inherent;
	}


#right{
	width: 240px;
	background: #ffffff;
	float: right;
	height: 100%;
}

	#rightContent
	{
		padding: 15px;
	}

#footer
{
	width: 950px;
	height: 200px;
	float: left;
}

.image_left
{
	float: left;
	padding: 0 10px 10px 0;
}

.image_right
{
	float: right;
	padding: 0 10px 10px 10px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.intro
{
	font-size: 20px;
	font-family: georgia, Times, serif;
	color: #333333;
	line-height: 1.75em;
}

.footer
{
	font-size: 11px;
}
