
/*****************************************************  general  **********************************************/

* {
	margin: 0;
	padding: 0;
	background-color: #000;
}

#body {
	background-color: #fff;
}

#wrapper {
	width: 770px;
}

/*****************************************************  header  **********************************************/

#header {
	background-image: url(../images/header10.gif);
	height: 86px;
}

/*****************************************************  navigation  ******************************************/

#navigation {
	width: 125px;
	float: left;
}

#navTop {
	background-image: url(../images/top-rt10.gif);
	width: 125px;
	height: 56px;
}

#mainNav {
	background-color: #000;
}

#mainNav li {
	background-color: #0b9dd7;
	width: 108px;
	height: 18px;
	font-size: .8em;
	margin-left: 6px;
	padding-left: 10px;
	list-style-type: none;
}

#mainNav li a:link    {
  /* Applies to all unvisited links */
  text-decoration: none;
  font-weight: bold;
  background-color: #0b9dd7;
  color: #fff;
  } 
#mainNav li a:visited {
  /* Applies to all visited links */
  text-decoration: none;
  font-weight: bold;
  background-color: #0b9dd7;
  color: #ddd;
  } 
#mainNav li a:hover   {
  /* Applies to links under the pointer */
  text-decoration: none;
  font-weight: bold;
  background-color: #0b9dd7;
  color: #000;
  } 
#mainNav li a:active  {
  /* Applies to activated links */
  text-decoration: underline;
  font-weight: bold;
  background-color: #0b9dd7;
  color: black;
  } 


#navBot {
	background-image: url(../images/bottom-nav.gif);
	width: 125px;
	height: 32px;
}

#navExtend {
	width: 125px;
	height: 162px;
	background-image: url(../images/bodySide-bg.jpg);
	background-repeat: repeat-y;
}

/*****************************************************  content Top  ******************************************/

#content {
	width: 645px;
	height: 430px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	float: left;
}

#leftMain {
	width: 500px;
	height: 340px;
	margin-right: 5px;
	background-color: #fff;
	float: left;
}

#rightMain {
	width: 127px;
	height: 270px;
	float: left;
	margin-top: 130px;
	background-color: #fff;
}

#dvdLink {
	background-color: #fff;
}

#merchLink {
	font-size: .8em;
	background-color: #fff;
	color: #ff662e;
	text-decoration: underline;
}

.clear {
	clear: both;
}

/***********************************************  content Bottom  *****************************************/

#bottomContent {
	width: 770px;
	height: 470px;
	background-image: url(../images/body-bg.gif);
}

#book1 {
	width: 150px;
	float: left;
	background-color: #fff;
	margin-left: 150px;
	margin-top: 5px;
}

#book2 {
	width: 150px;
	float: left;
	background-color: #fff;
	margin-left: 50px;
	margin-top: 5px;
}

#book3 {
	width: 150px;
	float: left;
	background-color: #fff;
	margin-left: 50px;
	margin-top: 5px;
}

.bookLinks {
	background-color: #fff;
	color: #ff662e;
	font-style: italic;
	margin-left: 32px;
}

.bkbtns {
	background-color: #fff;
	margin-left: 10px;
}

#bookInfo {
	background-color: #fff;
	width: 150px;
	margin-left: 120px;
}

#bkSpecs {
	background-color: #fff;
	margin-top: 20px;
	font-size: .9em;
}

#bookSpecs {
	margin-left: 20px;
}

#bookSpecs li {
	background-color: #fff;
	width: 600px;
	font-size: .9em;
}

#contentBottom {
	background-image: url(../images/bottom-bg10.gif);
	width: 770px;
	height: 14px;
}

#bottomPic {
	width: 770px;
	height: 180px;
	margin-left: 50px;
	background-image: url(../images/stadium.jpg);
}

/************************************************  text styles  **********************************************/

.textStyle1 {
	font-family: Arial;
	color: #ff662e;
	background-color: #fff;
	margin-top: 30px;
	margin-left: 20px;
}

.textStyle2 {
	background-color: #fff;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 1.1em;
	font-style: italic;
	color: #0b9dd7;
}

.textStyle2b {
	background-color: #fff;
	margin-top: 5px;
	font-size: 1em;
	font-style: italic;
	color: #0b9dd7;
	text-align: center;
}


.textStyle3 {
	background-color: #fff;
	font-family: Arial;
	font-size: .8em;
	margin-top: 10px;
	margin-left: 20px;
}

.bold {
	background-color: #fff;
	font-family: Arial;
	font-size: .9em;
	font-style: italic;
}

#merchList {
	margin-left: 40px;
	margin-top: 10px;
}

#merchList li {
	background-color: #fff;
	font-size: .9em;
}

/*****************************************************  footer  **********************************************/

#footer {
	width: 770px;
	height: 60px;
	background-color: #000;
}

.rtclink {
	color: #ff662e;
	margin: 10px 0 5px 0;
	text-align: center;
	font-size: .7em;
}

.rtclink a:link    {
  /* Applies to all unvisited links */;
  color: #ff662e;
  } 
.rtclink a:visited {
  /* Applies to all visited links */
  color: #fff;
  } 
.rtclink a:hover   {
  /* Applies to links under the pointer */
  color: #0b9dd7;
  } 
.rtclink a:active  {
  /* Applies to activated links */
  color: #fff;
  } 

.copyRight {
	color: #0b9dd7;
}

