body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	background-color: #FFFFFF;
	background-image: url(../images/wood-panel.png);
	background-position: top;
	background-repeat:repeat;
	font-family: Garamond, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: center;
}

#container {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

a:link {
	color: #c31524;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c31524;
}
a:hover {
	color: #003974;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


.copyright  {color: #F69000;
			font-family:tahoma,arial,helv;
			font-size:11px;
			letter-spacing:1px;
			padding:24px;
}					

A.copyright  {color: #FFCC00;
				text-decoration:none;
}					

A.copyright:visited  {color: #333333;
				text-decoration:none;
}					

A.copyright:hover {color: #333333;
				text-decoration:underline;
}					

