

div			{ border: none; }

html, body		{ margin: 0; padding: 0; color: #000; }

html			{ width: 97%; }

a, p			{ font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial,
			Helvetica, sans-serif; line-height: 1.3em; letter-spacing: 0.04em; }

h2			{ height: 50px; margin-top: 4em; text-align: center; }

#title		{ font-size: large; font-weight: bold; text-align: center; 
			margin-top: 20px; margin-bottom: 50px; }

#links		{ font-size: 0.9em; margin: 10px 15% 4em; background-color: #eee; }

#textbody		{ margin: 0 15%; font-size: 0.9em; text-align: justify; }

#footer		{ clear: both; margin: 3em 10% 30px; font-weight: 600; }

#updated		{ text-align: center; color: #33a952; height: 3em; }

#copyright		{ font-size: 0.7em; }

img			{ float: left; padding: 1em; }

a:link		{ color: #47f; }
a:visited		{ color: #f73; }
a:hover		{ color: #7aa; }



/*	sandbagging image slicing technique for perfect text wraps: for use with
	appropriate PHP code as found on http://www.alistapart.com/articles/sandbags
*/


.sandbag-image span { display: none; }
	
.sandbag-right	{ border: 0; padding: 0; font-size: 0; margin: 0 0 0 35px;
			float: right; clear: right; }
	
.sandbag-left	{ border: 0; padding: 0; font-size: 0; margin: 0 35px 0 0;
			float: left; clear: left; }
	
.first-sandbag	{ margin-top: 20px; }
	
.last-sandbag	{ margin-bottom: 5px; }



