@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#ff9900;
}
#content {
	margin-top:7%;
	height:417px;
	width:100%;
	background-color:#F96414;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-image: url(../images/page_end.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}
#innerContent {
	margin-top:25px;
	height:366px;
	width:100%;
	background-color:#ffcc00;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.anchor {
	width:0px !important;
	height:0px !important;
	display:none;
}
h1, 
h2{
	display:none;
}
#textLogo,
#graphicLogo {
	position:absolute;
}
.copy {
	font-size:10px;
	line-height:24px;
	vertical-align:middle;
	margin-left:40%;
}

/* png fix */
img, div  
{
	behavior: url(/ShawsonAndCo/js/iepngfix.htc);
}
#ie6shit 
{
    display:none;
}
