html, body{width:100%; height:100%; padding:0px; margin:0px;}

.body {padding:10px;}

.left {
  float:left;
  width: 160px;
  /*margin-left: -5%;*/ /* the difference to make the left colum appear flush left */
  /*padding-left:10px;*/
}

.center {
    margin-left:160px;
	position:relative;
  /*float:left;
  width: 100%; */
  /*margin-right: -95%; */
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

.left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.left ul li{
	margin: 10px 0px 0px 0px;
}

.left ul li li{
	margin: 10px 0px 0px 10px;
}

/********************************************************************/

img {border:0px solid transparent;}

#title {margin-top:-30px;}

#main{}
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	margin-top: 0px;
	margin-left: 0px;
	/*text-align: left;*/
	letter-spacing: 1px;
	height: 24px;
	/*clear: both;*/
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	/*width: 560px;*/
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h4 *.small {
	font-size: 11px;
	font-weight: normal;
}


h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}



a{
	color: #000000;
	/*text-decoration: none;*/
}

a:hover, a *:hover{
	text-decoration: underline;
}




.tbl img {border:0px none transparent; cursor:pointer;}
.tbl td{ vertical-align:middle; }
.tbl td.tdmain{ vertical-align:bottom; width:98%;}

#header {
	padding: 3px 10px 0px 10px;
}

#leftbox, #rightbox {/*position:relative;*/
width:45%;
padding:10px 10px 10px 10px;
}
#leftbox {float:left; 
}
#rightbox {float:right; 
}
#footer {clear:both; 
}
