@import url('/css/common.css');
/* NEW HEADER */
#wrapper
{
	width:990px;
	text-align:left;
	position:relative;
	float:none;
	margin: 0 auto;
}
#header
{
	position:relative;
	height:145px;
	width:100%;
}
#languages
{
	position:absolute;
	right:50px;
	top:0px;
	z-index:2;
}
#languages a
{
	color:#FFFFFF;
}
#logo
{
	position:absolute;
	left:0px;
	top:0px;
	height:145px;
	width:990px;
	z-index:1;
}
#menu_top
{
	width: 990px;
	height:30px;
	background:url(/images/menu_center.png) top left repeat-x;
	z-index:3;
}
#menu_top .left
{
	position: absolute;
	left:0px;
	top:0px;
	width: 4px;
	height:30px;
	background:url(/images/menu_left.png) top left no-repeat;
}
#menu_top .right
{
	position: absolute;
	left:986px;
	top:0px;
	width:4px;
	height:30px;
	background:url(/images/menu_right.png) top left no-repeat;
}

#nav
{
	position: absolute;
	left:15px;
	top:4px;
	z-index:100;
}

#content
{
	width:994px;
	margin-left:-2px;
	z-index:2;
}
#content_inner
{
	width:100%;
}
#box_tl
{
	width: 7px;
	height: 7px;
	background:url(/images/box_tl.png) top left no-repeat;
}
#box_t
{
	width: 980px;
	height: 7px;
	background:url(/images/box_t.png) top left repeat-x;
}
#box_tr
{
	width: 7px;
	height: 7px;
	background:url(/images/box_tr.png) top right no-repeat;
}
#box_l
{
	width: 7px;
	background:url(/images/box_l.png) top left repeat-y;
}
#box_r
{
	width: 7px;
	background:url(/images/box_r.png) top right repeat-y;
}
#box_bl
{
	width: 7px;
	height: 7px;
	background:url(/images/box_bl.png) top left no-repeat;
}
#box_b
{
	width: 980px;
	height: 7px;
	background:url(/images/box_b.png) top left repeat-x;
}
#box_br
{
	width: 7px;
	height: 7px;
	background:url(/images/box_br.png) top right no-repeat;
}
#box_c
{
	background:#FFFFFF;
}
.col
{
	width:240px;
	border-right:#D4D0C8 solid 1px;
}
.col_inner
{
	padding:0px 10px 0px 10px;
}

#footer
{
	width:988px;
	height:30px;
	border:#97958b solid 1px;
	background-color:#ccd3db;
	text-align:center;
}
#footer_inner
{
	padding-top:5px;
	width:100%;
	text-align:center;
}
#footer a
{
	padding: 0px 3px 0px 3px;
}