/* CSS Document */

body {
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: url(../images/tile.jpg) #ff9933 repeat-x;
font-size: 12px;
line-height: 1.5;
}

h1 { font-size: 16px; margin: 0 0 0 20px; }

p { margin-left: 20px;  width: 30em; }

#header { background: #000 url(../images/header.jpg); height: 190px;  }

#main {
	width: 800px;
	margin: 0 auto 0 auto;
	background: #fff;
	}
	
#footer {
	width: 800px;
	margin: 0 auto 0 auto;
	}
	
#tblMain {
	 width: 100%;
	 background: #fff;
	 }
