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

body {
	background: #FFF;
}

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

#content {
	background:url(../images/bg_news2.png);
	background-repeat:no-repeat;
	width: 273px;
	height: 360px;
	
	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: #666;
	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: #000;
}

