@import url(kometohead.css);
@import url(kometomenu.css);
@import url(kometocont.css);
@import url(kometofoot.css);


/***** HTML TAGS *****/

html, body {
	margin: 0;
	padding: 0;
	direction: ltr;
	height: 100%; }

body { background: #E2D6A8 url(../images/back.jpg) repeat fixed center; }

h1, h2, h3, h4, p {
	font: normal normal normal 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	background: transparent;
	padding: 0;
	margin: 0; }

i,
.hidden { visibility: hidden; }

.forprint { display: none; }

img {	border: none; }

/*****  MAIN BLOCKS  *****/

#container {
	position:relative; /* needed for footer positioning*/
	width: 860px;
	left: 50%;
	margin-top: 0;
	margin-left: -430px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */ }

#header {
	width: 100%;
	height: 90px;
	background: transparent url(../images/headerfx.png) no-repeat scroll center; }

#leftshadow {
	float: left;
	width: 40px;
	height: 28px;
	background: transparent url(../images/shadowleftfx.png) no-repeat scroll top;  }
	
#rightshadow {
	float: right;
	width: 40px;
	height: 28px;
	background: transparent url(../images/shadowrightfx.png) no-repeat scroll top;  }

#menu {
	float: left;
	width: 780px;
	height: 28px; }

#content { /* can`t be float bcause it shits the footer */
	z-index: 99;
	position: relative;
	margin: 28px 0 0 40px;
	width: 780px;
	padding: 0 0 120px 0; /* bottom padding for footer */ }

#footer {
	z-index: 100;
	position:absolute;
	width:860px;
	height: 120px;
	left: 50%;
	margin-left: -430px;
	bottom:0; /* stick to bottom */
	background: url(../images/back.jpg) repeat-x scroll center;
	color: White; }

#mawweb {
	z-index: 200;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 30px;
	font: normal normal normal 6px/6px Verdana, Geneva, Arial, Helvetica, sans-serif; }

#mawweb a#maw {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: transparent url(../images/mawweb.gif) no-repeat scroll center; } 