/* CSS Document */



/*
-----------------------------------------------
globally set everything to 0 
----------------------------------------------- */

*, td, img  { margin: 0; padding: 0; background-color: #f9d5a6; } 


/*
-----------------------------------------------
body
----------------------------------------------- */

body    { font: 80%/1.45em verdana, arial, sans-serif; padding-bottom: 1.5em; color: #333333; }


/*
BODY, * { 
	margin: 0;
	padding: 0;
	background: #F9D5A6;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	
}
*/
div#close {
	width: 297px;
	text-align: right;
	margin: 1px 15px -15px 0;
	font-size: .8em;
}

div#close>A { text-decoration: none; color: #695A70; }
div#close>A:link { text-decoration: none; color: #695A70; }
div#close>A:hover { text-decoration: underline; color: #695A70; }

div#term {
	margin: 12px 0 0 15px;
	line-height: 14px;
	font-weight: bold;
	border-bottom: 1px solid #C7AC89;
	width: 297px;
}

div#term-i {
	margin: 12px 0 0 75px;
	line-height: 14px;
	font-weight: bold;
	border-bottom: 1px solid #C7AC89;
	width: 237px;
}

div#definition {
	line-height: 19px;
	margin: 0 15px 0 15px;
	width: 282px;
}

div#definition-i {
	line-height: 19px;
	margin: 0 15px 0 75px;
	width: 202px;
}

div#img  {
	width: 50px;
	margin: 3px 10px 0 15px;
	float: left;
	display: inline;
}

/*
div#img  {
	width: 50px;
	padding-top: 3px;
	padding-left: 3px;
	margin: 0px 7px 0 7px;
	float: left;
}
*/
