*{margin: 0; padding: 0;}

#logo {
	position: absolute;
	padding: 0.4em;
	boder: 0px;
	height: 200px;
	width: 16%;
	width: 240px;
	left: 10px;
	top: 14px;
	min-width: 240px;
	z-index:3
}

#name {
	position: absolute;
        boder: 1px solid silver;
	height: 60px;
	width: 200px;
	left: 220px;
	top: 14px;
	z-index:2
	font-weight: 600;
	font-size: 22px;
	letter-spacing:0.3em;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#search {
	position: absolute;
	padding: 0.4em;
	boder: 0px;
	height: 22px;
	width: 238px;
	left: auto;
	right: 10px;
	top: 10px;
	z-index:2
}

#menu {
	position: absolute;
	padding: 0.4em;
	--boder: 1px solid #silver;
	--border-style: outset;
	--background: silver;
	font-size: 14px;
	height: auto;
	--width: 16%;
	width: 190px;
	left: 10px;
	top: 230px;
	min-width: 190px;
	z-index:3
}

#erra {
	position: absolute;
	padding: 0.4em;
	height: auto;
	width: auto;
	left: 20px;
	bottom: 25px;
	z-index:4
}

#content {
	position: absolute;
	background: white;
	--border-style: dashed;
	padding:1.0em;
	text-align:justify;	
	border-color: white;
	height: 88%;
	--width: 85%;
	left: 200px;
	top: 50px;
	bottom: 20px;
	right: 15px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:1
}

#inline {
	background: white;
	margin-top:0px;
	height:100%;
	width:100%;
}

#modified {
	position: absolute;
	font-size: -10px;
	font-color: white;
	height: auto;
	left: 10px;
	height:10px;
	margin-top:-20px; 
	--bottom: 10px;
	z-index:3
}


#wrapper {
	overflow-x: hidden;
	overflow-y: auto;
}


ul {
	margin: 0.4em;
	padding: 0.4em;
}

iframe {
	background: white;
	height:100%;
	width:100%;
	border: 0px;
	margin-top: 0px;
	padding-top: 0px;
}


body { 
	right:0px;
	height:100%;
	width:100%;
	overflow:auto
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0 ;
	background-image: url(job_back3.jpg);
	--background-repeat:repeat-xy;
} 


* html body {
  overflow:auto;
}


a:link {
	text-decoration: none;
	color: #808080; --#3399FF;
}
a:visited {
	text-decoration: none;
	color: #808080; --#3399FF;
}
a:hover {
	text-decoration: none;
	color: red; --color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #808080; --#3399FF;
}

a.menu_default:link {
	color: white;
}
a.menu_default:visited {
	color: white;
}
a.menu_default:hover {
	color: red;
	font-weight:bold;
	border-left:4px solid #E8E0D1;
	border-bottom:1px solid #E8E0D1;
}
a.menu_current:active {
	color: white;
}
a.menu_current:visited {
	color: white;
}
a.menu_current:link {
	color: white;
}


.formbutton {
	padding:1px !important /*Non-IE6*/; 
	padding:0 /*IE6*/; 
	background:rgb(230,230,230); 
	border:none; 
	text-align:center; 
	font-family:verdana,arial,sans-serif; 
	color:rgb(150,150,150); 
	font-size:100%;
}


.formbutton:hover {
	cursor:pointer; 
	border:none; 
	background:rgb(220,220,220); 
	color:rgb(80,80,80);
}


.formtext {
	border:none;
	font-size:90%;
}

.menu_default {
	font-size:14px;
        font-weight:500;
	letter-spacing:0.15em;
	list-style: none;
	display: block;
}

.menu_current {
	font-size:14px;
        font-weight:500;
	letter-spacing:0.15em;
	list-style: none;
	display: block;
}

.zero {
   overflow: hidden;
   margin: 0;
   padding: 0;
   line-height: 0;
   font-size: 0;
   height: 0;
}