/*Layout all pages*/

/*BackGround*/

#wrapper{
	width: 980px;
	height: 740px;
	margin: 0 auto 0 auto;
	background-color: white;
}

/*Header*/
#header{
	width: 980px;
	height: 150px;
	background-color: white;
}

#headerLeft{
	width: 320px;
	height: 150px;
    background: white url(../_img/_layout/logo_atrium.gif) top right no-repeat;
    float: left;
}

#headerRight{
	width: 660px;
	height: 150px;
	background: white url(../_img/_layout/masopust.gif) top right no-repeat;
    float: right;
}

#headerCenter{
	width: auto;
    height: auto;
}

/*Content*/
#content{
    width: 980px;
    height: 495px;
    overflow: auto; 
	background-color: white;
    }

#contentLeft
{
    width: 320px;
	height: 495px;
    background: white url(../_img/_layout/contentLeft.jpg) left bottom no-repeat;
    float: left;
    }
#contentContent
{
    width: 650px;
	height: 495px;
	background: white url(../_img/_layout/background.gif) right bottom no-repeat;
    float: right;
	overflow: auto;
    }
#contentCenter
{
    width: auto;
    height: auto;
    }	
	
body>#content {
    height: auto;
}

/*Footer*/
#footer
{
    width: 980px;
    height: 50px;
    clear: both;
    }

#footerLeft
{
    width: 415px;
	height: 50px;
    background: white url(../_img/_layout/povinna_loga.gif) left bottom no-repeat;
    float: left;
    }
#footerRight
{
    width: 565px;
	height: 50px;
	background: white url(../_img/_layout/footerRight.gif) right center no-repeat;
    float: right;
    }
#footerCenter
{
    width: auto;
    height: auto;
    }	
