body 
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	margin:0;
	text-align: center;	
}

#wrapper
{

position: relative;
width: 802px;
background-color: #FF0000;
margin: 0px auto;
margin-top: 60px;
text-align: left;
}

#leftholder
{
position: absolute;
float: left;
left: 0px;
top: 0px;
width: 642px;
height: 452px;
}

.bolditalic
{
font-weight: bold;
font-style: italic;
}

#textcontent
{
position: absolute;
bottom: 0px;
left: 133px;
top: 150px;
z-index: 100;
width: 484px;
}

#logo
{
position: absolute;
float: left;
left: 0px;
top: 0px;
width: 270px;
height: 81px;
background: url('../images/logo.jpg');
z-index: 1;
}

#pathfinder
{
float: left;
position: absolute;
left: 2px;
bottom: 0px;
width: 165px;
background: url('../images/pathfinder.jpg');
height: 218px;
z-index: 2;
}

#rightholder
{
position: absolute;
float: right;
right: 0px;
top: 0px;
width: 160px;
background: url('../images/rightholder.jpg');
height: 452px;
}

#contactinfo
{
color: #FFFFFF;
position: absolute;
left: 12px;
bottom: 16px;
}

#contactinfo a:link, a:active, a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#contactinfo a:hover
{
color: #FFFFFF;
text-decoration: underline;
}
