body {
	background-image: url();
	margin:0px;
	background-color: #000000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
a{color: #657829; text-decoration:none;}
a:link{color: #657829; text-decoration:none}
a:visited{color: #657829; text-decoration:none;}
a:hover{ color: #FF0000; text-decoration:none}
img{border:0px; margin:0px;}
h1{font-size:16px;}
.title{font-size:18px; font-weight:bold;}
.red{color:#FF0000;}

.hcenter{text-align:center}
.vcenter{vertical-align:middle}
.hvcenter{text-align:center; vertical-align:middle;}

#main{
	width:1000px;
	margin:0px auto;
	
}
.top{
	width:100%;
	background-color:#090909;
	margin:0px;	
	border:0px;
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
}
.top a{color:#FF9900;}
.top a:link{color:#FF9900;}
.top a:hover{color:#FF0000;}
.top a:visited{color:#FF9900;}

.banner{width:100%;}
.logo{width:180px;}
.banner-right{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#663399;
	background-color:#CCCCCC;
	margin:0px;
	border:0px;	
}

.main{margin:0px; width:100%;}
.left{vertical-align:top; width:260px;}
.right{vertical-align:top; width:730px; padding-left:10px;}

.block{width:100%; margin-top:10px;}
.block-top{		
	background-image: url(../images/block_top.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:16px;
	font-weight:bold;	
	padding:3px 0px 3px 0px; 
	border:0px;
	border-bottom:1px #CCCCCC solid;
}
.block-item,.block-content{
	border:0px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	padding:5px 10px 0px 20px;
	background-color:#FFFFFF;
}
.block-item img{ padding:5px 10px 0px 0px; float:left; border:0px;}
.block-item a{display:block; width:160px; float:left;}
.price{color:#6666CC; font-weight:bold;}
.block-bottom{
	background-image:url(../images/block_bottom.gif);
	background-repeat:no-repeat;
	height:10px;
}
.block-content{
	text-align:center;
	padding:10px 0px 0px 0px;
	border-bottom:0px;
}

.artice{
	width:100%;
	margin-top:10px;
}
.artice-title{		
	width:100%;
	background-image:url(../images/artice_top.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:16px;
	font-weight:bold;	
	padding:3px 0px 3px 0px; 
	border:0px;
	border-bottom:1px #CCCCCC solid;
	margin-top:5px;
}
.artice-title h1{margin:0px;}
.artice-content{
	padding:0px 20px 0px 20px;
	border-left:1px #CCCCCC solid; 
	border-right:1px #CCCCCC solid;
	background-color:#FFFFFF;
}
.artice-nav{
	border-left:1px #CCCCCC solid; 
	border-right:1px #CCCCCC solid;
	border-top:1px #99FF66 dotted;
	text-align:center;
}
.artice-bottom{
	background-image:url(../images/artice_bottom.gif);
	background-repeat:no-repeat;
	height:10px;
}
.copyright{text-align:center; background-color:#000000; color:#333333;}
