/* CSS Document */

.style1 {
	color: #8fea35;
	font-weight: bold;
	font-size: 16px;
	padding-left:30px;
	padding-top: 15px;
}
.content {
	color: #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:30px;
	padding-right:30px;
}
body{
background-attachment: fixed;
padding-top:0px;
background-image:url(images/bg.jpg);
background-position:top center;
background-repeat:repeat-y;
background-color:#5d5d5d;
}

.top1 {
background-image:url(images/top_bg.jpg);
background-repeat:repeat-x;
width:351px;
height:109px;
float:left;
}

.top2 {
background-image:url(images/top_bg.jpg);
background-repeat:repeat-x;
width:371px;
height:109px;
}

.menubg{
background-image:url(images/button_bg.jpg);
background-repeat:repeat-x;
height:30px;
width:721px;
}

.mainScroll{
background-image:url(images/main_scrill_bg.gif);
background-repeat:repeat-x;
width:167px;
height:164px;
float:left;
}

.mainPic{
background-repeat:no-repeat;
width:555px;
height:164px;
float:right;
z-index:1;
}

.mainBg{
background-image:url(images/main_bg.jpg);
background-repeat:no-repeat;
height:187px;
width:720px;
vertical-align:top center;
color:#222222;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.pic_right {float:right;
			padding-left:10px;
			padding-bottom:5px;
			padding-right:30px;
}