/* CSS Document */



html, body {

	margin:0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

} 



/* main divs */



#container {

	width:1000px;

}



#topnavi {

	height:50px;

	padding-bottom:30px;

}



#body {

	width:auto;

}



#body_area {

	width:auto;

}



#footer {

	clear:both;

	height: 30px;

	background-image:url(../images/bottom.jpg);

	background-position:bottom;

	background-repeat: no-repeat;

	padding-top: 140px;

}



#footer_text {

	font-size:10px;

	padding-right:20px;

	padding-bottom:10px;

	color:#545454;

	text-align:right;

}



#selectedpage {

	display:none;

}	



/* main navi buttons */



img#btn_company, img#btn_yelibrand, img#btn_ir, img#btn_contact {

	padding-left: 1px;

}

td.specialBorderLeft{
	border-left:2px solid #000000;
}

td.specialBorderRight{
	border-right:2px solid #000000;
}

td.specialBorderRightBottom{
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
}

td.specialBorderLeftBottom{
	border-left:2px solid #000000;
	border-bottom:2px solid #000000;
}

td.specialBorderRightTop{
	border-right:2px solid #000000;
	border-top:2px solid #000000;
}

td.specialBorderLeftTop{
	border-left:2px solid #000000;
	border-top:2px solid #000000;
}

td.spcecialBorderRightTop2{
	border-right:2px solid #000000;
	border-top:2px solid #000000;
}

td.spcecialBorderLeftTop2{
	border-left:2px solid #000000;
	border-top:2px solid #000000;
}

td.topCoverBorder
{
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-top:2px solid #000000;
}

td.topBorder{
	border-top:2px solid #000000;
}

