body {
	background-color: rgb(142,160,82); 
	text-align: left;
}
a:Visited{
 font-size: 12pt;
}

#mainImage {
	background-image: url('images/marcaHomeBar.jpg');
	background-repeat: repeat-x;
}

#mainLink{
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 18pt;
  text-decoration: none;
	color: #e7161c;
}

#greyBox {
	position: absolute;
	left: 736px;
	top: 356px;

	width: 250px;
	height: 250px;

	background-color: #C0C0C0;
}

/*
 * The next six definitions are required to vertically centre text
 * using CSS so that IE5.0 -> IE8 plus the normal browsers work the same.
 */

#menuBoxOuter {
	height: 100%;
	width: 100%;
	overflow: hidden; 
	position: relative;
}

#menuBoxOuter[id] {
	display: table;
	position: static;
}

#menuBoxMiddle {
	width: 100%;
	position: absolute; 
	top: 50%
}

#menuBoxMiddle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#menuBoxContents {
	width: 100%;
	position: relative;
	top: -50%;
	text-align:center;
}

#menuBoxContents[id] {
	position: static;
}


#greyBox a:hover {
	text-decoration: underline;
	color: #e7161c;
}

#greyBox #active {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 18pt;
	color: #FFFFFF;
}
