body {
	margin: 0;
	font-family: arial;
	font-size: 15px;
}

a{
	color: #1a4595;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	color: #1a4595;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
	text-align: center;
}
/*template*/
#header{
	height: 190px;
	background: url(header_back.jpg);	
}
#name{
	height: 70px;
	background: url(name_back.gif);
	text-align: center;		
}
#line{
	height: 6px;
	border: solid 1px #00f;
	background: url(line.gif);
}
#container{
	margin-top: 3px;
	border: solid 1px #fff;
	border-top: solid 2px #f5f5f5;
	border-bottom: solid 2px #f5f5f5;	
	background: #fff url(menu_back.jpg) repeat-y top left;
}
#footer{
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
}
#copyright{
	margin-top: 5px;
	font-size: 12px;
	font-family: Verdana;
	margin-left: auto;
	margin-right: auto;
	width: 330px;
}
#copyright img{ padding-right: 5px; }


/*default page*/
#column1{
	border: solid 1px #fff;
}
#column2{
	/*background: #fff url(menu_back.jpg) repeat-y top left;	*/
	margin-right: 250px;
}
#column3{
	margin-left: 252px;
	padding-left: 10px;
	padding-right: 10px;
}
#content{
	margin-left: 252px;
	padding-left: 10px;
	padding-right: 10px;
}

#rightcolumn{
	position: absolute;
	top: 265px;
	right: 0px;
	width: 226px;
	float: right;
}
#leftcolumn{
	position: absolute;
	top: 265px;
	left: 0;
	width: 252px;
}

#leftcolumn a{
	text-decoration: none;
	font-size: 14px;
	color: #1a4595;
	font-weight: bold;
}
#leftcolumn a:hover{
	color:#f7c930;
}

/*other*/
.mmenu{
	height: 35px;
	width: 200px;
	background: url(menu_item.jpg) repeat-x bottom;
}
#actions{
	width: 220px;
	margin-bottom: 20px;
}
.actions{
	margin-bottom: 10px;
	padding-left: 30px;
}

.action_1{
	background: url(merop_blue.jpg) repeat-x bottom ;
	padding: 5px;
	font-size: 12px;
	color: #191195;
}
.action_1_date{
	font-weight: bold;
	color: #1a4595;
}
.action_1 a{
	text-decoration: none;	
	color: Black;
}
.action_1 a:hover{
	text-decoration: underline;	
}
.action_2{
	background: url(merop_orange.jpg) repeat-x bottom ;
	padding: 5px;
	font-size: 12px;
}
.action_2_date{
	font-weight: bold;
	color: #1a4595;
}
.action_2 a{
	text-decoration: none;	
	color: Black;
}
.action_2 a:hover{
	text-decoration: underline;	
}

.date{
	font-weight: bold;
	color: #626262;
	padding-top: 5px;
	margin-left: -15px;
}
.news{
	padding-left: 30px;
	margin-bottom: 10px;
	
}
a.link{
	font-weight: bold;
}
a.link:hover{
	text-decoration: underline;
}


a.all_link{
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
#news{
	margin-bottom: 5px;
}
#news a{
	font-weight: bold;
	color: #1a4595;
	text-decoration: none;
}
#column3 a:hover {
	text-decoration: underline;
}
#left{
	width: 252px;
	float: left;
}
/*gallery*/
#gallery{
	width: 220px;
	margin-bottom: 20px;
}
#gallery img{
	border: solid 1px #f5f5f5;
	margin-left:  auto;
	margin-right: auto;
}
img.gallery.{
	border: solid 1px #f5f5f5;
	margin-left:  auto;
	margin-right: auto;
}



