body  {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the body of the page */
	color: #000000;
	background-color: #FFFFFF;
	behavior: url(csshover.htc);
}
/* WinIE behavior call */

/* Header */

#header {
	height: 100px;
	margin: 0 auto;
	background-image: url(../images/headr_tile.jpg);
	background-repeat: repeat-x;
}

#logo_corner {
	left: 0px;
	top: 0px;
	text-decoration: none;
	height: 70px;
	width: 175px;
	margin: 0px;
	padding: 0px;
}

#header_tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	left: 50px;
	top: 45px;
	text-transform: capitalize;
	width: 700px;
}

#search {
	width: 20em;
	color: #FFFFFF;
	font-size: 0.85em;
	line-height: 1.3;
	position: absolute;
	top: 35px;
	right: 40px;
	font-weight: bold;
	height: 55px;
}

#search a {
	color: #FFFFFF;
	text-decoration: none;
}

#search a:hover {
	color: #000999;
	text-decoration: underline;
}


/* Page */

#page {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 14em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Content */


/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 140px;
	color: #333333;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 0.9em;
}

#footer a {
	padding-top: 30px;
	text-align: center;
	font-size: 11px;
	color: #CC9900;
}

.clear
{
	clear: both;
}

/* Miscellaneous classes for reuse */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* fix for Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfloats {
	clear: both;
}

hr {
	color: #009999;
}

/* Basic */

#main_content p {
	margin-bottom: 1em;
	line-height: 1.3em;
	margin-top: 1px;
}

#main_content h1,h2,h3,h4,h5,h6 {
	padding-bottom: 0.1em;
	margin-bottom: 0.5em;
}

#main_content h1 {
	font-size: 1.75em;
}


#main_content h2 {
	font-size: 1.6em;
}

#main_content h3 {
	font-size: 1.3em;
}

#main_content h4 {
	font-size: 1.2em;
}

#main_content h5 {
	font-size: 1em;
}

#main_content ul {
	margin-bottom: 1.5em;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: disc;
}

#doh_home {
	background-color: #FFFFC6;
	width: 13em;
	margin: 0px;
	height: auto;
	float: left;
	
	margin: 0px;
	line-height: 1.1;
	text-align: center;
	background-image: url(images/horiz_tile_cream.jpg);
	background-repeat: repeat-y;
}
	
#doh_home a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #009999;
	display: block;
	text-align: left;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

#doh_home a:hover {
	color: #B24700;
	
}	
.picture_130_r {
	float: right;
	height: 130px;
	width: 130px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
	
.picture_130_l {
	float: left;
	height: 130px;
	width: 130px;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}

.picture_200px_r {
	float: right;
	height: 200px;
	width: 200px;
	margin: 1em 0em 1em 1.5em;
}


{margin: 0px; padding: 0px}

.topnav_rule {
	background-color: #FFFFFF;
	height: 20px;
	left: 0px; 
	position: absolute;
	width: 100%;
	font-size: 9.5px;
	line-height: 12px;
	color: #000000;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: red;
}

.breadcrumb a:hover{
text-decoration: underline;
}

</style>

