/*
CSS Name: thrillStyle
Description: A Record Label and online Catalog
Author: Andrew Hyder
Author Site: slangbladedesign.com
Author Email: slangblade@gmail.com
*/

/*-------------------------------------------------------------------------*/
/*General*/

/* Defaults elements to blank.*/
html, body, p, h1, h2, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	}


/*-------------------------------------------------------------------------*/
/* Colors and Font*/

body {
	background-color: #333333;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

a {
	color: #FF0000;
	}

/*-------------------------------------------------------------------------*/
/*Containers*/

#splashCenter {
	text-align: center;
	}

#bugBox {
	margin-left: auto;
	margin-right: auto;
	background:#333333;
	background:url(images/assets/bugBG.gif);
	height: 395px;
	width: 470px;
	margin-top: 25px;
	}

#mainMovie {
	position: relative;
	top: 40px;
	}

/*Parent container*/
#center {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: #FFFFFF;
	}
	
	
/* navigation */
#leftColumn {
	width: 287px;
	float:left;
	background: #333333;
	border: 1;
	}

/*The content*/
#main {
	float: right;
	width: 500px;
	height: 438px;
	overflow: auto;
	text-align: left;
	background: #FFFFFF;
	}
	

#header {
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 800px;
	background: url(images/assets/Thrillhouse-Title.gif);
	}
	
#footer {
	display: block;
	text-align:right;
	font-size: 9px;
	color: #9900FF;
	}
	

#chunk {
	background-image:url(images/assets/ant.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align:right;
	height: 75px;
	}
	
#chunk:hover {
	background: #ffffff;
	background-image:url(images/assets/antD.gif);
	background-position: left;
	background-repeat: no-repeat;
	}
	
#a-chunk {
	background: #ffffff;
	background-image:url(images/assets/antD.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align:right;
	height: 75px;
	}
	
/* Main Window*/
#newsPic {
	float: left;
	display: inline;
	padding: 0 20px 0 0;
	}

/* For the descriptions and Paypal buttons*/
.desc {
	margin-top: 10px;
	}

/*Floats to the right*/	
#ppButton{
	float: right;
	display: inline;
}
	
#bandL{
	float: left;
	padding: 10px 0 0 0;
	width: 235px;
	text-align: center;
	display: inline;
	}
	
#bandR{
	float: right;
	padding: 10px 0 0 0;
	width: 235px;
	text-align: center;
	display: inline;
	}

	
/* Other Catalog */
.row1 {
	width: 100%;
	}
	
.row2 {
	width: 100%;
	background: #CCCCCC;
	}		