#gui {
	width: 750px;
	height: 100%;
}

#menu {
	background-color: #ffffff;
	background-image: url('../images/bgmenu.jpg');
	background-repeat: no-repeat;
	width: 535px;
	height: 35px;
	padding: 0px;
}

#location {
	background-color: #b20000;
	width: 535px;
	height: 35px;
	padding: 8px 15px 0px 15px;
	color: #fff;
}

#content {
	background-color: #ffffff;
	width: 750px;
	height: 100%;
	padding: 0px;
}

#ctable {
	background-color: #ffffff;
	width: 750px;
	height: 100%;
	padding: 0px;
}

#left {
	background-color: #ffffff;
	width: 535px;
	height: 100%;
}

#right {
	background-color: #b20000;
	/*
	background-image: url('../images/right.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	*/
	width: 215px;
	height: 100%;
}

#copyrights {
	background-color: #b20000;
	width: 535px;
	height: 35px;
	padding: 8px 27px 0px 15px;
	color:#fff;
	font-size:9pt;
}
