/* Home page specific styles */


/* outer content container */
#content_container {
	background-color: #f00;
	height: 445px;
}

/* inner content container */
#content {
 position: relative;
 border: 1px solid #f00;
}

#logobar {
	background-color: #c00;
	width: 870px;
	height: 250px; /* for IE 5.x's broken box model */
	margin: 80px 0 0 33px;
	border: 5px solid #c00;
	position: relative;
	z-index: 1;
	
	voice-family:"\"}\"";
    voice-family:inherit;
    height: 240px;
}

.hackclear {} /* clear voice family hack */

#homelogo {
	position: absolute;
	top: 0;
	left: 0;
}

#news {
	position: absolute;
	top: 0;
	right: 0;
}

/* positioned over logo bar */
#homephoto {
	position: absolute;
	top: 4px;
	left: 290px;
	height: 444px;
	overflow: hidden;
	z-index: 10;
}