@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.table {
	display: table;
	margin: 0 Auto;
	width: 750px;
	text-align: center;
}
.style3 
	{font-size: 10pt}
#content {
	color: #FFFFFF;
	background-color: #000000;
	width: 960px;
	border: thick solid #FFFFFF;
	text-align: left;
	padding: 30px;
	list-style: none;
	position: inherit;
	margin: 50px;
}
#rights {
	color: #000000;
	text-align: center;
}
#secondary_nav {
	float: left;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}


.style4 {
	color: #FFFFFF
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}
