		/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #fff;
		font-size:11px;
		color:#000;
		font-family:Lucida Grande, Arial, Helvetica, sans-serif;
		text-align:center;
	}

/* * header and nav */
#headerbox {background:url(../core_img/headpixel.gif) repeat-x right top #705422;}
#header {width:950px; margin:0 auto; height:8px; background:url(../core_img/swatch.gif) no-repeat left top;}
#topnav {height:20px; width:950px; margin:0 auto;line-height:20px;text-align:center; background-color:transparent;}
#topnav a {display:in-line; float:left; width:94px;}
#topnav a:link, #topnav a:visited {color:#000;}
#topnav a:hover, #topnav a:active {color:#CD0000;}
a {text-decoration: none;color: #000;}

