@charset "utf-8";
#topleftheader {
	border: thin dotted #000;
	height: 122px;
	width: 400px;
	float: left;
	margin-left: 33px;
	margin-top: 6px;
}

#topmidheader {
	border: thin none #000;
	height: 5px;
	width: 105px;
	float: right;
	margin-top: 33px;
	margin-left: 11px;
}

#toprightheader {
	border: thin none #000;
	height: 100px;
	width: 468px;
	float: right;
	padding-top: 15px;
	margin-right: 12px;
}
#addthisbutton {
	clear: right;
	float: right;
	height: 20px;
	width: 500px;
	margin-right: 12px;
	border: medium none #F00;
}

.fltclear {
	clear: both;
}
.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;
}
.thrColFixHdr #header {
	background-color: #FFC;
	color: #220103;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	height: 150px;
} 

