@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background-color: #210C07;
	background-image: url(images/BKGD_highlight_part1.jpg);
	height: auto;
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 960px; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/contianer_BKGD_pt1.jpg);
	background-repeat: repeat-y;
	border: medium solid #45160C;
} 
.twoColFixLtHdr #header {
	background-image: url(images/header_withLogo.jpg);
	height: 150px;
	width: 960px;
} 
#nav_holder {
	height: 27px;
	width: 800px;
	float: left;
	margin-top: 107px;
	margin-left: 80px;
}
.nav_btn {
	height: 27px;
	width: 98px;
	margin-right: 1px;
	margin-left: 1px;
	float: left;
}

.mailing_box {
	height: 200px;
	width: 140px;
	border: thin solid #4a1c0e;
	float: left;
	background-color: #1C1817;
	padding-left: 10px;
}
.join_email_text {
	width: auto;
	height: auto;
	float: left;
}
#join_email #email_textbox {
	height: 25px;
	width: 130px;
	float: left;
	background-image: url(images/email_textbox2.png);
}
#email_textbox #input_email {
	height: 23px;
	width: 130px;
	float: left;
	margin-top: 1px;
}
.social_box {
	border: thin solid #4a1c0e;
	height: 200px;
	width: 140px;
	float: left;
	background-color: #1C1817;
	padding-left: 10px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 360px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: auto;
	margin-left: 80px;
	margin-bottom: 20px;
	text-align: left;
}
.social_icon_holder {
	float: left;
	height: 48px;
	width: 48px;
	margin-top: 6px;
	margin-right: 6px;
}

.twoColFixLtHdr #mainContent {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 400px;
	height: 620px;
} 
.advertise_box {
	float: left;
	height: auto;
	border: thin solid #4a1c0e;
}
.purchase_box {
	float: left;
	background-color: #1C1817;
	border: thin solid #4a1c0e;
	height: 200px;
	width: 140px;
	padding-left: 10px;
}
.img_general {
}

.text_box {
	float: left;
	height: 40px;
	width: auto;
	margin-left: 80px;
	padding-left: 20px;
}
.song_text {
	text-decoration: underline;
}
.vid_text h5 a {
	text-decoration: underline;
}
.song_text h5 a {
	text-decoration: underline;
}



.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/footer_bkgd.jpg);
	height: 60px;
	width: 960px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
} 
.footer_text {
	text-align: center;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.video_box {
	float: left;
	height: auto;
	border: thin solid #4a1c0e;
}
.vid_text {
	float: left;
}
.text_box2 {
	float: left;
	width: 320px;
	text-align: center;
}
.form_wrap1 {
	height: 40px;
	width: 186px;
	float: none;
	text-align: center;
}
