@CHARSET "UTF-8";

#wrapper
{
	width:960px;
	text-align: left;
	margin: 0px auto;
	background-color:#ccc;
}

#header
{
	width:inherit;
	height:41px;
	background-image:url(../images/topMenuBg.jpg);
}


#content
{
	width:inherit;
	background-image:url(../images/mainContentBg.gif);


}

#footer
{
	width:inherit;
	background-image:url(../images/footerBg.gif);
	height:30px;
	text-align:center;
	font-size:10px;
	color:#999;
}


/* custom sections - home */

#secondaryContentHome
{
	width:inherit;
	height:224px;
	background-image:url(../images/videoBg.jpg);

}

/* innerPagesContent */
#innerPageContent
{
	padding:20px;
}