body {
	background-color: #d9d6c6;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hpright {
	background-image: url(../images/hp_b_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contentright {
	background-image: url(../images/hp_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.hpbotright_bg {
	background-color: #FFFFFF;
	background-image: url(../images/hp_b_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contentbg {
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.lwbg {
	background-image: url(../images/lw_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a:link {
	color: #980a32;
	text-decoration: underline;
}
a:visited {
	color: #980a32;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}a:active{
	color: #980a32;
	text-decoration: underline;
}
.special {
display:none;
}