body {
	padding: 0px;
	margin: 0px;
	font: small trebuchet ms, sans-serif, arial;
	background: rgb(0,0,0);
	color: rgb(191,191,191);
}
a {
	color: rgb(191,191,191);
	text-decoration: none;
}
a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}
.top {
	position: relative;
	margin: 0px auto;
	width: 760px;
	height: 130px;
}
/*
.top div.top_left {
	position: relative;
	float: left;
	background: url(../images/logo.jpg);
	width: 220px;
	height: 130px;
}
*/
.top div.top_left {
	position: relative;
	float: left;
	width: 220px;
	height: 130px;
}
.top div.top_left h1 {
	margin: 45px 0px 0px;
	color: rgb(255,255,255);
	font-size: 31px;
}
/*
.top div.top_right {
	position: relative;
	float: right;
	background: url(../images/top_banner.jpg);
	width: 540px;
	height: 130px;
}
*/


.top div.top_right {
	position: relative;
	float: right;
	background: url(../images/banners/sofia_logo.png);
	width: 540px;
	height: 130px;
}

.content {
	padding: 20px 0px 0px;
	margin: 0px auto;
	width: 760px;
}
.left_col {
	width: 220px;
	float: left;
}
.left_col ul {
	padding: 3px 0px 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}
.left_col li {
	margin-bottom: 20px;
}
.left_col .menu .list {
	list-style-position: outside;
	line-height: 18px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.left_col .menu .list a div {
	text-align: left;
	background-color: rgb(128,0,0);
	margin: 0px 0px 3px;
	padding: 3px 0px 3px 20px;
	cursor: pointer;
	font-weight: bold;
}
.left_col .menu .list div.act {
	text-align: left;
	background-color: rgb(65,0,0);
	margin: 0px 0px 3px;
	padding: 3px 0px 3px 20px;
	font-weight: bold;
	color: rgb(191,191,191);
}
.left_col .menu .list a:hover div {
	padding: 3px 0px 3px 20px;
	color: rgb(255,255,255);
	text-decoration: none;
}
.right_col {
	width: 514px;
	float: right;
}
.right_col p.navig {
	margin-bottom: 0px;
	padding-left: 15px;
	color: rgb(110,110,110);
	font-size: 10px;
	background: url(/images/home.png) 0 3px no-repeat;
}
.right_col p.navig a {
	margin-bottom: 0px;
	color: rgb(191,191,191);
	font-size: 10px;
}
.right_col p.rek_under_navig {
	margin-top: 3px;
	padding: 3px;
	color: rgb(100,100,100);
	font-size: 10px;
	background-color: rgb(10,10,10);
}
.right_col p.rek_under_navig a {
	color: rgb(100,100,100);
	font-size: 10px;
	text-decoration: none;
}
.right_col p.rek_under_navig a:hover {
	color: rgb(100,100,100);
	font-size: 10px;
	text-decoration: underline;
}
.right_col h1 {
	border-bottom: rgb(50,50,50) 2px solid;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	color: rgb(191,191,191);
	font-size: 32px;
	text-transform: lowercase;
}
.right_col h2 {
	padding: 0px;
	margin: 20px 0px 20px 40px;
	color: rgb(191,191,191);
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}
.right_col h3 {
	padding: 0px;
	margin: 20px 0px 20px 40px;
	color: rgb(191,191,191);
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-transform: none;
}
.right_col h4 {
	padding: 0px;
	margin: 20px 0px 20px 20px;
	color: rgb(191,191,191);
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}
.right_col h5 {
	padding: 0px;
	margin: 20px 0px 20px 20px;
	color: rgb(191,191,191);
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-transform: none;
}
.right_col h6 {
	padding: 0px;
	margin: 20px 0px;
	color: rgb(191,191,191);
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}
.right_col h2.cat {
	border-bottom: rgb(50,50,50) 2px solid;
	padding: 0px;
	margin: 10px 0px 10px;
	color: rgb(191,191,191);
	font-size: 22px;
	font-weight: normal;
	text-transform: lowercase;
}
.right_col h3.cat {
	border-top: rgb(50,50,50) 6px double;
	border-bottom: rgb(50,50,50) 2px solid ;
	padding: 20px 0px 0px 40px;
	margin: 10px 0px 10px;
	color: rgb(191,191,191);
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.right_col p {
	text-align: justify;
	padding: 0px;
	margin: 0px 0px 10px;
	color: rgb(191,191,191);
}
.right_col p img {
	margin: 0px 10px 0px 0px;
}
.right_col p img.cl_logo {
	padding: 5px;
	margin-top: 5px;
}
.right_col p a {
	text-decoration: underline;
}
.right_col p a:hover {
	text-decoration: none;
}
.right_col p a.sm_files {
	text-decoration: none;
}
.right_col p a.sm_files:hover {
	text-decoration: underline;
}
.right_col p a.out:after {
	content:'. .';
	color: rgb(0,0,0);
	background: url(../images/img_out.gif) no-repeat right center;
	padding-bottom: 0px;
}
.right_col ol {
	color: rgb(191,191,191);
}
.right_col p.nlink {
	text-indent: 40px;
}
.right_col table.cat_soft {
	color: rgb(191,191,191);
}
.right_col table.cat_soft .left_cl {
	background-color: rgb(0,0,180);
	width: 30px;
	border: medium solid rgb(191,191,191);
}
.right_col table.cat_soft .right_cl {
	padding-left: 10px;
}
.right_col table.cat_soft .right_cl p {
	margin: 0px;
	text-align: left;
}
.right_col table.cat_audio {
	color: rgb(191,191,191);
}
.right_col table.cat_audio .left_cl {
	background-color: rgb(0,180,0);
	width: 30px;
	border: medium solid rgb(191,191,191);
}
.right_col table.cat_audio .right_cl {
	padding-left: 10px;
}
.right_col table.cat_audio .right_cl p {
	margin: 0px;
	text-align: left;
}
.right_col table.cat_site {
	font-size: 13px;
	margin-left: 40px;
}
.right_col table.cat_site td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.right_col .bot_text {
	text-align: justify;
	padding: 0px;
	margin: 0px 0px 18px;
	text-align: right;
}
.banner_bot {
	padding: 0px 0px 13px;
	margin: 0px auto;
	width: 760px;
}
.bottom {
	padding: 20px 0px 0px;
	margin: 0px auto;
	width: 760px;
	clear: both;
	text-align: right;
	color: rgb(191,191,191);
	border-top: 2px solid rgb(128,0,0);
}