*{
	margin: 0px;
	padding: 0px;
}
html, body{
	font-family:  Verdana, Arial, Tahoma, Helvetica,  sans-serif;
	font-size: 11px;
	background-color: #9A0000;
	color: #333;
	font-weight: normal;
/* 	width: 1024px; */
/*	background-image: url('../img/public/top.jpg');
	background-repeat: no-repeat;
	background-position: top left;*/
/* 	height: 141px; */
}
a{
	cursor: pointer;
	text-decoration: none;
	color: #CD3000;
}
#pub_masta{
	width: 97.5%;
/* 	width: expression('97%'); */
	margin-left: 11px;
/* 	margin-right: auto; */
/* 	position: relative; */
	font-size: 100%;
	font-weight: normal;
/* 	border: 1px solid green; */
}