body {
		margin:0;
		padding:0;
		border:0;
		}
#wrapper {
		width: 95%;
		margin: 0 auto 0 auto;
		font-family: verdana, helvetica, arial, sans-serif;
		background:#fff;
		}

h1 {
		text-align: center;
		margin: 0;
		padding: 0;
	}

.header {
		text-align: center;
		font-size: 150%;
		margin-bottom: 1.5em;
		}

#title {
		font-weight: bold;
	}
	

#footer {
		text-align: center;
		margin-top: 1em;
		margin-bottom: 1em;
	}

		
p 	{
		margin:10px 30px 10px 30px;
	}

a	{
	text-decoration: none;
}

a:link { 

		}
a:visited { 
	color: #666666;
	}
a:hover { 
	background-color: #cccccc;
	}

a	{
	text-decoration: none;
}

.quote {
		margin-top: 50px;
		margin-bottom: 40px;
		text-align: center;
		font-style: italic;
		font-size: 120%;
}	

#updates {
	margin: 0 0 0 10px;	
}	

/* table handling css */


table	{
margin: 1em auto 0 auto;
}


td	{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;

}

th:hover { 
	background-color: #cccccc;
	}

#page	{
width=120px;
text-align: left;
}	
/* other */
	
#contact {
 vertical-align: text-top; }





