body{
	margin:0px;padding:0;
	font-family:Arial, Helvetica,  sans-serif,?L?n??????;
	cursor:url(images/my02.png),auto;          /*?????????*/
	background-image: url('images/back01.jpg');    /*?[?J?????I????*/
	background-attachment:fixed;            /*?]?w?I??????T?w??*/

}
#main{
	margin: 0 auto;
	border:0px #330000 solid; 
	width:800px;
	height:auto;
}
header{
	border:1px #330000 solid;
	width:800px;
	height:80px;
	background:#330000;
}
aside{
	width:170px;
	float: left;
	height:600px;
	background: url(images/bg_lt02.png) no-repeat;
}
nav{             /*nav????âZ*/
	border:0px #000000 solid;
	margin: 0px auto;padding:0px;
	margin-top:170px;
}
nav ul {
	list-style:none;        /*?????M?²[????*/
	margin:0;padding:0; 
}

nav li a {
	display:block; 
	width:150px; 
	height:42px; 
	background-image:url(images/btn02.png);  /*?W?s????l???A?I????*/
	line-height:35px; 
	text-indent:45px; 
	text-decoration:none;    /*???????u*/
	color:#333333;
	font-size:15px;
}
nav li a:hover {
	background-image:url(images/btn_hover02.png); /*???????s????I????*/
	color:#ffffff; 
}
h1#text1{
	margin:0px;padding:0px;
	top:15px;
	position:absolute;     /*?]?wdiv??????w??*/
	font-size:40px;       /*?r??*/
	color:#FF0000;       /*?r???C??*/
	margin-left:50px;          /*?P????????Z??*/
}

h1#text2{
	margin:0px;padding:5px;
	position:absolute;
	font-size:30px;
	color:#FFFFFF;
	top:30px;
	margin-left:150px;
	filter:glow(color=#ff0000, strength=5);   /*?]?w???w?o??*/
	text-shadow: 5px 5px 5px #FF0000;
}
article{
	border-right:1px #330000 solid;
	width:625px;
	margin-left:175px;
	height:600px;
	background:#FFFFFF;
}
.consection{
	border:0px #330000 solid;
	width:400px;
	left:10px;top:10px;
	margin:0px auto;padding:20px;
}
fieldset{
	border:1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
fieldset legend{
	text-align:center; 
}
img{
	margin:3px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border:2px solid;}
footer{
	border:1px #330000 solid;
	background:#330000;
	color:#ffffff;
	width:800px;height:50px;
	text-align:center;
	line-height:50px;
}