#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;	
	text-align: left;
	border: 1px solid #FFFFFF;
}

#header {
	position: relative;
	width: 1000px;
	height: 167px;
	background-image: url(../images/header_gp.jpg);
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	width: 1000px;
	height: 24px;
	background-image: url(../images/menutop.jpg);
	background-repeat: no-repeat;
}

#submenuswrapper {
	position: relative;
	width: 1000px;
	height: 65px;
}

#submenu1 {
	position: relative;
	float: left;
	width: 458px;
	height: 43px;
	background-image: url(../images/submenu1.jpg);
	background-repeat: no-repeat;
}

#submenu2 {
	position: relative;
	float: left;
	width: 458px;
	height: 22px;
	background-image: url(../images/submenu2.jpg);
	background-repeat: no-repeat;
}

#login {
	position: relative;
	float: right;
	width: 278px;
	height: 65px;
	background-image: url(../images/lb_title.jpg);
	background-repeat: no-repeat;
}

#submenu3 {
	position: relative;
	float: right;
	width: 264px;
	height: 65px;
	background-image: url(../images/submenu3_one_language.jpg);
	background-repeat: no-repeat;
}

#contentwrapper {
	position: relative;
	width: 1000px;
	height: 500px;
}

#contentleftwrapper {
	position: relative;
	float: left;
	width: 680px;
	height: 500px;	
}

#contentcentrewrapper {
	position: relative;
	float: right;
	width: 40px;
	height: 500px;
}

#contentrightwrapper {
	position: relative;
	float: right;
	width: 278px;
	height: 500px;
}

#footer {
	position: relative;
	width: 1000px;
	height: 49px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

