* {
/*	background: #FFF;*/
	padding: 0;
	margin: 0;
}
body {
/*font: 76%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	font: bolder 70%/1.8 Tahoma, Verdana, sans-serif;
	background-color: White;
}
/* headers here */
h1 {
	font-size: 150%;
	color: #FF0000;
	text-indent: -9000px;
}
h3 {
	text-transform: uppercase;
	display: inline;
	font-size: 100%;
	margin: 10px 5px 0 5px;
	padding: 2px;
}
h4 {
	font-size: 110%;
}
#wrapper {
	width:825px;
	margin:0 auto;
	padding: 5px;
	text-align: left;
	background-color: White;
	position: relative;
}
#header {
	width: 820px;
	height: 242px;
	background: url(graphics/images/arch_header_full.jpg) no-repeat;
}
#primaryContent {
	width:500px;
	float:left;
	margin: 5px 0 10px 0;
	min-height: 400px;
	_height:400px;
	background: url(graphics/images/leftbox_r2_c1.jpg) no-repeat bottom;
}
#primaryContent h2 {
	background: url(graphics/images/leftbox_r1_c1.jpg) no-repeat top;
	font-size: medium;
	padding: 0 0 0 20px;
}
#sideContent {
	width:315px;
	margin: 5px 0 0 505px;
	background: url(graphics/images/rightbox_r2_c1.jpg) no-repeat bottom;
}
#sideContent h2 {
	background: url(graphics/images/rightbox_r1_c1.jpg) no-repeat top;
	font-size: medium;
	padding: 0 0 0 20px;
}
#sideimage {
	width: 315px;
	margin: 5px 0 0 500px;
	}
.box {
	padding: 2px 10px 10px 10px;
	font: inherit;
	/*background: transparent;*/
	line-height: 150%;
}
.box p {
	padding: 0 5px 7px 10px;	
	color: #333;
}
.box ul {
	list-style: lower-roman;
	padding: 0 0% 7px 50px;	
	color: #333;
}
.box a {
/*	padding: 0 70px;*/
}
#footer{
	clear:both;
	margin: 0, auto;
}
#footer p {
	padding: 11px;
	font-weight: bold;
	/*line-height: 30px;*/
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #00008B;
}
#footer a:hover {
	color: Navy;
	background: #9FD0FF;
}
/* image control. First we define stuff common to ALL images on the page. It is then up to other styles to override these. By default, all images will have a 2px border, and bottom and right margins of 5px. They will all float left. */
img {
	float: left;
	margin: 0px 10px 5px;
	border: 1px solid #C4B5D3;
}
 For these larger images, we don't want them to float, for that causes the h3 above to be pushed to the right. I also declare a top margin to space the header and image apart, and also increase the border width slightly.  We also set it to display:block so that if body id is twoColLayout, the image will force the header and other bits to wrap around it 
.mainImage {
	display: inline;
	float: none;
	margin-top: 4px;
	border: 2px solid #C5BDBD;
}
