#wrapper {
	min-width: 760px;
}

#logo {
	background-color: #FFFFFF;
	background-image: url(../images/bg-top.png);
	background-repeat: repeat-y;
	padding: 30px 60px 30px 350px;
	text-align: right;
}

#menu-locale-selection {
	margin: 90px 0px 2px 0px; 
	text-align: center;
}

#line-left {
	position: absolute;
	top: 121px;
	width: 0px;
	border: 2px solid #586271;
}

#line-right {
	position: absolute;
	background-image: url(../images/bg-right-vertical.png);
	background-repeat: repeat-y;
	top: 672px;
	width: 20px;
	left: 100%;
	margin: 0px 0px 0px -20px;
}

#menu-grey-top {
	position: absolute;
	background-color: #B2B4B4;
	top: 121px;
	width: 20px;
}

#outer {
	background-image: url(../images/bg-main.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 0px 0px 0px 200px;
	height: 551px;
	/*border: 1px solid #00FF00;			/* Debug */
}

#upper {
	color: #062A47;
	height: 108px;
	line-height: 1.8em; 
	padding: 30px 0px 0px 0px;
	/*border: 1px solid #00FF00;			/* Debug */
}

#abs-image {
	position: absolute;
	top: 259px;
	left: 100%;
	margin: 0px 0px 0px -294px;
	/*border: 1px solid #00FF00;			/* Debug */
}

#center {
	color: #FFFFFF;
	text-align: right;
	padding: 14px 315px 0px 0px;
	/*border: 1px solid #0F0F00;			/* Debug */
}

div.home p {
	line-height: 2em;
}

#footer { 
	padding: 10px 0px 0px 0px;
	font-size: 0.8em;
	/*border: 1px solid #00FF00;			/* Debug */
}
