*[border]	{border: 1px solid black}

/* set margins, padding, and inline-level content alignment */
body,div	{ margin: 0; padding: 0; text-align: left;	}

/* set widths and float nav & ads div content boxes */
#nav		{ float: left;  width: 200px	}
/* note: if you change the widths above also change the margins in the rule below */

/* set side txt margins 5px greater than nav & ads widths */
 


#logo		{width:120px; border: none}

/* ensure footer stays at the bottom */
#ftr		{ clear: both; margin-left: 30px	}

/* show boundaries and set image sizes - for clarity only */
#hdr		{ font-style: italic; text-align: center; color: red; font-size: 25pt; font-weight: bold;
		padding: 0%; margin-right: 15% ;
		margin-left: 0px; border: none}
#nav		{ background: none; margin-left: 15px; border: none}
#txt		{ background: none;margin-left: 260px; margin-right: 15%;font-size:medium;border: none}



.link		{ color: black; text-decoration: underline}
.float-left	{ float:left; border: 1px none}

/* show boundaries */
table		{border: none ; text-align: left}

/* set table width*/
table		{width: 600px;}

/* compute column width regardless of cell content */
table.fix	{table-layout: fixed}

td.bold		{font-weight: bold}

#hdr img	{width: 120px}


