﻿/* CSS Document */

/* ****************************** Layout Begin */
 
#AAcontainer {
	width: 755px;
	text-align: left;
	background-color: #F9A61A;
	margin: auto;
}	

#header {
	text-align: left;
	left: 0px;
	margin: auto;
}	

#AAheader {
	background-color: #EF8732;
	width: 755px;
	height: 120px;
}	 

#AAcontent {
	width: 755px;
	background-color:#F9A61A;
}

#OrangeSliceTop {
	width: 755px;
	height: 60px;
}
#Banner {
	width: 755px;
	height: 45px;
}
#OrangeSliceBottom {
	width: 755px;
	height: 15px;
}

#OrangeSliceUnderContent {
	clear: both;
	height: 200px; 
	width: 755px;
	background-color:#EF8732;
}

#timeline {
	clear: both;
	height: 140px; 
	width: 755px;
	background-color:#FBBB50;
	font-size: .9em;
	color: #fff;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.timeline_date {
	color: #872503;
	font-size: 1em;
}

.timeline_title {
	color: #872503;
	font-size: 1.1em;
	font-weight: bold;
}

#bioimage {
	float: left;
	width: 124px;
}

#biotext {
	float: left;
	width: 475px;
	padding: 15px 0px 0px 20px;
	color: #fff;
	line-height: 1.4em;
}

#bioposter {
	width: 125px;
	float: right;
}
