body {
	margin: 0;
	background-color: #948975;
}

a:link {
	color: #ae1111;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ae1111;
	text-decoration: none;
}
a:hover {
	color: #ae1111;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ae1111;
	text-decoration: none;
}
.header {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
}
.topright {
	text-align: right;
	width: 100%;
	position: relative;
	top: -40px;
}
.mainpic {
	background-color: #FFFFFF;
	width: 542px;
	position: static;
}
.footer {
	background-image: url(../images/bttm_bg.jpg);
	background-repeat: repeat-x;
	height: 202px;
	position: static;
	background-color: 948975;
}
.bttmr {
	text-align: right;
	width: 100%;
	height: 86px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	top: -20px;
}
#copyright a, #copyright a:visited, #copyright a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: 7F7F7F;
	text-decoration: none;
}

#copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #A3A3A3;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	width: 700px;
}
.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 20px;
	width: 300px;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #5B5D05;
	font-weight: normal;
}
.content h2 {
	color: #ae1111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
h2 {
	color: #AE1111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -10px;
	float: left;	
}
.news {
	width: 200px;
	position: relative;
	left: 10px;
}
.tip {
	width: 150px;
	position: relative;
	left: 10px;
}
.tipcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	padding-left: 20px;
}
.content2 p {
	text-align: left;
	padding-right: 30px;
	padding-left: 20px;
}

p,li {
	text-align: left;
}

.red {
color:#c10000;
font-weight:bold;
}

.rssli {
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
}