/* 

	STLMOCPA Basic CSS

	Erik Johnson erik@johnson.org
	Last Modified: 1/18/2005

*/

body {
	background: white;
	color: black;
}
a {
	font-size: 100%;
	text-decoration: none;
}
a:link {
	color: black;
}

a:visited {
	color: black;
}
a:hover {
	color: red;
}
h1 {
	color: white;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font: bold 200%
}
table#main {
	background: white;
	width: 744px;
	margin-left: auto;
	margin-right: auto;
}
td#title {
	vertical-align: bottom;
	background: transparent url(images/wolffandtaylor.jpg) top left;
	background-repeat: no-repeat;
	height: 69px;
	text-align: right;
	padding-bottom: 0px;
	padding-right: 5px;
}
td#content {
	vertical-align: top;
	padding: 10px;
}

td#footer {
}
