* {
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	line-height:13px;
}

html, body {
	height:100%;
	min-width:990px;
}

#header {
	position: absolute;
	top:0px;
	left:0px;
	height:60px;
	max-height:60px;
	min-height:60px;
	width:100%;
	min-width:990px;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

#loading {
	position: absolute;
	top:70px;
	left:10px;
	color:black;
	height:16px;
	line-height:16px;
	padding-left:20px;
	background:url("../images/loading.gif") no-repeat top left;
}

#content {
	position:absolute;
	border-bottom:2px solid #333333;
	width:100%;
	height:100%;
	/*top:58px;*/
	left:0px;
	bottom:0px;
	overflow:hidden;
}

#docpdf {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

a {
	color:#0099dd;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#logo {
	float:left;
	margin:10px;
	background:url("../images/logo.png") no-repeat center center;
	width:40px;
	height:40px;
}

#info {
	float:left;
	margin:10px;
	height:40px;
	margin-left:0px;
	width:75%;
	overflow:hidden;
}

#link {
	float:right;
	margin:10px;
	height:40px;
	line-height:40px;
	text-align:right;
	overflow:hidden;
}




