body {
	text-align: center;
	background-color: #5e5d55;
}

#intranet {
	margin:0 auto;
	position:relative;
	width:983px;
	height:879px;
	top: 0px;
}

#intranet #header {
	position: relative;
	width:983px;
	height:443px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#intranet #home {
	position: absolute;
	width: 69px;
	height: 70px;
	left : 530px;
	top : 85px;
}

#intranet #about {
	position: absolute;
	width: 58px;
	height: 119px;
	left:590px;
	top : 36px;
}

#intranet #recipe {
	position: absolute;
	width: 61px;
	height: 96px;
	left : 661px;
	top : 59px;
}

#intranet #forum {
	position: absolute;
	width: 81px;
	height: 93px;
	left : 760px;
	top : 62px;
}

#intranet #faq {
	position: absolute;
	width: 89px;
	height: 98px;
	left : 854px;
	top : 57px;
}

#intranet #content {
	margin:0 auto;
	position: relative;
	width:983px;
	padding-top: 50px;
	padding-bottom: 10px;
	background-image: url(../images/horizontal_repeat.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

#intranet #content #form {
	margin:0 auto;
	width: 300px;
	position:relative;
	text-align:left;
	font-family:arial;
	font-size:14px;
}

#intranet #content #form input {
	padding: 2px;
	margin: 5px;
	font-family:arial;
	font-size:12px;
}

#intranet #content #form .lib {
	text-align: right;
}

#intranet #content #form .input {}

#intranet #content #form #button {
	position: relative; 
	width: 62px;
	height: 49px;
	background-image: url(../images/intranet_ok.png);
	background-repeat: no-repeat;
}

#intranet #content #form #button:hover {
	background-image: url(../images/intranet_ok_onOver.png);
	cursor: pointer;
}


#intranet #content #serialList {
	position:relative;
	width:330px;
	left: 330px;
	font-family:arial;font-size:12px;font-weight:800;
}

#serialList table {
	/*width:400px;*/
	table-layout: fixed;
}

#intranet #content #serialList .iconDisplay {
	width:20px;
}

#intranet #content #serialList .nameDisplay {
	text-align:left;font-family:arial;font-size:14px;font-weight:800;
}

#intranet #content #serialList .idDisplay {
	text-align:left;font-family:arial;font-size:12px;font-weight:800; color:#303030;
	word-wrap:break-word;
	/*overflow-y: auto;*/
}



#intranet #footer {
	position: relative;
	width:983px;
	height:436px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#intranet #footer #sitemap { 
	position: absolute;
	width: 100px;
	height: 69px;
	left : 290px;
	top : 373px;
}
#intranet #footer #legal { 
	position: absolute;
	width: 100px;
	height: 69px;
	left : 445px;
	top : 373px;
}
#intranet #footer #contact { 
	position: absolute;
	width: 100px;
	height: 69px;
	left : 585px;
	top : 373px;
}