@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #000000;
}
#Main{
	width: 1105px;
}
#Top{
	height: 150px;
	width: 1100px;
	float: left;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-image: url(img/banner.jpg);

}
#MenuH{
	width: 1100px;
	height: 30px;
	float: left;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thin;
}
.Dot{
	height: 28px;
	width: 20px;
	float: right;
	text-align: center;
	padding: 0;
	margin-top: 3px;
}
.rubH{
	height: 28px;
	width: 130px;
	float: right;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 4px;


}
#MenuV{
	width: 170px;
	float: left;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: thin;
	height: 600px;

}

.rubV{
	height: 28px;
	width: 130px;
	padding: 0;
	margin-left: 5px;

}
#Content{
	width: 930px;
	height: 600px;
	float: left;
	font-size: small;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Footer{
	height: 30px;
	width: 1100px;
	text-align: center;
	float: left;

}
