﻿@charset "utf-8";
/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
	color:#000000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

#conteiner {
	width: 1000px;
	margin: 0 auto;
	height:auto !important;
	min-height:100%;		
	height:100%;
	overflow:hidden;
}

img {border-style: none; }

#header {
    position: relative;
    height: 235px;
	overflow:hidden;
}

#leftBlock {
	float: left;
	width: 199px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:1000em;
	margin-bottom:-1000em;
}

#rightBlock {
	float: right;
	width: 730px;
	margin-right:10px;
	padding-bottom:1000em;
	margin-bottom:-1000em;
}

.forFooter {
	padding-bottom:110px;
}

#footer {
    width: 1000px;
    margin: 0 auto;
    margin-top: -100px;
    height: 100px;
}
