
/*
 * LAYOUT
 * This CSS file contains rules for the master template
 */
body
{
	background: #fff;
	margin: 0;
	padding: 0;
	background: url(/local/freebe.tv/images/bg_body.gif) #fff center top repeat-y;
	font-size:0px;
}

#wrapper, #topPanel, #content, #footer
{
	clear:left;
	width: 740px;
	margin: 0 auto;
	padding: 0;
	display: table;
	background: #fff;
}

#topPanel
{
	height: 180px;
}

#content
{
	/* */
}

#footer
{
	height: 115px;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

/*
** GENERIC FOCUS BOXES
*/
.focusBox
{
	float:left;
	width: 490px;
	height: 187px;
	margin: 3px 0 0 0;
	background: url(/local/freebe.tv/images/fb-block-bg.gif) #fff top left no-repeat;
}

.focusBox p
{
	margin: 0 10px 0 10px;
}

.focusBox p strong
{
	font-size: 110%;
}

.plainBox
{
	border: 3px solid #666;
	margin: 0 0 10px 0;
}

.plainBox p
{
	margin: 5px;
}


