BODY {
	background:#ebddc3 url('/images/bg.jpg') top center no-repeat;
	margin:0;
	padding:0;
	color:#000;
	font-family:tahoma;
}
#menu {
	margin:10px 0 0 0;
	width:675px;
}
#menu IMG {
	border:0;
}
#menu A {
	margin:0 0 0 11px;
}
.logo {
	width:700px;
	height:500px;
}
UL.news_list {
	padding:0;
	margin:20px 0 0 0;
	list-style-type:none;
}
UL.news_list LI {
	margin:0 0 20px 0;
	width:600px;
	text-align:left;
}
UL.news_list LI DIV.news_head  A {
	color:#521500;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}

UL.news_list LI DIV.news_head  {
	color:#521500;
	font-weight:bold;
	font-size:14px;
}

UL.news_list LI DIV.news_head  A:hover {
	text-decoration:none;
}
UL.news_list LI DIV.news_anons {
	color:#000;
	font-size:13px;
	margin:5px 0 0 0;
}


UL.comments {
	padding:0;
	margin:20px 0 0 0;
	list-style-type:none;
}

UL.comments LI {
	margin:0 0 20px 0;
	width:600px;
	text-align:left;
}

UL.comments LI DIV.author  A {
	color:#521500;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
}

UL.comments LI DIV.author  {
	color:#521500;
	font-size:13px;
}

UL.comments LI DIV.author  A:hover {
	text-decoration:none;
}
UL.comments LI DIV.com_text {
	color:#000;
	font-size:12px;
	margin:5px 0 0 0;
}
