/* **************************************************
** File: wsp.css
** Style Sheet for Cold Spring Train Works (wsp style)
** - jbl 10/2009
** ************************************************* */
/* Element Styles */
body {
	background: url("../image/13615772.gif");
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
}

/* Class Styles */
.menu-btn {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : -2;
    font-weight : bold;
}

/* ID Styles */
#content {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 763px;
	padding: 0px;
}

