body	{
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #CCCCCC;
	background: #000000 url(images/prints.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;}

#header	{
	margin: 0;
	padding: 0;
	height: 230px;
	background: url(images/headbkg.jpg);
	background-position: left top;
	background-repeat: repeat-x;}

#logo {
	text-align: center;
	height: 175px;
	margin: 0;
	padding: 0;
	background: url(images/wolf.gif);
	background-position: left top;
	background-repeat: no-repeat;}

#slogan {
	text-align: right;
	height: 55px;
	margin-top: -55px;
	padding: 0;}

#wrap {
	margin-left: 150px;
	margin-top: -55px;
	padding: 0;}

#menu	{
	position: relative;/*ie needs this to show float */
	width: 150px;
	float: left;
	margin-left: -149px;}
#menu p {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0;}

#menu a {
	display: block;
	padding-top: 10px;
	margin-bottom: -10px;
	font-size: 18pt;
	text-align: center;
	text-decoration: none;
	width: 125px;
	height: 50px;
	background: url(images/button.jpg);
	background-repeat: no-repeat;
	color: #CCCCCC;}

#menu a.sub {
	display: block;
	padding-top: 2px;
	margin-bottom: -2px;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	width: 125px;
	height: 25px;
	background: url(images/buttonsub.jpg);
	background-repeat: no-repeat;
	color: #CCCCCC;}

#menu a.sub2 {
	display: block;
	padding-top: 2px;
	margin-bottom: -2px;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	width: 125px;
	height: 20px;
	background: url(images/buttonsub2.jpg);
	background-repeat: no-repeat;
	color: #CCCCCC;}

#menu a.sub3 {
	display: block;
	padding-top: 2px;
	margin-bottom: -2px;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	width: 125px;
	height: 20px;
	background: url(images/buttonsub3.jpg);
	background-repeat: no-repeat;
	color: #CCCCCC;}

#content {
	margin-top: -45px;
	padding: 0;}
#content p {
	text-align: left;
	text-indent: 25px;}
#content tr.head {
	background-color: #990000;}
#content tr.alt {
	color: #000000;
	background-color: #999999;}

#clearfooter {
	clear:both;
	height:22px;}/*needed to make room for footer*/

#footer {
	color: #FF9933;
	margin-left: 150px;}
