*:focus {
	outline: none;
}
body {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color: #000;  
	line-height:18px;
	margin: 0 auto;
	padding:0;
	background: #b1b1b1 url(../images/bg_metaltile.jpg); /* grey */
	min-width: 990px;
	
}
#folder {
	width: 1133px;
	height:840px;
	margin: 0 auto;
	position:relative;
	background: url(../images/bg_folder.png) no-repeat center top;
	overflow: hidden;
	}
#book {
	min-width:900px;
	min-height:625px;
	position:relative;
	margin-left:72px;
	}
#top-nav {
	width:900px;
	height:78px;
	padding:0 0 0 550px;
	}
#content {
	width:900px;
	position:relative;
	}
#bottom-nav {
	width:900px;
	height:60px;
	}
#blog {
	float:left;
	width:267px;
	height:60px;
	padding:0 0 0 95px;
	}
#email {
	float:right;
	width:380;
	height:60px;
	padding:0 10px 0 0;
	}