html, body {
	margin:0px;
	padding:0px;
}
body, input, select, textarea {
	background-color: #ffffff;
}
td, input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	vertical-align: top; 
}
td {
	padding: 0px;
}
table.main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
td.top {
	background-image: url(top_bg.jpg);
	height: 165px;
}
td.logo {
	width: 100%;
	text-align: right;
	padding-top: 55px;
	padding-right: 55px;
}
td.search {
}
td.topmenu {
}
td.news {
	width: 30%;
}
td.text {
	width: 70%;
	height: 100%;
}
td.copyright {
}
td.bottommenu {
}