body {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	background-image:url(tile1.jpg);
	background-repeat: repeat;
	background-color: #202020;
	font-family: Arial, sans-serif;
}

a img {
	border: 0;
}

img {
	/*border: solid #F30E95 2px;*/
}

ul{
	margin-left: 15px;
}

a:link {
	color: #F30E95;
	
}

h1 {
	border-bottom: solid black 1px;
	clear: both;
}

table {
	margin: auto;
	text-align: center;
}

td {
	padding: 5px 5px 5px 5px;
}

#top_img {
	height: 100px;
	background-color:#ffffff;
	border: solid #000000 2px;
}

#wrapper{
	background-color: #FFF8FB;
	border: 5px solid #0C0D0D;
	margin: auto;
	padding: 8px;
	/*height: 550px;*/
	width: 804px;
}

.content {
	clear: both;
	padding: 10px 30px 10px 30px;
	font-size: medium;
}

.content p{
	text-align: justify;
	font-family: Arial, sans-serif;
	color: black;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.team{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.blist{
	margin-left: 250px;
}

.top_nav li{
	list-style: none;
	float: left;
}

.top_nav li a{
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
}

.top_nav ul{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#download a.button{
	background: url("images/download_nav.jpg") no-repeat 0 0;
}
#media a.button{
	background: url("images/media_nav.jpg") no-repeat 0 0;
}
#about a.button{
	background: url("images/about_nav.jpg") no-repeat 0 0;
}
#team a.button{
	background: url("images/team_nav.jpg") no-repeat 0 0;
}

#download2 a.button{
	background: url("images/download_nav2.jpg") no-repeat 0 0;
}
#media2 a.button{
	background: url("images/media_nav2.jpg") no-repeat 0 0;
}
#about2 a.button{
	background: url("images/about_nav2.jpg") no-repeat 0 0;
}
#team2 a.button{
	background: url("images/team_nav2.jpg") no-repeat 0 0;
}

a.button{
	width: 197px;
	height: 71px;
	float: left;
	border: solid black 2px;;
	list-style: none;
	font-size: 20px;
	text-align: center;
	vertical-align: bottom;
}

/*
#download a.button:hover{
	background-position: 0 -16px;
}
#media a.button:hover{
	background-position: 0 -16px;
}
#about a.button:hover{
	background-position: 0 -16px;
}
#team a.button:hover{
	background-position: 0 -16px;
}

*/

.footer {
	text-align: right;
	border-top: 1px solid gray;
	width: 100%;
	clear: both;
	font-size: small;
}

.footer p {
	margin: 0;
	padding: 5px;
	color: gray;
}

.left {
	float: left;
	margin: 5px 15px 5px 30px;
}
.right {
	float: right;
	margin: 5px 15px 5px 15px;
}
