/* General Styles */
html {
  margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
p, ul, li, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
a {
  font-weight:bold;
	color:#000066;
}
img {
  border:0px;
}
h1 {
  padding:0px 0px 5px 0px;
	margin:0px;
  font-weight:bold;
	color:#000066;
	font-size:12px;
}
hr {
  color:#663300;
}

h1 {font-size:15px; font-family:Tahoma; color:#000000}
h2 {font-size:13px; font-family:Arial; color:#605f5b}
h3 {font-size:12px; font-family:Arial; color:#605f5b}
h4 {font-size:10px; font-family:Arial; color:#FF0000}
redlink {font-size:11px; font-family:Arial; color:#ff000}

/* Intro Page */
#IntroPage {
	background:url(../backgrounds/home.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#IntroContent {
	padding:220px 40px 10px 40px;
}
#IntroContent p {
 color:#000000;
}
/* News Page */
#NewsPage {
	background:url(../backgrounds/news.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#NewsContent {
	padding:165px 50px 10px 50px;
}
#NewsContent p {

}
/* Bio Page */
#BioPage {
	background:url(../backgrounds/bio.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#BioContent {
	padding:165px 50px 10px 50px;
}
#BioContent p {
 
}
/* Bio Miles Page */
#BioMilesPage {
	background:url(../backgrounds/bio_miles.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#BioMilesContent {
	padding:165px 50px 10px 50px;
}
#BioMilesContent p {
 
}
/* Bio Grant Page */
#BioGrantPage {
	background:url(../backgrounds/bio_grant.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#BioGrantContent {
	padding:165px 50px 10px 50px;
}
#BioGrantContent p {
 
}
/* Bio Doug Page */
#BioDougPage {
	background:url(../backgrounds/bio_doug.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#BioDougContent {
	padding:165px 50px 10px 50px;
}
#BioDougContent p {
 
}
/* Bio Aaron Page */
#BioAaronPage {
	background:url(../backgrounds/bio_aaron.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#BioAaronContent {
	padding:165px 50px 10px 50px;
}
#BioAaronContent p {
 
}

/* Live Page */
#LivePage {
	background:url(../backgrounds/live.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#LiveContent {
	padding:165px 50px 10px 50px;
}
#LiveContent p {

}
/* Media Page */
#MediaPage {
	background: url(../backgrounds/Media.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#MediaContent {
	padding: 165px 50px 10px 50px;
}
#MediaContent p {

}
/* Store Page */
#StorePage {
	background: url(../backgrounds/store.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#StoreContent {
	padding: 165px 50px 10px 50px;
}
#StoreContent p {
 
}
/* Contact Page */
#ContactPage {
	background:url(../backgrounds/contact.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#ContactContent {
	padding:165px 50px 10px 50px;
}
#ContactContent p {
 
}

/* Thank You Page */
#ThankYouPage {
	background:url(../backgrounds/thankyou.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#ThankYouContent {
	padding:165px 50px 10px 50px;
}
#ThankYouContent p {
 
}

/* Order Thank You Page */
#OrderThankYouPage {
	background:url(../backgrounds/orderthankyou.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#OrderThankYouContent {
	padding:165px 50px 10px 50px;
}
#OrderThankYouContent p {
 
}

/* Order Cancel Page */
#CancelPage {
	background:url(../backgrounds/cancel.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:900px;
	height:875px;
}
#CancelContent {
	padding:165px 50px 10px 50px;
}
#CancelContent p {
 
}

/* Media Player Page */
#MediaPlayerPage {
	background:url(../backgrounds/mediaplayer.jpg) no-repeat 0px 0px;
	margin:0px auto;
	width:315px;
	height:234px;
}

/*/////////Spry Gallery///////*/
tttable {margin:0px auto auto 0px; width:800px; height:100%;}

img.thumbs {
	float:right;
	height:40px;
	width:40px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 0px;
}

#thumbContainer {
float:right;
	margin-top:0px;
	cursor:pointer;
	padding-left:0px; 
	width:205px; 
	height:270px; 
	overflow-y:scroll; 
	overflow-x:none;
}

img.thumbs2 {
	float:right;
	height:120px;
	width:115px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 0px;
}

#thumbContainer2 {
float:right;
	cursor:pointer;
	padding-left:0px; 
	width:140px; 
	height:400px; 
	overflow-y:scroll; 
	overflow-x:none;
}
		
