body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
}
span.mnu {
	color: #FFF;
	font-size: 10pt;
	margin-right: 6px;
	margin-left: 6px;
}
td.mnu img {
	vertical-align: middle
}
span.mnu a {
/*	padding: 6px; */
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 9px;
	padding-left: 9px;
}
span.mnu a:hover {
	color: #F00;
	text-decoration: none;
	background-color: #222;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}
.xrepeat { background-repeat: repeat-x; }
.yrepeat { background-repeat: repeat-y; }

#header {
	position: absolute;
	left: 0px; top: 0px;
	width: 780px; height: 78px;
	background: #a1a1a1 url("/img/header_bg2.png") top left no-repeat;
/*	background: #FFF url("/img/header_bg1.jpg") top right no-repeat;
	background-color: #FFF; */
}
#logo {
	position: absolute;
	left: 100; top: 21;
	width: 195px;
	height: 35px;
	background: url("/img/edirect_logo.gif") no-repeat;
}
#logo span {
	display: none;
}
#maincontent {
	position: relative;
	top: 0px; left: 0px;
/*	height: 440px;*/
	width: 640px;
	padding: 0px;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	border: 1px dotted #ccc;
	overflow: auto;
/*	overflow-x: hidden; */
}
#content {
	position: absolute;
	top: 0px; left: 0px;
/*	height: 400px; width: 400px;*/
	padding: 12px;
	margin: 0px;
	margin-top: 3px;
	margin-left: 6px;
}
/*
#content {
	position: relative;
	top: 0px; left: 0px;
}
*/
#menu {
	position: absolute;
	top: 78px; left: 0px;
	height: 30px;
	width: 780px;
	padding: 0px;
	margin: 0px;
	background: #000;
}
#main {
	position: absolute;
	top: 108px; left: 0px;
/*	height: 500px;*/
	width: 780px;
/*	height: 85%; width: 100%;*/
	padding: 0px;
	margin: 0px;
	background: #A1A1A1;
	border-top: solid 1px #333;
}
#footer  {
	position:absolute;
/*	left:0; bottom:0;*/
	left:0; top: 608px;
	text-align: center;
	height:24px; width: 780px;
	padding: 6px 0px 0px;
	font-size: 9pt;
	color: #FFF;
	background: #000;
	clear: both;
}
