/*white background, center on browser, align content to top*/
body {
	background:#FFFFFF;
	text-align:center;
}

/*all tables - no borders, background green*/
table {
	border-collapse:collapse;
}

/*main content table size layout*/
#main{
	width: 956px;
}

/*removes all margins and padding in all cells of main table*/
#main td {
	margin: 0px;
	padding: 0px;
}

/*HOME Page*/
#main #footer {
	background-repeat: no-repeat;
	background-position: left;
	background-image:url(images/index_12.jpg);
	height: 68px;
}

/*HOME Page*/
#main #toppic {
	background-repeat: no-repeat;
	background-image:url(images/index_11.jpg);
	height: 137px;
}

/*Text layout on all pages*/
.content {
	font-family: Trebuchet MS, Arial, Verdana;
	font-style:normal;
	font-size:20px;
	color:#333333;
	text-align:left;
	line-height:26px;
}
