hr{
	border-color:		#FFFFFF;
	border-style:		dotted;
	width:			90%;
}
.bg{
	background-color:	#EEEEFF;
	background-image:	url("bg2.png");
	text-align:		center;
}
.main{
	color:			#000000;
	position:		absolute;
	top:			0px;
	left:			64px;
	text-align:		center;
}
.sidebar{
	color:			#000000;
	background-repeat:	no-repeat;
	background-image:	url("side.png");
	width:			64px;
	height:			100%;
	vertical-align:		top;
	position:		absolute;
	top:			0px;
	left:			0px;
	text-align:		center;
}
.logo{
	color:			#000000;
	margin-left: 		auto;
	margin-right: 		auto;
	top:			20px;
	width:			400px;
	height:			100px;
	background-image:	url("title.png");
}
.news{
	color:			#000000;
	border-width:		3px;
	font-family:		"verdana";
	font-size:		10px;
	border-color:		#FFFFFF;
	background-image:	url("bg.png");
	border-style:		dotted;
	width:			75%;
	margin-left:		150px;
	margin-right:		150px;
	text-align:		left;
	padding:		4px;	
}
.newstitle{
	color:			#000000;
	border-width:		3px;
	font-family:		"verdana";
	font-size:		10px;
	border-color:		#FFFFFF;
	background-image:	url("bg.png");
	border-style:		dotted;
	width:			50%;
	position:		relative;
	top:			-20px;
	left:			-20px;
	text-align:		left;
	padding:		5px;
}
.copyright{
	color:			#000000;
	background-image:	url("bg.png");
	border-width:		1px;
	border-color:		#FFFFFF;
	border-style:		dotted;
	width:			30%;
	position:		relative;
	top:			30px;
	left:			30%;
	text-align:		center;
	padding:		2px;
	font-size:		x-small;
}
.imglink{
	color:			#000000;
	height:			40px;
	width:			40px;
	border:			0px;
}	