/*-----------------------------theme common--------------------------------------------*/
#content-wraper{

	padding: 3px 0 0 0;
	width:898px;
	height:auto;
	background-color:#fff;
	border-style: solid;
	border-color: #887F84;
	border-width: 0px 1px 0px 1px;

}
#main-content{
	width: 70%;
	float:left;
	padding:10px;
	text-align:justify;
	display:block;
	
}


/*-----------------------------HEADER--------------------------------------------*/
#bg-photo{
	/*background: url(../images/header-page/bg.jpg) no-repeat scroll center 0px transparent;*/

}
#header-pic{
	width:900px;
	height:200px;


}

#header-plus-horizontal-menu-wrap{
	position: relative;
	background-color:#fff;
	height:240px;
	
}

#menu-horizontal{
	background-color:#fff;
}

#languages{
	position:absolute;
	top:30px;
	right:10px;
	z-index:100;
}

.qtrans_language_chooser{
	margin: 5px;
	margin-bottom: -5px;
	margin-left:30px;
	margin-top: -8px;
	}
.qtrans_language_chooser li{
	display: inline-block;
	padding-right: 8px;
	
}

/*-----------------------------CONTENT-----------------------------------------------------*/
#main-content h2 a{
font-size:	24px;
color: #3366ff;
text-decoration: none;
font-family: 'Marck Script', cursive!important;

}

h2{
margin-bottom: 15px;
font-family: 'Marck Script', cursive!important;
}



.entry {
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    font-size: 10pt;
    line-height: 18px;
	margin-left: 20px;
	margin-bottom: 30px;
	padding: 5px;
	border-width: 0 0 0 3px;
	border-color: #5E5E5E;
	border-style: dotted;
	}


/*-----------------------------SIDEBAR PARTNERS--------------------------------------------*/


#fci{
	width:89px;
	height:89px;
	background:url(../images/sidebar-partners/fci_b.png) no-repeat;
	
}
#lkf{
	width:89px;
	height:89px;
	background:url(../images/sidebar-partners/lkf_b.png) no-repeat;
	margin-top:5px;
}

#fci:hover{
	width:89px;
	height:89px;
	background:url(../images/sidebar-partners/fci.png) no-repeat;
}
#lkf:hover{
	width:89px;
	height:89px;
	background:url(../images/sidebar-partners/lkf.png) no-repeat;
}
/*-----------------------------FOOTER--------------------------------------------*/
#footer{
	background:url(../images/footer/black_bg.png) repeat-x;
	height: 55px;
	font-size: 15px;
	text-shadow: 1px 1px #000000;
	color:white;
	text-align:center;
	padding: 0;
}
#footer p{
	padding:8px 0 0 0;
}