body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Helvetica, Geneva;
	color: #000000;
	font-size: 12px;
}

input {      
	font-family: Helvetica, Geneva;                  
}

/* Content */

#content {
	width: 240px;
	margin: 0 auto;
}

/* -- Right and Left menus formatting styles -- */


#left {
	width: 140px;
	float: left;
	margin: 15px 0 0 0;
}


/* -- Databox formatting styles -- */

#right {
	width: 100px;
	min-height: 140px;
	float: left;
	background: url(../../images/lock1.png) no-repeat;
}