body {
	 background-color: #F8F8F8;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 padding-top: 50px;
}

#Main {
	margin:auto;
	width:600px;
}
#MainT {
	background: url(../images/pTop.png) no-repeat top center;
	height: 88px;
}

#MainM {
	background: url(../images/pTile.png) repeat-y top center;
 padding: 0 40px;
}
#MainF {
	background: url(../images/pFoot.png) no-repeat bottom center;
	padding-bottom: 20px;
	text-align: center;
}
.mainText {
	padding-top: 10px;
}
.mainText h1 {margin:0; margin-bottom:10px; font-size: 22px;
}

.mainTable td {
	width: 50%;
	vertical-align: top;
	
}
.tdLeft{ padding-right: 10px;
	
}
.tdRight{ padding-left: 10px;
	
}

.txtCopyright{ padding-bottom: 5px;}

a {color: #990000;
}


/* used for lower advertising box */
/*


#MainM2 {
	background: url(../images/pAd2.png) no-repeat top center;
	height: 111px;
	text-align: center;
}
#MainM2 #sub {
margin-top: 25px;
}*/
