* {
	margin:0;
	padding:0;
	font:normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
body{
	background-color:#FFFFFF;
}
p{
	margin:10px 0;
	padding:0;
}


/* ***bootie*** */
#bootie{
	width:896px;
	margin:0 auto;
}

/* header */
#header{
	height:153px;
	background:#FFFFFF url(/img/header_main_bg.jpg) no-repeat center top;
}
#logo{
	width:210px;
	height:153px;
	float:left;
}
#language {
	padding: 10px 15px;
	margin: 0;
	text-align: right;
	color: #FFB347;
}
	#language a:link, #language a:visited {
		color: #831E00;
		text-decoration: none;
	}
	#language a:hover, #language a:focus ,#language a:active {
		color: #831E00;
		text-decoration: none;
	}
	#language .active {
		font-weight: bold;
	}
#banner{
	width:393px;
	height:73px;
	float:right;
	padding:20px 50px 0 0;
}
/* end of header */

/* menu */
#menu{
	background:#A52C00 url(/img/menu_bg.jpg) repeat-x;
	height:29px;
}
#menu_left{
	height:29px;
	width:9px;
	float:left;
}
#menu_nav{
	width:850px;
	float:left;
	line-height:29px;
	overflow:hidden;
}
#menu_right{
	height:29px;
	width:9px;
	float:right;
}

#footer{
	background:#FFC489 url(/img/footer_bg.jpg) repeat-x;
	height:28px;
}
#footer_left{
	height:28px;
	width:9px;
	float:left;
}
#footer_nav{
	width:850px;
	float:left;
	line-height:28px;
	overflow:hidden;
}
#footer_right{
	height:28px;
	width:10px;
	float:right;
}
#logo_banner{
	width:210px;
	height:153px;
}
