body {
	padding: 0;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, serif, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #3c3c3c;
}

div,span,td,table,img,form{
	padding: 0;
	margin: 0;
	border: 0;
}
p{
	margin: 0;
	padding-bottom: 10px;
}
select{
	font-size: 8.25pt;
}




a.blood:link, a.blood:visited,a.blood:hover, a.blood:active{
	color: #b71d21;
}


a:link 
{
	color: #6e5751;
	font-weight: normal;
	text-decoration: none;
}
a:visited 
{
	color: #6e5751;
	font-weight: normal;
	text-decoration: none;
 }
a:hover 
{
	color: #6e5751;
	font-weight: normal;
	text-decoration: underline;
}
a:active 
{
	color: #6e5751;
	font-weight: normal;
	text-decoration: underline;
}


#global{
	width: 100%;
	height: 100%;
	background: url(../img/bg2.png) repeat-x #efe9e3;
}

#global2{
	width: 100%;
	height: 100%;
	background: url(../img/bg.png) repeat-x #efe9e3;	
}

#maintable{
	width: 100%;
	height: 100%;
}

td#left{
	background: url(../img/bg-left.png) repeat-x top right;
	border-bottom: 1px solid #fff;
}
td#right{
	background: url(../img/bg-right.png) no-repeat top left;
}
td#center{
	width: 897px;
	background: url(../img/bg-center.png) top no-repeat #fff;
	border-bottom: 1px solid #fff;		
}



td#left2{
	background: url(../img/bg-left2.png) repeat-x top right #fff;
	border-bottom: 1px solid #fff;
}
td#right2{
	background: url(../img/bg-right2.png) no-repeat top left;
}
td#center2{
	width: 897px;
	background: url(../img/bg-center2.png) top no-repeat #fff;
	border-bottom: 1px solid #fff;		
}

div#languages-search{
	text-align: right;
	height: 55px;
	padding-top: 15px;
}
div#languages-search input{
	background: #ffcb67;
	border: 1px solid #f0aa15;
	color: #6a6a6a;
	padding: 3px;
	font-size: 8pt;
}

div#logo{
	height: 139px;
	float: left;
}
div#photos{
	width: 598px;
	height: 139px;
	float: right;
}

div#logo2{
	height: 299px;
	float: left;
}
div#photos2{
	width: 598px;
	height: 299px;
	float: right;
}

div#menu{
	height: 51px;
	padding: 20px 0 0 5px;
	clear: both;
	font-size: 8.25pt;
}

div#long{
	border-left: 1px solid #e6d7d2;
	border-bottom: 1px solid #e6d7d2;
	border-right: 1px solid #e6d7d2;
	float: left;
	background: #fff;
	width: 597px;
}
div#long-content{
	padding: 30px 40px;
}
div#navigation{
	height: 53px;
}
div#short{
	padding: 30px 0 0 10px;
	width: 288px;
	float: left;
	background: #fff;
}

#news{
	padding: 0 30px 0 0;
}
#news2{
	padding: 0 10px 0 0px;
}
#news ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#news li{
	margin: 0 0 10px 0;
	padding: 0 0 0 8px;
	list-style: none;
	background: url(../img/bg-li.png) no-repeat top left;
	border-bottom: 1px solid #e6d7d2;
	padding: 0 0 10px 8px;
}
#news2 li{
	margin: 0 0 10px 0;
	padding: 0 0 0 8px;
	list-style: none;
	background: url(../img/bg-li.png) no-repeat top left;
	border-bottom: 1px solid #e6d7d2;
	padding: 0 0 10px 8px;
}



#news li a:hover{
	color: #df9601;
}
div#bottom{
	background: url(../img/bg-bottom.png) no-repeat;
	width: 897px;
	height: 218px;
	margin: 0 auto;
	padding-top: 25px;	
	font-size: 8.25pt;
}

div#bip{
	width: 340px;
	float: left;
}
div#bottom-menu{
	width: 500px;
	float: left;
	color: #a89590;
	
}

.hr{
	height: 0;
	border: none;
	border-top: 1px solid #d6c7bf;
	margin: 10px 0;
	width: 100%;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}

