ul, li{
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

html{
	overflow-y: scroll;
}

html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border-style: none;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
}

a{
	outline: none;
	text-decoration: none;
}

p{
	line-height: 140%;
}

#wrapper{
	margin: 0px;
	padding: 0px;
	margin: 0px auto; 
	width: 990px;
	overflow: hidden;
}

#col1{
	width: 160px;
	float: left;
	margin: 10px 0px;
	text-align: left;
}

#col2{
	width: 830px;
	float: right;
	margin: 10px 0px;
}

.clear{
	clear: both;
}

#menu{
	width: 150px;
	margin: 0px;
	position: fixed;
	text-align: right;
	color: #000000;
}

* html  #menu { 
	position: absolute;
}

#menu img{
	border: none;
}

#menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li{
	padding: 2px 0px;
	padding-left: 0px;
	
}

#menu li a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 110%;
	display: block;
	border: 1px solid #ffffff;
	background-color: #e6e7e8;
	padding: 5px 10px 5px 10px;
}

#menu li .active, #menu li a:hover{
	color: #A90533;
	background-color: #dadada;
}

#menu li .active{
	background-image: url('/losf/images/circle.png');
	background-repeat: no-repeat;
	background-position: -12px -12px;
}

#container{
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
}

#info{
	padding: 10px;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
}

#header{
	height: 79px;
	overflow: visible;
	margin: 0px 10px;
	margin-bottom: 10px;
	background-image: url('/losf/images/header.png');
}

#body{
	margin: 0px 10px;
	overflow: hidden;
}

#body #content{
	float: left;
	width: 600px;
	min-height: 580px;
}

#body #right{
	float: right;
	width: 200px;
	background-color: #ffffff;
	background-image: url('/losf/images/atbalstitaji.png');
	background-repeat: no-repeat;
}

.pageTitle{
	font-family: arial,sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #48555c;
	color: #48555c;
	font-size: 24px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.articleTitle{
	font-family: arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #48555c;
	color: #48555c;
	font-size: 24px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.articleText{
	color: #444444;
}

.articleText p{
	margin-bottom: 10px;
}

.articleText img{
	margin-right: 10px;
}

.newTitle{
	font-family: arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #48555c;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 8px;
	
}
.newDateAuthor{
	color: #48555c;
	overflow: hidden;
	font-weight: bold;
	border-bottom: 2px solid #48555c;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.newDateAuthor .left{
	float: left;
}

.newDateAuthor .right{
	float: right;
}

.newText{
	color: #444444;
}

.newText img{
	margin-right: 10px;
}


