body  {
	font-size:80%;
	background: #ff6633 url(../images/orange_gradient_back.jpg) repeat-x top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container1 { 
	width: 909px;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#topLeft {
	background: url(../images/big_yellow_box_01.png) no-repeat;
	height:20px;
}
#topRight { 
	display:block;
	background:url(../images/big_yellow_box_02.png) no-repeat right top;
}

#container2 { 
	background:url(../images/big_yellow_box_04.png) repeat-y right top;

}
#middle {
	position:relative;
	background:url(../images/big_yellow_box_03.gif) repeat-y;
	padding:0 0 1em 0;
	height:585px;
}

#middle p {
	margin:0.5em 2em;
	
}
#middle #navCircleContainer {
	margin: 3px 20px;
	padding-top:0;
	width:400px;
}
#middle #navCircle {
	padding: 0 0 20px 10px;
}
#middle #announcement {
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	font-weight:bold;
	text-align:center;
	font-size:115%
}
#middle #nav {
	top:115px;
	width:180px;
	font-size:85%;
}

#middle .sideBoxMiddle {
	position:absolute;
	top:385px;
	left:10px;
	width:250px;
	background:#ffffcc;
	border:1px dashed #cc99ff;
	padding:1em;
	font-size:85%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#middle .sideBoxMiddle h3 {
	margin:0;
	padding:5px;
}
#middle .sideBoxMiddle p {
	margin:0;
	padding:5px 0;
}

#middle #flash {
	margin:0 0 1em 300px;
}
#middle #homeAddress {
	float:right;
	width:560px;
	margin:5em 0;
	list-style: none;
}
#middle #homeAddress li {
	margin: 0;
    padding: 0;
    display: inline;
	font-size:80%;
	color:#666666;
	list-style-type: none;
}

#bottomLeft {
	background: url(../images/big_yellow_box_05.png) no-repeat;
	height:27px;
}
#bottomRight { 
	display:block;
	background:url(../images/big_yellow_box_06.png) no-repeat right bottom;
}
