body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	background-color:black;
	background-image: url(../images/pages/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

img {
	border: 0px;
}

	

.topnav {
	width: 840px;
	margin-left:auto;
	margin-right:auto;
}		


.footer {
	width: 840px;
	height: 70px;
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: 10px;
	position: relative;
	top: 10px;
}		


.headline {
	width: 840px;
	margin-left:auto;
	margin-right:auto;
}



.bodydiv {
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 30px;
	padding-right: 30px;
}


.divleft {
	width: 220px;
	height: 400px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
}

.divright {
	width: 520px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: -400px;
	left: 255px;
}
	

h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


h4 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}


a:link {
	color: #FF9900;
}

a:visited {
	color: #FF9900;
}	

a:hover {
	color: #FFCC00;
}


a:active {
	color: #FFFF00;
}
