body {
	background-attachment: fixed;
	background-image:  url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #574636;
	margin: 0px;
}
.nav {
	background-color: #9A724E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

}
a.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;


}
a.link:hover {
	color: #46382B;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A724E;
	line-height: 18px;

}
.copyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #574635;
	font-weight: bold;

}
.newsPad {
	padding: 10px 20px 10px 10px;
	line-height: 16px;

}
ul {
	padding: 0px 0px 0px 14px;
	margin: 0px;
}

.copyRed {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	line-height: 18px;
}
