@charset "utf-8";
/* CSS Document */
/* ############################################### */

body {
	background: #FFFFFF;
}

#urgent {
	background: #FFC;
	border-bottom: 1px solid #3C5862;
	width: 100%;
	height: 20px;
}

#sitewrapper {
	width: 980px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*div.wrapper {
	width: 980px;
	height: auto;
	margin: 0 auto;
}
*/

/* ############################################### */
/* header elements */

div#header {
	width: 980px;
}

#lang {
	height: 24px;
	padding: 10px 0px;
	width: 980px;
	text-align: right;
}





/* ############################################### */
/* Main */

#main {
	width: 980px;
	height: auto;
}


/* ############################################### */
/* Textbar elements */

#textbar {
	clear: both;
	height: 60px;
	margin: 20px 0px 4px 0px;
	text-align: center;
}


/* ############################################### */
/* Content Elements */

#content {
	width: 980px;
	height: auto;
	background: #FFF;
}


/* ############################################### */
/* footer elements */


#footing {
	width: 980px;
	padding-bottom: 20px;
}

#copyright {
	width: 980px;
	vertical-align: middle;
}

#debug {
	width: 100%;
	height: auto;
	background: #FFC;
}


/* custom elements */

.none {
	display: none;
}