.style_body_HG
{
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	background: url(images/background.png) center;
}

.style_page
{
	/*
	margin: 0 auto; 
	padding: 0;
	text-align: center; 
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	*/
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0px 0 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.style_logo {
	font-size: 20px;
	margin-left: 60px;
	margin-top: -75px;
	color:#FFFFFF; 
	text-decoration:none; 
	text-transform:uppercase;
}

#header h1 {
	color:#FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menu {
	text-align: center;
	position: relative;
/*	bottom: 0px;*/
	padding: 126px 0px 0px;
}

#menu a {
	color: #4f4315; 
	font-size: 14px; 
	font-weight :bold; 
	text-decoration: none; 
	margin: 0 20px; 
	text-transform: lowercase;
}

#menu a:hover {
	color: #000000;
}

#bodyBackground {
	margin: 0 0px 0 0px;
	padding: 0 0px 0 0px;
	background-image: url(images/main_bckg_body.jpg);
	height: relative; 
	background-repeat: repeat-y;
	position: relative;

}

#div_body {
	padding: 0 140px 0px 140px;
	position: relative;
}

#request {
	clear: both;
	padding-top: 5px;
}

#request h2 {
	font-size:small
}

#footer {
	margin: 0 auto;
	height: 169px;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	background-image: url(images/main_bckg_footer.jpg);
	position: relative;
	top: 0px;
	
/*	
	height: 40px;
	text-align: center;
	position: relative;
	top: 130px;
*/
}

#footer p {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#copyright {
	padding: 0 0px;
	color: #bfbfbf;
	font-size: 11px;
	/*
	position: absolute;
	top: 143px;
	left: 16px;
	*/
	text-align: right;
	margin: 128px 40px 0px 0px;
}

#form {
	float: right;
	width: 500px;
}

#div.row {
	clear: both;
	padding-top: 5px;
}

#div.row span.label {
	float: left;
	width: 110px;
	text-align: right;
}

#div.row span.formw {
	float: right;
	width: 250px;
	text-align: left;
}
table.style_table_clear
{
	border-color: #ffffff;
	border-style: none;
	border-width: 0px;	
	border-collapse: collapse;
	width: 100%;
}

.style_img_link_heavensgrace
{
	cursor:pointer;
	background: url('../HmongTunes/img/featured/heavens_grace2.jpg') no-repeat;
	height: 115px;
	width: 175px; 
}
.style_img_link_heavensgrace:hover
{
    background: url('../HmongTunes/img/featured/heavens_grace3_header.jpg') no-repeat;
	height: 151px;
	width: 200px;
	margin-bottom: 15px;
}
.style_img_link_mattxiong
{
	cursor:pointer;
	background: url('../HmongTunes/img/featured/matt2.jpg') no-repeat;
	height: 115px;
	width: 175px;
}
.style_img_link_mattxiong:hover
{
    background: url('../HmongTunes/img/featured/matt2_header.jpg') no-repeat;
	height: 151px;
	width: 200px;
	margin-bottom: 15px;
}
.style_img_link_leeher
{
	cursor:pointer;
	background: url('../HmongTunes/img/featured/leeher2.jpg') no-repeat;
	height: 115px;
	width: 175px; 
}
.style_img_link_leeher:hover
{
    background: url('../HmongTunes/img/featured/leeher2_featured.png') no-repeat;
	height: 151px;
	width: 200px;
	margin-bottom: 15px;
}
.style_img_link_maimee
{
	cursor:pointer;
	background: url('../HmongTunes/img/featured/maimee2.png') no-repeat;
	height: 115px;
	width: 175px; 
}
.style_img_link_maimee:hover
{
    background: url('../HmongTunes/img/featured/maimee1.png') no-repeat;
	height: 151px;
	width: 200px;
	margin-bottom: 15px;
}
.style_img_link_ub
{
	cursor:pointer;
	background: url('../HmongTunes/img/featured/unseen_belief1.jpg') no-repeat;
	height: 115px;
	width: 175px; 
}
.style_img_link_ub:hover
{
    background: url('../HmongTunes/img/featured/unseen_belief.jpg') no-repeat;
	height: 151px;
	width: 200px;
	margin-bottom: 15px;
}
