body {
	background: #6C1400 url(img/bgbody.gif) repeat-y center top;
	margin-top: 0px;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}

div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 9px 0 0 0;
}

/* main navigation */
.link_menu {
	background: #CC2224 url(img/grdnt_red.png) repeat-x;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 20px;
	padding: 0px 0 0 5px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 5px 5px; 
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 2px 0 5px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 3px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 9px;
}
