#container3
{
	position: relative; /* Needed, so the photos can be position absolute */
    background-color: #031323;
    height: 344px;
    width: 1024px; /* border-style: solid; */ /* color: silver; */
}

/* Not Need Because Images are Being Positioned Absolute Within
 * the container3, which needs to be positioned absolute 
#photo_left
{
    float: left;
}

#photo_right
{
    float: right;
}
*/

#photo_left img
{
	position: absolute;
	left: 0;
	top: 0;
}

#photo_right img
{
	position: absolute;
	left: 512px; /* Positioned at the top, but to the left of the box (aka the image width) */
	top: 0;
}

#cegraphic
{
    position: absolute;
    z-index: 12;
}

#center-container
{
    height: auto;
    width: 1024px;
    background-color: #eeeedd; /*	border-style: solid;*/ /*  color: blue; */
    overflow: auto;	/* Added to Fix Firefox Overflow Error */
}

#section1
{
    float: left;
    width: 19%;
    padding-left: 3px;
    padding-right: 3px;
}

#section2
{
    float: left;
}

#section3
{
    float: left;
    width: 19%;
    padding-left: 2px;
    padding-right: 2px;
}

#section4
{
    float: left;
}

#section5
{
    float: left;
    width: 19%;
    padding-left: 2px;
    padding-right: 2px;
}

#section6
{
    float: left;
}

#section7
{
    float: left;
    width: 19%;
    padding-left: 2px;
    padding-right: 2px;
}

#section8
{
    float: left;
}

#section9
{
    float: left;
    width: 20%;
}

#container4
{
    width: 1024px;
    background-color: #164376;
    height: auto; /* border-style: solid; color: brown; */
}
 
#textbox1
{
    float: left;
    width: 23%;
    padding: 5px;
    border-right: #072E5B solid 2px;
     /* border-style: solid; color: red; */
}

#textbox2
{
    float: left;
    width: 23%;
    padding: 10px;
    border-right: #072E5B solid 2px; /* border-style: solid;  color: white; */
}

#textbox3
{
    float: left;
    width: 23%;
    padding: 10px;
    border-right: #072E5B solid 2px; /* border-style: solid; */ /* color: green; */
}

#textbox4
{
    float: left;
    width: 23%;
    padding: 10px;
    border-right: #072E5B solid 2px; /* border-style: solid; */ /* color: yellow; */
}

p.cetitle
{
    color: #ECBF0D;
    font-size: 12pt;
    font-weight: bold;
}

p.white
{
    color: #ffffff;
    margin-bottom: 0;
}

p.staff
{
    font-size: x-small;
    color: #ffffff;
}

span.date
{
    font-style: italic;
    color: #ECBF0D;
}
