/* CSS Document */
@import url(display.css);

#container{
	width: 700px;
	margin: 0 auto;
}

#lang_bar{
	width:700px;
	padding-bottom:5px;
}

#header{
	width:700px;
}

#contentblock{
	width:700px;
	margin-top:10px;
	margin-bottom:10px;
	background:url(../images/bg.gif) repeat-y
}

#LHS_Nav{
	width:150px;
	padding-right:15px;
	float:left;
}

#RHS{
	width: 520px;
	padding-left:15px;
	float:left;
}

#footer{
	width:700px;
	height:36px;
	padding:10px;
}

.box_home{
	width:195px;
	margin-right:10px;
	float:left;
}

.box_home_fr{
	width:285px;
	margin-right:10px;
	float:left;
}

div.cleaner {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.cleaner hr {
	display: none;
}