body {
	margin: 0 auto;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 1024px;
	text-align: left;
	line-height: 14px;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
#menu {
	list-style: none;
	padding: 0;
	margin: 0 61px;
}
#menu li {
	float: left;
	height: 34px;
	line-height: 34px;
	background-image: url(images/nav-bg-off.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}
#menu li:hover {
	background-image: url(images/nav-bg-on.gif);
	background-repeat: repeat-x;
}
#menu li a {
	color: white;
	padding: 0 20px 0 18px;
	display: block;
}

.headline {
	color: #509000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
div.txtcol01,
div.txtcol02 {
	float: left;
	display: table-cell;
	width: 410px;
	margin-left: 75px;
	padding-top: 45px
}
div.footer {
	clear: both;
	width: 100%;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 22px;
}
div.footer div.row {
	margin: 0 auto;
	width: 1024px;
}
div.downlinks {
	float: left;
	margin-left: 70px;
	line-height: 32px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
div.downlinks a {
	color: white;
}
div.downlinks a:hover {
	text-decoration: underline;
}
div.copy {
	color: #1cc2ef;
	font-size: 9px;
	font-weight: bold;
	line-height: 32px;
	float: right;
	margin-right: 70px;
}