/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #1F221E;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image:  url(../images/paw-tracks.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 810px;
	margin: 20px auto;
	padding: 5px;
	align: center;
	background-color:#323630;
	border: 1px solid #7ba722;
}
.bold {
	font-size: 90%;
	font-weight: bold;
}
.bold-color {
	font-weight: bold;
	color: #7BA722;
	font-size: 108%;
}
a, a:visited {
	font-weight: bold;
	color: #7ba722;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, "MS Sans Serif", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #7ba722;
}
h2{
	font-family: "Trebuchet MS", Tahoma, "MS Sans Serif", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#7ba722;
	padding: 0px;
	margin: 0px;
}
dt {
	font-family: "Trebuchet MS", Tahoma, "MS Sans Serif", sans-serif;
	font-size: 18px;
	color: #7ba722;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
dd {
	padding: 0px;
	margin: 0px;
}
.t1  {
	font-size: 10px;
 }
