/*portPageLay css*/

.clear{
	width:0;
	height:0;
	clear:both;
	}

BODY {
 padding:20px 0 0 0;
 font-family:Arial, Helvetica, sans-serif;
 background: url(../images/whiteSynth.jpg) no-repeat bottom left #fff;
 /*background-image:url(../images/whiteSynth.jpg) no-repeat;*/
 /*background-color:#fff;*/
 
 margin:0;
}
#myBox {
 border:1px dotted red;
 margin:0 auto;
 width:200px;
}
#bodyWrapp {
 margin:0 auto;
 width:776px;
 background-color:#FFF;
}
#topShadow {
 padding:0;
 margin:0;
 background: url(../images/layout/topShadow.gif) no-repeat;
 width:776px;
 height:32px;
}
#purpleBody {
 padding:0;
 margin:0;
 background: url(../images/layout/orange_x_strip.gif) repeat-y;
}
#menu_logo {
 padding:0 20px;
 margin:0 auto;
 width:736px;
 height:71px;
 text-align:right;
 color:#FFF;
 background: url(../images/layout/pfLogo.gif) no-repeat 30px 50%;
}
#menu_logo a {
 color:#FFF;
 text-decoration:none;
}
#menu_logo a:hover {
 color:#000;
 text-decoration:none;
}
#contentWrapp {
 padding:0;
 margin:0;
 width:776px;
}
#content {
 padding:55px 5px 5px 10px;
 border:1px solid #666666;
 margin:0 auto;
 width:676px;
 /*background: url(../images/layout/cbencooke.gif) #ece9d8 no-repeat right top;*/
 /*border-bottom:1px solid #ece9c8;*/
}


#menuWrapp{
	margin:0;
	border-bottom:1px solid #ECE9D8;
	padding:0;
	/*width:666px;*/
	}
#menuDiv{
	float:left;
	border:0;
	padding:0;
	margin:0;
	width:175px;
	
	/*background-color:#999933;*/	

	}
#menuInfoPane{
	margin:0 auto;
	float:right;
	border:0;
	padding:0px 0 0 0px;
	width:491px;
	
	/*background-color:#00FF66;*/
	}

#menuInfoPane img{
	border: 1px solid #666666;
	}

#btmShadow {
 padding:0;
 margin:0;
 width:776px;
 height:32px;
 background: url(../images/layout/btmShadow.gif) no-repeat;
}

.itemWrapp {
display:block;
padding: 4px 0;
margin: 4px 0;
/* border-bottom: 2px solid red;
*/ }



