@import url("/css/main.css");

div.content h1{display: none;}

div.news {
	margin: 0px 40px 0px 40px; 
	padding-bottom: 0px;
	min-height: 190px;
	border-bottom: dotted 1px;
}

div.news form {
	width: 100%;
	display: block;
	height: 50px;
}

div.news input {
	float: right;
	margin: 20px 0px 10px 0px;
}

* html div.news input {
	float: right;
	margin: 20px 0px 10px 0px;
}

div.news div.title  {
	margin: 20px 0 10px 0;
	display: block;
	font-weight: bold;
	color: #663300;
}

div.news div.text {
	display: block;
	text-align: justify;
	font-weight: normal;
	width: 63%;
}

* html div.news div.text {
	display: block;
	height: 1px;
	text-align: justify;
	font-weight: normal;
}

div.news div.text a{
	color: #8f7031;
	font-weight: bold;
	text-decoration: none;
}

div.news img {
	margin: 20px 10px 0 85px;
	float: right;
}

div#mainBox div.text {
	margin: 0px 40px 0px 50px;
	padding-left: 10px;
	padding-bottom: 20px;
	border: none;
}

div#mainBox div.text div.content{
	border: none;
}