<!--
a {text-decoration:none}
//-->

body {
	margin:0;
}
#container {
	width:880px;
	margin: 0 auto;
}
.balk {
	float:left;
	margin-top:25px;
}
.balk-menu {
	float:left;
	margin-top:8px;
}
.left {
	float:left;
	width:6px;
	height:34px;
	background-image: url(images/left.png);
	background-repeat:none;
}
.midel {
	float:left;
	width:868px;
	height:34px;
	background-image: url(images/midel.png);
	background-repeat:repeat-x;
}
.midel-left {
	float:left;
	width:6px;
	height:26px;
	background-image: url(images/midel-left.png);
	background-repeat:none;
	margin-top:4px;
}
.midel-midel {
	float:left;
	width:856px;
	height:26px;
	background-color: white;
	margin-top:4px;
}
.midel-right {
	float:left;
	width:6px;
	height:26px;
	background-image: url(images/midel-right.png);
	background-repeat:none;
	margin-top:4px;
}
.right {
	float:left;
	width:6px;
	height:34px;
	background-image: url(images/right.png);
	background-repeat:none;
}

#header {
	float:left;
	width:898px;
	height:177px;
	background-image: url(images/header12.gif);
	background-repeat:none;
	margin-top:8px;
}

/*content*/
#content-left {
	width:204px;
	float:left;
}
.top {
	float:left;
	width:204px;
	height:35px;
	background-image: url(images/midel.png);
	background-repeat:repeat-x;
	margin-top:8px;
	
}
.left-content {
	float:left;
	width:202px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: white;
	background-repeat:repeat;
	margin-top:-1px;
	valign=top;
	border: solid 1px #003399;
	border-top:0;
	overflow:hidden;
}
#content-right {
	width:666px;
	float:left;
}
.top-mid {
	float:left;
	width:666px;
	height:35px;
	background-image: url(images/midel.png);
	background-repeat:repeat-x;
	margin-top:8px;
	margin-left:10px;
	
}
.right-content {
	float:left;
	width:664px;
	background-color: white;
	background-repeat:repeat;
	margin-top:-1px;
	valign=top;
	border: solid 1px #003399;
	border-top:0;
	margin-left:10px;
	overflow:hidden;
}

.footer {
	float:left;
	margin-top:8px;
}
.space {
	height:8px;
	float:left;
	width:100%;
}
/* Links */

a {
	color: #000000;
	text-decoration: none;