html,body {height:100%;}
body
{
	margin:0;	
}
table.content
{
	background-color:white;
	height:100%;
	width:100%;
}
table.contact
{
	font-size:small;	
}
td.leftBG
{
	background-image:url('images/left_bg.jpg');
	background-repeat:repeat;
	background-position:top right;
}
td.rightBG
{
	background-image:url('images/right_bg.jpg');
	background-repeat:repeat;
	background-position:top left;
}
*
{
	font-family: 'trebuchet ms',verdana,arial,tahoma,sans-serif;
}
p
{
	font-size:small;
}
h1,h2,h3
{
	margin: 5px 0px 5px 0px;
		
}
h1
{
	font-size:1.3em;	
}
h2
{
	font-size:1.1em;	
}
h3
{
	font-size:1em;
}
p.content
{
	margin: 5px 10px 5px 0px;
}
p.indented-content
{
	margin: 15px 10px 15px 15px;
	padding-right:10px;	
}
ul.content
{
	font-size:small;
}
p.footer
{
	color:gray;
	text-align:center;
	font-size:x-small;	
}
td.footer
{
	background-image:url('images/footer.jpg');
	background-position:top center;
}
