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

#header_topics {
	height:40px;
	border-bottom:1px solid #C3C3C3;
	background:url(../images/topics/header_topics.jpg) 0 0 no-repeat;
}


div#main{
width:920px;
min-height:305px;
height: auto !important;
height: 305px;
float:right;
padding:10px;
margin:0 10px 10px 0px;
background-color:#FFFFFF;
display:inline;
letter-spacing:0;
/*border:1px solid #C3C3C3;*/
}

/*Topics*/

#topics{
padding:0 40px;
margin-bottom:10px;
}

#topics dl{
	background:url(../images/dot_line.gif) no-repeat bottom;
}

#topics dt{
	line-height:25px;
	padding-left:20px;
	background:url(../images/arrow_gray.gif) 0 5px no-repeat;
	}
	
#topics dt a{
	color:#009A31;
}

#topics dt a:hover{
	text-decoration:underline;
}

	
#topics dd{
	padding-left:30px;
	padding-bottom:5px;
	margin-top:-5px;
}


div#modoru{
	width:100px;
	clear:both;
	margin:5px 10px 0;
	/*border:1px solid #C3C3C3;*/
}	

