/*general layout******************************************/

.row {
	width: 900px;
}

/*sets the width of the row element for the different pages - add as needed*/

#page-footer {
	float: left;
	font-size: 10px;
	font-style: italic;
	color: #bbb;
	white-space: nowrap;
	padding-bottom: 20px;
}
/********************************************
* KRIS:
 * Changed the line below
 * Included my original fix for the button.
 ********************************************/
.btn-arrowkey {
	background: url(/images/btn_arrowkey_v.gif) no-repeat left center;
	padding-left: 26px;
}

.layout-item img {
	vertical-align: bottom;
	margin: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 0px;
}

/********************************************
* CHANGED[McMenu]:
 * Reduced the height of the layout-menu header to 30px's
 ********************************************/
#layout-menu {
	position: fixed;
	top: 0px;
	left: 150px;
	z-index: 11;
	font-size: 10px;
	font-style: italic;
	color: #bbb;
	height: 30px;
	width: 100%;
	background-color: #eee;
}

.layout-item {
	position: absolute; 
	bottom: 7px;
}
.layout-item span {
	padding-right: 5px;
}


