/* CSS for Wolftracksmusic Books Activities Page */
#container {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:1px;
	}

#heading {
	position: absolute; 
	left: 182px; 
	top: 29px; 
	width: 636px; 
	height: 44px; 
	z-index: 4; 
	text-align: left; 
	vertical-align: middle;
	}	 

#buttons {
	 position: absolute; 
	 left: 10px; 
	 top: 73px; 
	 width: 155px; 
	 height: 40px; 
	 z-index: 3; 
	 vertical-align: middle;
	 }
	
#body {
	position: absolute; 
	left: 182px; 
	top: 73px; 
	width: 636px; 
	height: 355px; 
	z-index: 2;
	}
	
#box1 {
	position: absolute;
	background-color:#FF9;
	left: 182px;
	top: 73px;
	width: 730px;
	height: 330px;
	z-index: 2;
	}
	
#box2 {
	position: absolute;
	background-color:#FF9;
	left: 182px;
	top: 33px;
	width: 730px;
	height: 1100px;
	z-index: 2;
	}

#blueline {
	position: absolute; 
	left: 167px; 
	top: 73px; 
	width: 1px; 
	height: 466px; 
	z-index: 1; 
	background: #445DA0;
	}
	
#BannerAds {
	position:absolute;
	left:250px;
	top:550px;
	width:637px;
	height:122px;
	z-index:5;
}

/* anchor controls */
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}

#navigation a {
	font:12px Georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
/* Class Styles */

.paraOne {
	font:normal 12px/20px arial;
	color:#99CCFF;
	letter-spacing:.1em;
	text-align:justify;
	margin:0px 200px 0px 0px;
	}

.bodyText {
	font:normal 12px/20px arial;
	color:#99CCFF;
	letter-spacing:.1em;
	text-align:justify;
	margin-top:10px;
	}
/* Header red colored text */	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:40px;
	letter-spacing:.1em;
	margin:0, 0, 50, 0;
	}
/* Itemized list style */
.list a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#99CCFF;
	line-height:40px; 
	}
.list {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#99CCFF;
	line-height:40px; 
	}
.blockText {
	font:normal 11px/20px arial;
	color:#99CCFF;
	letter-spacing:.1em;
	text-align:justify;
	margin-top:10px; 
	margin-left:20px;
	margin-right:20px;
}
	
.subHeader {
	font:16px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}
.return {
	font:16px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-align:center;
	letter-spacing:.1em;
	line-height:16px;
	}	

/* currently not being used */			
.detailText {
	font:11px arial;
	color:#CC3300;;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
