#gui {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	width: 750px;
	height: 100%;
}

#location {
	background-image:url('../images/bgLocation.gif');
	width: 740px;
	height: 40px;
	padding: 7px 0px 0px 10px;
	color: #fff;
}

#flash {
	background-color: #fff;
	width: 740px;
	height: 170px;
	padding: 0px;
}

#content {
	background-color: #fff;
	border-top: 10px solid #EAEAEA;
	border-bottom: 10px solid #EAEAEA;
	border-right: 10px solid #EAEAEA;
	width: 740px;
	height: 100%;
	padding: 10px;
}

#menu {
	background-image:url('../images/bgMenu.gif');
	width: 740px;
	height: 40px;
	padding: 0px;
	vertical-align:top;
}

#submenu {
	background-color: #525252;
	width: 740px;
	height: 30px;
	padding-right: 5px;
	vertical-align:middle;
}

#bottom {
	background-color: #4B4A95;
	width: 740px;
	height: 30px;
	padding: 5px 5px 5px 10px;
	color: #fff;
	font-size: 7pt;
}

div.image {
	padding:5px; 
	width:240px; 
	background-color:#EAEAEA;
	font-size: 7pt;
}

div.inline {
	padding:5px;
}

