body {
	margin:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 7pt;
}

p {
	margin:0;
	padding: 0;
}

div#mainWrap {
	width:100%;
	height:100%;
	margin:0;
	background-repeat: repeat;
	/*background-color: browne;*/
	/*border: 1px solid black;*/
}

div#bannerFrame { 
  /* min-width:940px IE6/7 hack */
	min-width:940px;
	width:auto !important;
	width:940px;
	height:74px;

	background-repeat: no-repeat;
	background-position: 0px 13px;
	/*background-color: green;*/
	/*border: 1px solid red;*/
	padding: 0px 20px 0px 0px;
}

div#bannerFrameLeft {
	width:313px;
	height:74px;
	float: left;

	/*background-color: brown;*/
}

div#bannerFrameRight {
	height:74px;
	margin: 0px 0px 0px 313px;
	
	/*background-color: violet;*/	
}

div#bottomFrame {
	/* min-width:940px IE6/7 hack */
	min-width:940px;
	width:auto !important;
	width:940px;
	height:577px;

	background-repeat: no-repeat;
	/*background-color: #515151;*/
	/*border: 1px solid red;*/
	padding: 0px 20px 0px 0px;
}

div#bottomFrameLeft {
	width:744px;	
	height:577px;
	float: left;
	padding: 0px 0px 0px 30px;
	
	/*background-color: pink;*/	
}

div#bottomFrameRight {
	height:577px;
	margin: 0px 0px 0px 744px;

	/*background-color: yellow;*/
	
	/*
	overflow-x: hidden;
	overflow-y: auto;
	*/
}

div#footerFrame { 
	/* min-height:52px IE6/7 hack */
	min-height:52px;
	height:auto !important;
	height:52px;
	
  /* min-width:940px IE6/7 hack */
	min-width:940px;
	width:auto !important;
	width:940px;

	background-repeat: repeat;
	/*background-color: green;*/
	/*border: 1px solid red;*/
	padding: 0px 20px 0px 0px;
}

div#footerFrameLeft {
	width:713px;
	/* min-height:52px IE6/7 hack */
	min-height:52px;
	height:auto !important;
	height:52px;
	float: left;

	/*background-color: brown;*/
}

div#footerFrameRight {
	/* min-height:52px IE6/7 hack */
	min-height:52px;
	height:auto !important;
	height:52px;
	margin: 0px 0px 0px 713px;
	
	/*background-color: violet;*/	
}
