* {
	font-family:	Tahoma,Arial,Sans-Serif;
}

html,body {
	margin:	0;
	padding:	0;	
}

body {
	background-color: #dedddd;
}

div, p, td, span, input, select, textarea {
	font-size:	11px;
}

a img {
	border-style:	none;
	border-width:	0;
}

div#background {
	background-image:	url(../img/background.jpg);
	height:	546px;
/*
	left:	50%;
	margin-left:	-479px;
	position:	absolute;
*/
	margin:	auto;
	position:	relative;
	width:	958px;
}

div#header {
	color:	#0A2268;
	font-size:	12px;
	left:	202px;
	position:	absolute;
	text-transform:	uppercase;
	top:	9px;	
}

div#menu {
	left:	20px;
	position:	absolute;
	top:	188px;
	width:	160px;
}

div#menu ul {
	list-style-type:	none;
	margin:	0;
	padding:	0;	
}

div#menu ul li {
	padding:	0;
	margin:	0;
}

div#menu ul li a {
	color:	white;
	display:	block;
	font-family:	Verdana;
	font-size:	10px;
	height:	auto;
	padding:	8px 0px 8px 20px;
	text-decoration:	none;
}

div#menu ul li a:hover,
div#menu ul li.ACTIVE a {
	background-image:	url(../img/bullet.gif);
	background-repeat:	no-repeat;
	background-position:	3px 11px;
}

div#content {
	background-color:	white;
	height:	509px;
	left:	186px;
	position:	absolute;
	top:	36px;
	width:	764px;
	height:	509px;
}

a#link {
	display:	block;
	height:		140px;
	position:	absolute;
	width:		140px;
	top:	8px;
	left:	30px;
	text-decoration:	none;
}

/*****************************/
/* LOGIN FORM
/*****************************/

.tx-felogin-pi1 {
	font-size:	10px;
	font-family:	verdana;
	padding-left:	10px;
	width:		685px;
}