body
{
	background-color:	#ffffff;
	margin:				0px 0px 0px 0px;
}

#defaultContent
{
	background-color:	#ffffff;
	background-image:	url("../media/back.png");
	width:				850px; /* original width: 1003px */
	height:				399px; /* original height: 599px; */
	margin:				0px auto 0px auto;
	padding-left:		133px;
	padding-top:		200px;
}

#buttonPanel
{
	width:				147px;
	float:				left;
	text-align:			center;
}

#buttonPanel img
{
	border:				none;
}

#buttonPanel span
{
	margin-bottom:		3px;
	border:				none;
	cursor:				pointer;
}

#contentPanel
{
	float:				left;
	margin-left:		50px;
	color:				#726e6e;
	font-family:		Times;
	font-size:			13px;
	width:				570px;
	height:				210px;
	overflow:			none;
}

#title
{
	font-size:			23px;
	height:				30px;
	font-family:		Times;
	color:				#726e6e;
}

#content
{
	width:				570px;
	position:			relative;
}

#content_web
{
	width:				570px;
	height:				215px;
	overflow:			auto;
	position:			relative;
}

#content *
{
	position:			relative;
}

#content_web div
{

}

#occassionsFrame
{
	border:				none;
	width:				100%;
	height:				100%;
	filter:				alpha(opacity=40);
	filter:				progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity:		0.7; 
}