* {
	margin: 0;
	padding: 0;
}

body {

}

#page {
	background-color:white;
}

#header_container {
    background-color: #e8f4f0;
    height: 126px;
}

#header_center {
	background-image:url(images/header_background.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:126px;
	margin:0 auto;
	position:relative;
	width:955px;
}

#header_image {
	background-color:white;
	display:block;
	margin:0 auto;
	padding-bottom:13px;
	width:955px;
}

#menu_container {
	border-bottom:1px solid #5DC2A5;
	border-top:1px solid #5DC2A5;
	height:32px;
}

#menu_center {
	height:32px;
	margin:0 auto;
	position:relative;
	width:955px;
}

#content_container {
	margin:0 auto;
	min-height:200px;
	width:955px;
}


/*** columns ***/
#columnLeft,
#columnRight,
#columnCenter {
	background:white none repeat scroll 0 0;
	min-height:200px;
	padding-bottom:10px;
}

#columnLeft {
	float:left;
	margin-right:10px;
	width:256px;
}

#columnRight {
	float:right;
	width:165px;
}

#columnCenter {
	margin-left:270px;
	margin-right:0;
	position:relative;
	width:519px;
}



/* page functions */
#pageFunctions {
	float:right;
	margin-right:40px;
}

.printButton {
	position:absolute;
	right:40px;
	top:1px;
	z-index:2;
}



/*** langMenu ***/
#langMenu {
	color:#97979B;
	margin:0 0 25px;
	text-align:center;
}

#langMenu a {
	font-weight:normal;
}

#langMenu a.active {
	font-weight:bold !important;
}



/*** footer ***/
#footer {
	color:#808284;
	margin:0 auto 0 270px;
	padding-top:15px;
}
