body {
	background-color: #b1bfc7;
	margin: 0;
	padding: 0;
}

#protected {
	height: 100%;
	
	background-image: url(/images/bg-repeat.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#fixed {
	position: static;
	width: 100%;
	text-align: center;
	
	background-image: url(/images/bg-repeat.gif);
	background-repeat: repeat-y;
	background-position: center;
	
}

#fixed-bg {
	width: 100%;
	height: 200px;
	
	background-repeat: repeat-x;
	background-image: url(/images/bg-main.gif);
}

#center-container {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#head-container, #main-container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 906px;
}

#main-container {
	background-image: url(/images/bg-repeat.gif);
	background-repeat: repeat-y;
}

#head-container {
	background-image: url(/images/bg-head.jpg);
	background-repeat: no-repeat;
	height: 141px;
	vertical-align: bottom;
}

#head-location {
	position: absolute;
	top: 177px;
	width: 895px;
	text-align: right;
	
	font-size: 10px;
	color: #666666;
}

#head-location, #head-location a, #head-location a:visited, #head-location a:link {
	color: #666666;
	text-decoration: none;
}

#head-location a:hover {
	color: black;
	text-decoration: underline;
}

#head-slogan, #head-slogan a, #head-slogan a:visited, #head-slogan a:link, #head-slogan a:hover {
	top: 103px;
	font-size: 13px;
	color: #c80014;
	text-decoration: none;
}

#main {
	float: left;
	color: black;
	background-image: url(/images/bg-body.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#content-container, #content-container-pic {
	float: left;
	width: 906px;
	background-image: url(/images/bg-sub-head.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#content, #content-pic {
	padding: 20 25 10 25px;
}

 
 
/*
 * * * FOOTER
 */
 
#footer-container  {
	clear: both;
	line-height: 120%;
	padding-top: 10px;
}

#footer {
	width: 906px;
	margin: auto;
	height: 105px;
}


/*
 * * * MENU
 */


#menu-container {
	position: absolute;
	top: 142px;
	background-image: url(/images/button-body.gif);
	background-repeat:repeat-x;
	width: 906px;
}

#langmenu {
	height: 28px;
	margin-bottom: -3px;
	float: left;
}
 
#menu {
	/*width: 667px;*/
	height: 28px;
}

div.menubuttonl, div.menubuttonr, div.menubutton, div.menubutton-container {
	float: left;
	height: 28px;
}

div.menubuttonl {
	width: 8px;
	background-image: url(/images/button-left.gif);
}

div.menubuttonr {
	width: 8px;
	background-image: url(/images/button-right.gif);
}

div.menubutton-container {
	
}
	
div.menubutton {
	padding: 5 10 0 10px;
	font-weight: bold;
}

#menu a, #menu a:link, #menu a:visited {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: #CCCCCC;
}


#firstbutton div.menubuttonl {
	background-image: url(/images/button-yellow-left.gif);
}

#firstbutton div.menubuttonr {
	background-image: url(/images/button-yellow-right.gif);
}

#firstbutton div.menubutton {
	background-image: url(/images/button-yellow-body.gif);
	background-repeat: repeat-x;
}

#menu #firstbutton a, #menu #firstbutton a:link, #menu #firstbutton a:visited {
	color: #c80014;
	text-decoration: none;
}

#menu #firstbutton a:hover {
	color: black;
}


/*
 * * * Misc
 */
.hidden {
	display: none;
}

