@charset "windows-1251";
/* CSS Document */

body {
	font-family: Verdana;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.gif);
}

.header {
	background: url(../images/header.gif);
	width: 820px;
	height: 31px;
}
.content {
	background: url(../images/os.gif);
	background-repeat: repeat-y;
	width: 820px;
}
.bottom {
	background-image: url(../images/bottom.gif);
	width: 820px;
	height: 31px;
}
.ora {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF3300;
    font-weight: bold;
    font-size: 30px;
}
.catnewss {
	border:1px dashed #F00; 
	color:#545454; 
	padding-left:5px; 
	padding-right:5px;
}
