/* CSS Document */
body{
	background:#ffcc00;
	color:#330000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	margin:0;
}
br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}
a{
	color:#330000;
	text-decoration:underline;
}
a:hover{
	color:#fff;
	text-decoration:none;
}
#main{
	width:576px;
	background:url(img/enews_bg.gif) repeat-y;
	display:block;
}
#maintop{
	width:576px;
	background:url(img/top_bg.gif) no-repeat;
	display:block;
}
#leftcol{
	width:401px;
	display:block;
	float:left;
	margin-top:88px;
}
#contentcol{
	padding:0 2px 0 34px;
	display:block;
	text-align:left;
	line-height:14px;
}
#contentcol a{
	color:#cc0000;
	text-decoration:underline;
}
#contentcol a:hover{
	color:#f8a015;
	text-decoration:none;
}
