@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background:black;

}
.header{
	background:url(images/header1.jpg) no-repeat;
	width:1000px;
	height:377px;
}
.main_bg{
	background:url(images/main_bg.jpg) repeat-y top;
	height:430px;
}
.footer_bg{
	background:url(images/footer_bg.jpg) no-repeat center #000;
	width:1000px;
	width:59px;
}
#main_box{
background:url(images/main_box.jpg) no-repeat; width:400px; height:250px; color:black; margin:0 auto; padding:20px; font-size:14px; line-height:20px
}
#side_box{
background:url(images/side_box.jpg) no-repeat; width:250px; height:400px; color:white; margin-left:50px; float:left;
}
.news{
margin:5px;line-height:19px;color:white; height:350px; width:630px; padding:5px; overflow:auto
}
fieldset{
width:180px;
left:7px;
position:relative;
top:5px;
direction:rtl;
}
.red{
	color:red;
}
.b1{
	border:1px white solid;
}
.b2{
border-top:1px dashed #CCC;

}


