.ideoPage  {
position : relative;
height : 100%;
width : 100%;
background: #F7BF38;
}
.leftHolder {
	height : 100%;
	width : 129px;
}
.leftThin {
	background : #000000 url(../images/lb.jpg) no-repeat center bottom;
	width : 29px;
}
.leftWide {
	background : url(../images/bkdBlue.jpg);
}
.menuHolder{
	position : absolute;
	left: 0px;
	top: 0px;
}
.menuHeader { 
	position: relative;
	width: 120px;
	margin: 3px;
	height: 18px;
	text-align : right;
	font-family: Georgia, Arial, Tahoma; 
	font-size: 9pt; 
	color: #F29E2E; 
	font-style: oblique; 
	letter-spacing : 4px;
	background-color: #000000; 
	cursor: default;
}
.menuItem {
	position : relative;
	width: 120px;
	margin: 3px;
	height: 14px;
	text-align: right;
	font-family: Georgia, Arial, Tahoma;
	font-size: 8pt;
	color: White;
	z-index : 20;
	background-color: #84ABB1;
	filter: Alpha(Opacity=50);
	cursor: pointer;
	cursor: hand;
}
.contactHolder{
	position : absolute;
	left: 0px;
	bottom: 32px;
}
.contactItem {
	position : relative;
	width: 120px;
	margin: 3px;
	height: 1px;
	text-align: right;
	font-family: Georgia, Arial, Tahoma;
	font-size: 8pt;
	color: White;
	z-index : 20;
	background-color: #84ABB1;
	filter: Alpha(Opacity=50);
	cursor: pointer;
	cursor: hand;
}
A:LINK, A:VISITED, A:ACTIVE {
	color: White;
	text-decoration: none;
}
A:HOVER {
	color: Black;
	text-decoration: none;
}