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

body {
	background: #FFF;
}

#container {
	width: 310px;
	height: 333px;
	background-color:#FFFFFF;
}

#content {
	background:url(../images/bg_news.png);
	width: 270px;
	height: 310px;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	
	padding: 5px 20px 15px 20px;
}

h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

hr {
	background-color: #FDC531;
	height: 2px;
	border: none;
}

ul {
	padding-left: 15px;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #FFF;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #FDC531;
}

