/* fdesign print styles - 9/19/07 */

body {
   background: #fff;
   font-size: 12pt;
   }

a {
	text-decoration: underline;
}

#mastHead {
	width: 765px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: transparent;
	border-bottom: 1px solid #666;
	}
	
	div#logo {
		padding: 20px 0 40px 0;
	}
	
	div#logo img#fdLogoScreen {
		padding: 0 0 30px 40px;
		display: none;
		}	

div#logo img#theBoomLogoPrint {
	width: 50px;
	height: 50px;
	display: inline;
	}
	
	div#logo h1 {
		font-size: 120%;
		font-weight: normal;
		color: #666;
		display: inline;
		position: relative;
		left: 35px;
		top: -8px;
		}
	
	div#logo em {
		font-weight: normal;
		color: #333;
		}
		
#flashcontent {
	display: none;
}			

#menu {
   display: none;
   }

#container, #content {
   width: auto;
   margin: 0;
   padding: 0;	
   color: #333;
   background: transparent none;
   }

div#content {
   
   }
