@charset "utf-8";
/* CSS Document */

#content{
	background-color:#091b3b;
	width:620px;
	margin:0 0 0 5px;
}

#content_out{
	background:transparent url(../images/content_top.jpg) no-repeat top left;
	width:620px;
}

#content_in{
	background:transparent url(../images/content_bottom.jpg) no-repeat bottom left;
	width:550px;
	padding:28px 35px;
	height: auto !important;
	height: 140px;
	min-height: 140px;
}

#content_in ul{
	float:left;
	list-style:disc;
	width:220px;
	margin:0 0 0 28px;
	font-size:12px;
	line-height:25px;
}


#content_in p{
	clear:both;
	padding:0 0 18px 0;
}