html, body {
	margin: 0px; 
	padding: 0px;
}

#body {
	background:url(images/lada_wtcc07.gif) ;
	background-position:right top; 
	background-repeat:no-repeat;
}


#content {
   overflow: hidden;
   width: 100%;
   padding-bottom: 100px;
}

#left1 {
	background:url(images/lada_wtcc01.jpg) ;
	background-position:right top;
	background-repeat:no-repeat;
	float: left;
	min-width: 11%;	
	margin-left: -100px;
	width: expression(document.body.offsetWidth/10 + "px");
	height: 834px;
}

#left2 {
	background:url(images/lada_wtcc02.jpg) ;
	background-position:left top; 
	background-repeat:no-repeat;
	width: 197px;
	height: 711px;
	float: left;
}

#center {
	background: url(images/lada_wtcc03.jpg);
	background-position:left top; 
	background-repeat:no-repeat;
	width: 580px;
	height: 400px;
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: top;
}


#menu {
	ackground:url(images/lada_wtcc04.gif) ;
	ackground-position:left top; 
	ackground-repeat:no-repeat;
	width: 210px;
	float: left;
	padding-top: 0px;
}

#menu_text {
	background: #DDE3E9;
	width: 210px;
	padding-top: 10px;
	text-align: center;
}

#right {
	background:url(images/lada_wtcc05.gif) ;
	background-position:right top; 
	background-repeat:no-repeat;
	height: 268px;
	float: left;
	margin-right: -200px;
	width: expression(document.body.offsetWidth/5 + "px");
	min-width: 12%;
	max-width: 12%;
}


#footer {
	background: #ed1c24;
	float:left;
	width: 100%;
	max-height: 60px;
	height: expression(document.body.offsetHeight/50 + "px");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
}
footer a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

#page_head {
	width: 580px;
	height:210px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#page_head ul {
	padding-top: 30px;
	padding-left: 30px;
	margin-left: 30px;
}

#page_text {
	background: url(images/lada_wtcc10.gif);
	background-position: left top; 
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	width: 580px;
	height: 100%;
}

#clear {
	 clear: both;

}