@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #0B0F10;
	background-color: #101010;
	height: auto;
	width: auto;
}


#wrapper {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	background-image: url(../images/containerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 914px;
	width: 1218px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #101010;
}
#header {
	height: 150px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainContent {
	width: 910px;
	margin-top: 94px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftContent {
	background-color: #FFFFFF;
	height: 400px;
	width: 500px;
	margin-left: 75px;
	background-image: url(../images/leftContent.jpg);
	background-repeat: no-repeat;
}
#leftText {
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	color: #C7A9A5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
#leftText h1 {
	text-indent: -7000px;
	display: block;
	background-image: url(../images/leftH1.png);
	height: 39px;
	width: 323px;
}
#leftGallery {
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	color: #C7A9A5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
#leftGallery  h1 {
	text-indent: -7000px;
	display: block;
	background-image: url(../images/leftH1Gallery.png);
	height: 39px;
	width: 323px;
}
#footer {
	color: #342F2C;
	width: 910px;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 18px;
}
#footer a {
	color: #59524D;
	text-decoration: none;
}
#footer a:hover {
	color: #480202;
}
#leftText a {
	color: #FFFFFF;
	text-decoration: none;
}
#itunes {
	background-image: url(../images/itunes.png);
	float: right;
	height: 30px;
	width: 170px;
	margin-right: 40px;
}
#itunes a:link, #itunes a:visited {
	background-image: url(../images/itunes.png);
	text-indent: -7000px;
	display: block;
	height: 26px;
	width: 170px;
}
#itunes  a:hover, #itunes  a:active {
	background-image: url(../images/itunesHover.png);
	text-indent: -7000px;
	display: block;
	height: 26px;
	width: 170px;
}

#navMenu {
	float: right;
	margin-right: 60px;
}

#header h1 {
	text-indent: -7000px;
	display: block;
}

