/* CSS Document */
.header {
	left: 0px;
	top: 0px;
	width: 783px;
	height: 316px;
	position: absolute;
	margin: 0px;
}

/*-----------Layoutimages-----------*/
.left_image {
	left: 0px;
	top: 0px;
	width: 29px;
	height: 509px;
	position: absolute;
	background-image: url(../images/gui/01.gif);
	background-repeat: no-repeat;
}

.middle_image {
	left: 279px;
	top: 0px;
	width: 22px;
	height: 509px;
	position: absolute;
	background-image: url(../images/gui/04.gif);
	background-repeat: no-repeat;
}

.right_image {
	left: 639px;
	top: 0px;
	width: 144px;
	height: 509px;
	position: absolute;
	background-image: url(../images/gui/07.gif);
	background-repeat: no-repeat;
}

.upper_image {
	left: 301px;
	top: -3px;
	width: 338px;
	height: 17px;
	position: absolute;
	background-image: url(../images/gui/03.jpg);
	background-repeat: no-repeat;
}

/*-----------Main-Contentboxes-----------*/
.left_content_top {
	left: 29px;
	top: 0px;
	width: 214px;
	height: 251px;
	position: absolute;
	background-color: #000000;
	padding: 18px;
}

.left_content_bottom {
	left: 29px;
	top: 241px;
	width: 214px;
	height: 231px;
	position: absolute;
	background-color: #000000;
	padding: 18px;
}

.right_content_box {
	left: 301px;
	top: 14px;
	width: 318px;
	height: 475px;
	position: absolute;
	background-color: #000000;
	padding: 18px;
}

/*-----------Sub-Contentboxes-----------*/

.upper_left_content {
	left: 5px;
	top: 10px;
	width: 209px;
	height: 204px;
	position: relative;
	overflow: hidden;
}

.bottom_left_content {
	left: 5px;
	top: 10px;
	width: 209px;
	height: 205px;
	position: relative;
	overflow: hidden;
}

.right_content {
	left: 5px;
	top: 10px;
	width: 312px;
	height: 455px;
	position: relative;
	overflow: hidden;
}