body {
	background-color: #444A44;
	background-image: url('images/bg.gif');
	font-family: Helvetica,Verdana,Arial;
	font-size: 11px;
	color: #000;
	}
	
div.menublock {
	position: absolute;
	left: 20px;
	border: black 1px solid;
	width: 80px;
	text-align: center;
	height: 22px;
	vertical-align: middle;
	line-height: 22px;
	z-index: 1;
	}
	
body > div.menublock {
	position: fixed;
}

#w3c {
	position: absolute; 
	left: 20px; 
	width: 80px; 
	height: 15px; 
	top:237px;
}

body > div#w3c {
	position: fixed;
}
	
#title {
	position: absolute;
	left: 20px;
	border: none;
	width: 80px;
	text-align: center;
	height: 22px;
	vertical-align: middle;
	line-height: 22px;
	z-index: 1;
	background-color: #444A44;
	font-size: 18px;
	color: #EEE;
	top: 12px;
}

#main {
	position: absolute;
	left: 114px;
	border: black 1px solid;
	background-color: #EEE;
	top: 10px;
	z-index: 1;
	padding: 10px;
	font-size: 12px;
}

#selector {
	position: absolute;
	left: 99px;
	width: 16px;
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	height: 22px;
	background-color:#EEE;
	z-index: 2;
}

body > #selector {
	position: fixed;
}

h1 {
	padding: 0px;
	margin: 0px;
}

a.menu {
	text-decoration:none;
	color:#000;
	font-size:11px;
	text-shadow: #000 0px 0px 0px;
}

a {
	text-decoration: underline;
	color:#1A1;
	/*text-shadow: #090 0px 0px 1px;*/
}

/* for eaced page */

#tablist{
padding: 4px;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
font: bold 12px Verdana;
width: 640px;
overflow: auto;
height: 145px;
white-space: nowrap;
vertical-align: center;
}

#tablist img{
height: 125px;
width: 150px;
border: 1px solid #000;
}

#tabcontentcontainer{
width: 635px;
background-color: #DDD;
padding: 5px;
border: 1px solid black;
}

#tabcontentcontainer img{
	border: 1px black solid;
	margin-left: 16px;
	margin-right: auto;
}