body {
	background-color: #F2E8CD;
	background-image: url("../images/bg_subpage.gif");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
body, p, table, td {
	font: 0.85em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5D543B;
}
p {
	padding: 0;
	margin: 0 0 2em 0;
}
a {
	color: #264A86;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
h1, h2  {
	font: bold Tahoma;
	padding: 0;
	margin: 0 0 0.7em 0;
}
h1      { font-size: 1.3em; }
h2      { font-size: 1.1em; }
/* --------------------------------------------------------------------------------------------------------------------------------- */
#icons {
	position: absolute;
	top: 50px;
	left: 55px;
}
#icons .icon {
	margin: 0 7px 0 7px;
}
#header {
	height: 89px;
	background: url(../images/name.gif) 375px 1px no-repeat;
}
#header h1 { display: none; }
/* --------------------------------------------------------------------------------------------------------------------------------- */
#left_column {
	float: left;
}
#menu {
	border-top: 2px #F2E8CD solid;
	width: 200px;
}
#menu .menu_item {
	list-style: none;
	padding: 0 0 1px 0;
	background: url(../images/submenu_bg.gif) bottom repeat-x;
}
#menu .menu_item a {
	display: block;
	font: 0.85em Tahoma;
	text-decoration: none;
	color: #F7F1E1;
	padding: 5px 0 5px 25px;
	width: 200px;				 
	background: url(../images/arrow.gif) 9px 10px no-repeat;
}
#menu .menu_item a:hover {
	border-right: 2px #F2E8CD solid;
	padding-right: 6px;
	font-weight: bold;
	text-align: right;
	background-color: #CBC4A8;
}
/* --------------------------------------------------------------------------------------------------------------------------------- */
#news {
	font: 0.8em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 30px;
}
#news h2 {
	margin: 0 0 0 20px;
	padding: 0;
}
#news .block {
	margin: 2px 0 0 5px;
	width: 190px;
	background-color: #F2E8CD;
	padding: 5px;
}
#news .date { font-weight: bold; }
#news .more { text-align: right; margin-top: 2px; }
/* --------------------------------------------------------------------------------------------------------------------------------- */
#content_padding { padding-left: 215px; }								
#content         { width: 550px; text-align: justify; }
/* --------------------------------------------------------------------------------------------------------------------------------- */
#copyright {
	clear: both;
	margin-left: 212px;
	width: 556px;
	padding: 15px 0 20px 0; 
	border-top: 1px #626262 solid;
	text-align: center;
	font: bold 0.74em Verdana;
	color: #7D704F;
}
/* --------------------------------------------------------------------------------------------------------------------------------- */
