/* CSS Document */

#container {
	width: 250px;
}
H1 {
	font-size: 12px;
	margin: 0px;
	width: 250px;
	cursor: pointer;
	height: 23px;
	line-height: 23px;	
	background:url(/images/bg_jb.jpg) repeat-x;
}
H1 a {
	display: block;
	width: 250px;
	color: #000;
	height: 23px;
	text-decoration: none;
	moz-outline-style: none;
	line-height: 23px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #094E6D;
	font-weight:normal;
}
.content{
	width: 250px;
	height: 330px;	
}
