@charset "utf-8";
*, html {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	overflow: hidden;
}

#content {
	width: 760px;
	margin: 20px auto;
	height: 230px;
	border: 1px solid #000000;

}

#logo {
	background-color: #FFFFFF;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 230px;
	width: 355px;
	float: left;
}
#last_news {
	height: 230px;
	width: 400px;
	overflow: auto;
	text-align: left;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#last_news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#last_news ul li {
	padding: 5px 2px;
}
#last_news  ul  li.cor  {
	background-color: #FFFFDD;
}

#last_news a {
	color: #009FFB;
	display: block;
}
#last_news  a:hover {
	color: #0069BA;
}
#last_news   a.more  {
	color: #000000;
	display: block;
	clear: both;
	text-align: right;
}

#last_news h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#last_news p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
