/* @override 
	http://www.mt6records.com/mt6.css
	http://mt6records.com/mt6.css
*/

body {
	background-image: url(images/background.png);
	background-color: #656466;
	margin: 0;
	font-family: Gotham, Arial, Helvetica, Sans-Serif;
}

img {
	border: none;	
}

a {
	border: none;
	text-decoration: none;
	color: #877f68;
}

a:hover {
	color: white;
}

h1 {
	font-family: Gotham, Helvetica, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #2a2a2a;
}

h2 {
	font-family: Gotham, Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: 400;
	margin-top: 5px;
	color: #494940;

}


td {
	text-align: center;
	border-left: solid transparent 12px;
	border-right: solid transparent 12px;
	border-bottom: solid transparent 30px;
}

td img {
	border: solid white 2px;
}

.small-info {
	font-family: Gotham, Helvetica, Arial, Sans-Serif;
	font-size: 8pt;
	color: #2a2a2a;

}


#paypal {
	text-align: center;
	padding-top: 10px;
}

#paypal img {
	border: transparent;
}

#header {
	background-image: url(images/header-bar.png);
	background-repeat: repeat-x;
	height: 275px;
	width: 100%;
}

#logo {
	background-image: url(images/header-art.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 300px ;
	height: 155px;
	left: 25px;
}

#navigation {
	position: absolute;
	width: 650px;
	height: 275px;
	top: -1px;
	left: 475px;
}

#navigation ul{
	list-style: none;
	width: 650px;
	margin: 0;

}

 #navigation li {
	display: inline;
	padding: 0;
}

#mt6 {
	background-image: url(images/mt6records.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 380px;
	position: relative;
	top: 180px;
	left: 45%;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	overflow: hidden;
	margin: 0;
}

#main {
	float: left; 
	width: 760px;
}

#main-top {
	background-image: url(images/main-box-head.png);
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
}

#main-content {
	background-image: url(images/main-box-tile.png);
	background-repeat: repeat-y;
	position: relative;
	top: -90px;
	padding-left: 100px;
}

#generic-content {
	background-image: url(images/main-box-tile.png);
	background-repeat: repeat-y;
	position: relative;
	top: -90px;
	padding-left: 100px;
	padding-right: 40px;
}

#main-footer {
	background-image: url(images/main-box-foot.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 1000px;
	position: relative;
	top: -195px;
	margin-right: auto;
	margin-left: auto;
	z-index: -1;
}

#rightside {
	float: right;
	padding-top: 100px;
	position: relative;
	left:-48px;
}

#flashPlayer {
	position: relative;
	width: 200px;
	height: 230px;
	left: 30px;
	margin: 0;
}

#sidebar {
	width: 300px;
	min-height: 200px;	
	position: relative;
}

#sidebar h1 {
	font-family: Gotham, Helvetica, Arial;
	font-size: 12pt;
	font-weight: 700;
	color: #877f68;
}

#sidebar-top {
	background-image: url(images/sidebar-top.png);
	background-repeat: no-repeat;
	height: 81px;
	position: relative;
}

#sidebar-copy {
	background-image: url(images/sidebar-tile.png);
	background-repeat: repeat-y;
	color: #fff2f2;
	font-family: Gotham, Helvetica, Arial;
	font-size: 10pt;
	padding: 20px 70px
}

#sidebar-bottom {
	background-image: url(images/sidebar-bottom.png);
	background-repeat: no-repeat;
	height: 120px;
	position: relative;
	z-index: -1;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-color: #c3c2b3 ;
	height: 95px;
	width: 100%;
	margin: 0;
	position: absolute;
	clear: both;
}

#footer-copy {
	background-image: url(images/footer-splat.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;

}

#footer-copy p {
	padding: 0;
	margin: 0;
	font-family: Gotham, Helvetica, Arial;
	font-size: 8pt;
	font-weight: 500;
	text-shadow: #f2f2f2 0 1px 1px;
	color: #877f68;
	text-align: center;
	padding-top: 35px;
}

#footer-copy ul {
	list-style: none;
	display: inline;
	position: absolute;
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 2px;
}

#footer-copy li {
	display: inline;
	width: 200px;
	padding-right: 15px;
	padding-left: 15px;	
	margin-right: auto;
	margin-left: auto;	

}

#footer-copy a, #footer-copy a:visited {
	color: #877f68;
}

#footer-copy a:hover {
	color: #4a4639;

}