<style>
	
body{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#container{
	margin-left: auto;
	margin-right: auto;
	height: auto;
  width: 900px;
  background-color: white;
	}
	
#leftcolumn{
	width: 300px;
	float: left;
	height: automatic;
	text-align: left;
	padding-left: 10px;
	margin-right: 5px;
	font-family: Trebuchet MS, sans-serif;
	}
	
#rightcolumn{
	float: right;
	height: auto;
	width: 550px;
	text-align: left;
	font-family: Trebuchet MS, sans-serif;
	font-color: black;
	padding: 5px;
	}
	
img.rightcolumn{
	float: left;
	text-align: left;
	margin: 0px 10px 0px 0px;
	}
		
p{
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 125%
	}
	
p.small{
	font-size: 10px;
	line-height: 125%
	}
	
a{
	text-decoration: none;
	}

a:hover{
	color: gray;
}

h1{
	font: Trebuchet MS, sans-serif black;
	font-size: 135%;
	margin-bottom: -.6em;
	}
	
h2{
	font-family: TrebuchetMS, sans-serif;
	font-color: black;
	font-size: 100%;
	}
	
#footer{
	background-color: black;
	height: 42px;
	padding: 10px;
	clear: both;
	width: 880px;
	text-align: center;
	}
	
p.footer{
	font-family: Trebuchet MS, sans-serif;
	color: white;
	font-size: 70%;
	}
	
a.footer{
	font-family: Trebuchet MS, sans-serif;
	color: #999900;
	font-size: 10px;
	text-decoration: none;
	}
	
a.footer:hover{
	color: white;
	}
	
	table.sample {
}

table.sample th {
	padding: 7px;
	
}
table.sample td {
	padding: 7px;

}
</style>