body {
	margin:0.2em 0 1em 0;
	background-color:#eee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#container , div.header, div#menu{
	width:50em;
	margin:auto;
}
div.menuPitch{
	height:20px;
}

div.pitch, div.menuPitch{
	padding:0em;
	border-left:1px solid #e7e7e7;
	background:#fff url(../images/right.gif) 100% 0 repeat-y;
}
div.header{
	height:2.5em;
}
.pitchBody{
	margin-top:10px;
	position:relative;
}
div.panel{
	width:626px;
	margin:0 3px 2px 5px;
	display:inline;
	float:left;
}
TD.p-body{
	background:#f9f9f9 url(../images/panel-l-side.jpg) 0 0 repeat-y;
	min-height:291px;
	padding-left:10px;
	padding-right:10px;	
}
TD.p-side.top{
	background:#f9f9f9 url(../images/panel-t.jpg) 100% 0 no-repeat;
	height:13px;
}
TD.p-side.bottom{
	background:#fff url(../images/panel-b.jpg) 100% 0 no-repeat;
	height:131px;
	background-position:0 100%;
}
TD.r-panel{
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
	padding-left:5px;
	vertical-align:top;
}

/* ---------- container shadow ---------- */
div.container div.side {
	position:relative;
}
div.container div.side.top,
div.container div.side.bottom {
	background-color:#fff;
	background-repeat:repeat-x
}
div.container div.corner {
	position:absolute;
	background-repeat:no-repeat
}
div.container div.side.top {
	height:0px;
	border-top:1px solid #e7e7e7;
}
div.container div.side.top div.corner.left {
	width:6px;
	height:7px;
	left:0;
	top:-1px;
	background-image:url(../images/top_left.gif);
}
div.container div.side.top div.corner.right {
	width:8px;
	height:7px;
	right:0;
	top:-1px;
	background-image:url(../images/top_right.gif);
}
div.container div.side.bottom {
	height:8px;
	background-position:0 100%;
	background-image:url(../images/bottom.gif);
}
div.container div.side.bottom div.corner.left {
	width:7px;
	height:8px;
	left:0;
	background-image:url(../images/bottom_left.gif);
	_background-position:1px 0;
	_background-color:#eee
}
div.container div.side.bottom div.corner.right {
	width:8px;
	height:8px;
	right:0;
	background-image:url(../images/bottom_right.gif);
}