
body {
	background: #ffffff;
}

#wrapper {
	width: 760px;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
}

#header {
    	clear: both;
	width: 760px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

#leftbar {
	float: left;
	width: 160px;
	margin-right: 3px;
	text-align: left;
}

#content {
	width: 474px;
	float: left;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	padding-top: 10px;
}

#rightbar {
	float: left;
	width: 120px;
	margin-left: 3px;
	text-align: left;
}

#footer {
	background: url('images/footer.gif') no-repeat bottom;
	clear: both;
	width: 744px;
	height: 30px;
	text-align: right;
	padding: 16px 8px 1px 8px;
	font-family: verdana, arial, sans-serif;
	/* the image is 39px in height, 9padding + 3 height = 39;(with 8px more of simulated margin) width is 760px = 8+8+744 = 760 */
	
}


/* Content Elements */


h1, h2, h3, h4 { padding: 0px; margin: 0px; }

#content h1, h2, h3, h4 {

	font-family: garamond, "bookman old style", "times new roman", serif;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	color: #A3CCA7;
		}

#content h1 {
	padding-top: 0px;
	color: #037557;
}

#content dl {
	margin-left: 2ex;
	padding-left: 1ex;
	list-style-type: square;
}

#content dd {
	padding-bottom: 0.5em;
}

#content .synonym {
	letter-spacing: 0.3ex;
	font-size: 12pt;
	font-family: garamond, "bookman old style", "times new roman", serif;
}

#content a, #rightbar a{
	color: #067DBF;
}

#content a:hover, #rightbar a:hover {
	color: #0A95E2;
}

#content a:visited, #rightbar a:visited{
	color: #7804B5;
}

/* yahoo images table */

#yimagetable {
	border-collapse:collapse;
	border: 1px solid #E6E6DF;
	margin-top: 2em;
	width: 400px;
	overflow: auto;
}

#yimagetable td{
	border: 1px solid #E6E6DF;
}

/* div that surrounds the table, vital for overflow */

#yimagetablediv {
	width: 474px;	/*same as content area*/
	overflow: auto;
}

#rightbar .inputbutton {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	border: 1px solid #ACB8BB;
	background: #E6E6DF;
	margin-top: 3px;
}

#rightbar .inputfield {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	border: 1px solid #ACB8BB;
	margin: 0px;
	padding: 0px;
	width: 118px;	/* 120px with the borders */
	
}
