html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fffeca;
	background-image: url("images/main.bg.gif");
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
#container {
	position: relative;
	min-height: 100%;
}

* html #container {
height: 100%;
}
#header {
	background-color: #fffeca;
	background-image: url("images/pix.jpg");
}
#menu, #menu a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	border: 0;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a img {
	border: 0;
}
#main {
	width: 650px;
	padding: 15px 0px 20px 120px;
}
#main h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#main h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#main p {
	text-align: justify;
}
#main td {
	text-align: justify;
	font-size: 10px;
}
#footer {
	background-color: #fffeca;
	height: 20px;
	background-image: url("images/bg01_1.jpg");
	background-repeat: repeat-x;
	padding: 12px 10px 0px 10px;
	text-align: left;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
.field {
	width: 196px;
}
.red {
	font-weight: bold;
	color: red;
}