@charset "UTF-8";
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000000;
}
body {
	background-image: url(img/main_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #DE8F00;
	text-align: center;
}
#wrapper {
	width: 1019px;
	height: 1517px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#m_header {
	background-image: url(img/home_bg.png);
	background-repeat: no-repeat;
	height: 574px;
	width: 1019px;
	display: block;
}
#f_header {
	background-image: url(img/faq_bg.png);
	background-repeat: no-repeat;
	height: 574px;
	width: 1019px;
	display: block;
}
#d_header {
	background-image: url(img/download_header.png);
	background-repeat: no-repeat;
	height: 574px;
	width: 1019px;
	display: block;
}
#header_box {
	height: 355px;
	width: 335px;
	float: right;
	margin-right: 50px;
	margin-top: 90px;
	overflow-y: scroll;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
#header_box p {
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	text-align: justify;
}
#menu {
	width: 660px;
	display: block;
	top: 67px;
	position: relative;
	height: 60px;
	margin-left: 109px;
	float: left;
}
#home  {
	display: block;
	height: 60px;
	width: 110px;
	float: left;
}
#question {
	display: block;
	height: 60px;
	width: 120px;
	float: left;
}
#download {
	display: block;
	height: 60px;
	width: 270px;
	float: left;
}
#forum {
	display: block;
	height: 60px;
	width: 136px;
	float: left;
}
#content {
	width: 1019px;
	height: 670px;
	background-image: url(img/home_content_02.png);
	background-repeat: no-repeat;
}
#faq_content {
	width: 1019px;
	height: 670px;
	background-repeat: no-repeat;
	background-image: url(img/faq_content.png);
}
#content_left {
	float: left;
	height: 650px;
	width: 610px;
}
#content_left_text {
	width: 470px;
	margin-left: 126px;
	margin-top: 120px;
	overflow-y: auto;
	height: 500px;
	text-align: justify;
}
#content_left_text p {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
        margin-top: 20px;
}

#content_songs {
	width: 470px;
	margin-left: 126px;
	margin-top: 130px;
	overflow-y: scroll;
	height: 195px;
	text-align: justify;
}
#content_songs p {
	width: 450px;
}
#content_songs ul {
	padding-left: 0px;
	float: left;
	width: 300px;
}
#content_songs li {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	height: 22px;
}

.dl_link {
	float: right;
}
.txt_link {
	float: left;
}

#content_lyrics {
	width: 470px;
	margin-left: 126px;
	overflow: hidden;
	height: 200px;
	text-align: justify;
	margin-top: 135px;
}
#content_lyrics ul {
	padding-left: 0px;
	width: 150px;
	float: left;
}
#content_right {
	float: right;
	height: 630px;
	width: 350px;
}
#goal {
	height: 50px;
	width: 300px;
	margin-top: 130px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
#world {
	height: 75px;
	width: 300px;
	margin-top: 100px;
	text-align: left;
	overflow-y: scroll;
}
#world ul {
        margin: 0px;
        padding-left: 5px;
        overflow: hidden;
}
#world li {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}
#donate_form {
	height: 150px;
	width: 300px;
	margin-top: 110px;
	margin-left: 10px;
	padding: 0px;
}
#form1  {
	position: relative;
	padding-top: 10px;
}
.submit_button {
	background-image: url(img/submit_button.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 113px;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        cursor: pointer;
}

#amount {
	width: 220px;
	border: 2px double #000000;
	float: left;
	margin-left: 20px;
}
#dl_content {
	width: 1019px;
	height: 711px;
	background-repeat: no-repeat;
	background-image: url(img/download_content.png);
}
#content_lyrics li {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
}
#content_lyrics a {
	font-size: 14px;
	font-weight: bold;

}

#lyrics_box {
	overflow-y: scroll;
	width: 310px;
	float: right;
	height: 200px;
}
.clr {
	clear: both;
}