@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/pagebg.jpg);
}
a {
	color: #FF3399;
	text-decoration: none;
	/*background-color: #ECDBB7;*/
	padding: 2px;	/*background-color: #FFCC33;*/
}
a:hover {
	color: #000000;
	text-decoration: none;
	/*background-color: #FFECC8;*/
}
.interface_container {
	height: 599px;
	width: 800px;
	position: relative;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #330000;
}
.inset_container {
	position: absolute;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.inset_container h1 {
	color: #000000;
	margin: 0px;
	padding: 3px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #330000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	background-image: url(../images/tape.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	letter-spacing: -1px;
}
div.add_item span  {
	display:none;
}
div.add_item:hover span {
	display:block;
	width:355px;
	height:180px;
	z-index:100;
	background:#000000;
	color:#FFFFFF;
	padding:5px;
	top:0px;
	position: absolute;
	right: 15%;
}
div.add_item {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.show_news_item {
	height: 20px;
	text-indent: 5px;
	padding-top: 5px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #330000;
	background-image: url(../images/dirtsm.jpg);
}
.header {
	background-image:url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 129px;
	width: 800px;
}
table {
	background-image: url(../images/background01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.interface_container .header #main_menu {
	position: absolute;
	left: 321px;
	top: 0px;
	height: 68px;
	width: 381px;
	font-size: 12px;
	background-image: url(../images/tape.gif);
	background-repeat: repeat-x;
}
.interface_container .header #main_menu #main_menu_item {
	float: left;
	padding-top: 50px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 2px;
	padding-bottom: 25px;
}
.interface_container .header #main_menu #jobs {
	position: absolute;
	left: 252px;
	top: 43px;
}
