body{
	background-color:#dcddd7;
	background-color:#C3C4BA;
	text-align: center;
}

/**********************************************/
/*Containers*/
/**********************************************/

#main{
	text-align:left;
	width:970px;
	background-color: #fff;
	margin: 0 auto;
	padding-bottom:20px;
}
#header{
	float:left;
	width:100%;
	height:166px;
	background: url(/sajtgrafik/header-bg-border.gif) repeat-x;
}
a#header-logo{
	display:block;
	float:left;
	width:527px;
	height:125px;
	margin:18px 0 0 20px;
	background: url(/sajtgrafik/riai-header-logo.jpg);
	border:none;
}
#header div#address{
	width:260px;
	margin-top:18px;
	margin-left:38px;
	float:left;
}
#header div#mail{
	width:103px;
	margin-top:18px;
	margin-right:20px;
	float:right;
}
#nav{
	width:178px;
	margin-left:20px;
	margin-top:16px;
	float:left;
	/*background:red;*/
}

.newsleft{
	width:178px;
	float:left;
	margin-bottom:9px;	
}
.newsright{
	width:178px;
	float:right;
	margin-bottom:9px;
}
.newsleft img a, .newsright img a{
	border:none;
}

#sidebar1 p.date{
	margin-left: 10px;
	color:#a10f0d;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}
#sidebar1 p{
	margin-left: 10px;
	font-size:12px;
}
#sidebar1 span.last{
	display: block;
	background: url(/sajtgrafik/sidebar-bg-end.jpg) no-repeat bottom;
	height:30px;
	width:178px;
}

#footer{
	display:block;
	clear:both;
	width:930px;
	height:100px;
	background-color: #FAFAFA;
	margin-left:20px;
	margin-top:10px;
}

/*Fixes*/
span.clearer{
	display:block; clear:both;
}
img.floatleft{
	float:left; 
	margin-right:10px;
	padding-bottom:10px;
}

.mbot{
	margin-bottom:1em;
}
.border{
	border: 1px solid #D7DDCC;
}

table{
font-size:75%;
width:100%;
border-collapse: collapse;
}
td{
	background-color: #F1F1EE;
	padding: 10px;
	border: 2px solid #fff;
	text-align:left;
	width:20%;
}
table td strong{
	color: #fff;
	font-size: 1.3em;
}
td.header{
	background-color: #d46343;
	background-color: #daa692;
}

#content ul{
	margin:2em 1em 2em 3em;
	list-style: disc;
}
#content ul li{
	margin-bottom: 1em;
}