/* CSS Document */

* {
	font-size: 12px;
	line-height: 1.25;
}

html {
	height: 100%;
}
body {
	background: #111111;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#maintable {
	height: 100%;
	border: solid #000000;
	border-width: 0 1 0 1;
}
#banner {
	height: 200;
}
#content {
	background: url(images/index_02.jpg) top no-repeat #FFFFFF;
	height: 100%;
	padding: 25 15 25 15;
}

p {
	text-align: justify;
	}

/*Content*/
	a:link { color : #F6144B; }
    a:visited { color : #F6144B; }
    a:hover { color : #EF9CB0; }
    a:active { color : #EF9CB0; }

.book {
	border: 1px solid #000000;
	float: left;
	margin-right: 15px;
}

.espn {
	float: right;
	display: inline;
	margin-left: 15px;
	text-align: center;
	border: 1px solid #CCCCCC;
	}

#navlist li
	{
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	padding-left: 25px;
	}
	
.centerdiv {
	text-align: center;
	}

	

	