#page
{
	/* recommended styles */
	margin: auto; /* marker :m1: delete this to make layout left aligned */

	/* add custom styles here */
	width: 980px; 
	
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topRight: 6px;
	-webkit-border-radius-topLeft: 6px;
	-webkit-border-radius-topRight: 6px;
	margin-top: 12px;
	background-color: #ffffff;
}

/*
 * Header style Definitions
 */
#header
{
	/* recommended styles */

	/* add custom styles here */
	border-bottom: 8px solid #768896;
	float: left;
}

#logo
{
	padding-top: 35px;
	padding-left: 30px;
	float: left;
	padding-bottom: 0px;
}

#logoBiggerCream
{
	float: right;
	width: 441px;
	/*padding-top: 19px;*/
}

#cream
{
	width: 308px; 
	height: 137px;
	float: left;
}

#headernav
{
	/* recommended styles */
	width: 980px;
	float: left;
	border-top: 1px solid #dbdbdb;
	margin-top: 7px;

	/* add custom styles here */

}

#pagetitle
{
	background-color: #333333;
	color: #cccccc;
	padding-left: 44px;
	padding-top: 32px;
	height: 79px;
	font-size: 36px;
	
}
/*
 * Body style Definitions
 */
#body
{
	/* recommended styles */
	clear: both;

	/* add custom styles here */
}

#callout
{
	padding-top: 30px; /*84px;*/
	padding-left: 145px;	/*height: 90px; 115px;*/
}

#slideShow
{
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 164px;*/
}
#boogie
{
	float: left; 
	width: 980px; 
	height: 400px; 
	overflow: hidden;
}

#secondary
{
	padding: 45px 0px 20px 45px;
	width: 888px;
	float: left;
}
#cs
{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: url(../imgs/cs_bg.gif) top left repeat-y;
	height: 15px;
	overflow: hidden;
	clear: both;
}

#c1
{
	float: left;
	background-color: #eeeeee;
	border-right: 1px solid #dbdbdb;
	width: 325px;
}

#c2
{
	float: left;
	padding: 28px 0px 0px 32px;
	width: 295px;
}

#c3
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 327px;
}

#galleryContent
{
	background: url(../imgs/galleryContent_bg.gif) top left repeat-y;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 25px;
	width: 100%;
	overflow: visible;
}

#galleryContentLeft
{
	float: left;
	padding: 40px 30px 0px 44px;
	width: 50%;
}

#galleryContentRight
{
	float: left;
	padding: 48px 0px 0px 5px;
	width: 41%;
}

#galleryContentRight img
{
	border: 1px solid #cccccc;
}

#footer
{
	padding: 34px 0px 0px 20px;
	font-size: 10px;
}

