/* CSS Document */
.main_body{
background:url(images/bg.jpg) center top no-repeat;
padding:0;
margin:0;
background-color:#000000;
}
.main_body_1{
background:url(images/bg_1.jpg) center top no-repeat;
padding:0;
margin:0;
background-color:#000000;
}
.body_box{
background:url(images/box.jpg) left top no-repeat;
padding:0;
margin:0;
}
.bottom_bg{
	padding:0;
	margin:0;
	background-color:#000000;
	background-image: url(bottom_beans.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.link_text_yellow{
font-family:Arial, Helvetica, sans-serif;
color:#fff8bd;
font-size:12px;
text-decoration:none;
font-style: normal;
}
.link_text_yellow a{
font-family:Arial, Helvetica, sans-serif;
color:#fff8bd;
font-size:12px;
text-decoration:none;
font-style: normal;
}
.link_text_yellow a:hover{
font-family:Arial, Helvetica, sans-serif;
color:#fff8bd;
font-size:12px;
text-decoration:underline;
font-style: normal;
}
.text_white{
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:12px;
text-decoration:none;
font-style: normal;
}
.text_white_big{
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;
text-decoration:none;
font-style: normal;
}
.text_white_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.text_subheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#EBDA92;
	text-decoration:none;
	font-weight:bold;
}
.text_subheading_underline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#EBDA92;
	text-decoration:underline;
	font-weight:bold;
}
.text_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#EBDA92;
	text-decoration:none;
	font-weight:bold;
}

