* {
  padding: 0;
  margin: 0;
}
html, body {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt; /* 11px; */
	background: #FF0000;
}
#main {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	color: #FF0000;
	background: #FFFFFF;
}
img {
	float: left;
	border: 0;
}
a {
	color: #555555;
	text-decoration: none;		
}
a:hover {
	color: #999999;
	text-decoration: underline;		
}
a:focus {
	outline: 0;
}
ul.menu li {
	display: inline;
	white-space: nowrap;
}
#stop {
	clear: both;
}
/* menu START */
#firma {
	float: left;
	display: block;
	width: 118px;
	height: 46px;
	background: url('../images/m_firma.jpg') no-repeat;
}
#firma:hover {
	background: url('../images/m_firma.jpg') 0 -46px no-repeat;
}
/* menu END */
h1 {
	font-size: 12px;
	font-weight: bold;
}
#content {
	float: left;
	width: 500px;
	padding: 20px;
	background: url('../images/_left1a.jpg') repeat-y;
}
#footer {
	float: left;
	width: 874px;
	margin-top: 30px;
}
