.headerTile
{ 
	background-image: url("../images/sub_header_tile.jpg"); 
	background-repeat: repeat-x; 
	width: auto; 
	height: 300px; 
}
			
.leftColumn
{
	width:40%;
	background-color: #DDF;
	float: left;
	position:absolute;
}
		
.rightColumn
{
	width:50%;
	float:right;
	position:relative;
	right:20px;
}

.square
{
	width:10px;
	height:10px;
	background-color: #98d537;
	position:absolute;
}

#specialSquare
{
	top: 0; 
	left: 379px; 
	width: 23px; 
	height: 19px;
}
		
.pictureFrame
{
	background-color: #FFF;
	border:1px solid #000;
	position:absolute;
}
		
.pictureFrame .picture
{
	margin:8px;
}
