/* CSS Document */


html, body {
	padding:0px;
	margin:0px;
	font-size: 100%; /* IE Hack */
}


/* commented backslash hack \*/
html, body {height:100%}
/* end hack */

body {
	font-family: Arial, Sans-serif;
	color: black;
	background: url(../img/background.gif) top center repeat-y;
	text-align: center;
	font-size: 0.75em;
}


#container {
	padding: 0px;
	margin: 0px auto;
	width: 772px;
	height: 100%;
	text-align: left;
	position: relative;
	background-image: url(../img/background_table.jpg);
	background-repeat:repeat-x
}


#listings_i {
	background: url(../img/border140i.gif); background-repeat:no-repeat;
	position:relative;
	width:170px;
	height:40px;
	z-index:3;
}

#listings_ii {
	background: url(../img/border140ii.gif);
	background-repeat:no-repeat;
	position:relative;
	width:150px;
	height:300px;
	z-index:4;
	left: 0px;
	top: 0px;
	padding-left: 24px;
	padding-top: 24px;
}


#empl_selection {
	position:relative;
	width:194px;
	height:115px;
	z-index:1;
	top: 40px;
}
