@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-color: #FFF;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
}
img{
	margin:0;
	padding:0;
	border:none;
}
#adoniko {
	float: right;
	height: 22px;
	width: 67px;
	text-align: right;
	padding-right: 10px;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	background-color: #DDDDDD;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	height: 82px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	display: block;
}
#lowerHeader {
	/*background-color: #FFF;*/
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	height: 170px;
	color: #333;
	background-color: #FFF;
	min-height: 170px;
	display: block;
	margin: 0 auto;
} 
#content {
	text-align: center;
	padding: 0 auto;
	display: block;
	background-image: url(../images/content.gif);
	background-repeat: repeat-x;
	background-color: #000;
}

.footer, .push {
	height: 35px;
	background-color:#FFF; /* .push must be the same height as .footer */
}
#footerTxt  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	height: 35px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
}
