

/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;     
 background-color: #fdfce7;
 color: #333333;
 }

#doboz
{
    color : rgb(0,0,64);
    border: none;
    width: 751px;
    height: 432px;
	margin-top : 4em;
	margin-bottom : 0.5em;
	margin-right : 0.5em;
	margin-left  : 0.5em;
    padding: 0px;
}

#bal{
 float: left;
 width: 180px;
 height: 414px;
 border: solid #995533;
 background-image: url(pix/bal.png);
 background-repeat: no-repeat;
 border-width: 2px;
 color: #E5E3EC;
 margin: 0;
}

#txt{
 float: right;
 width: 562px;
 height: 430px;
 margin: 0;
 padding: 0px;
 }

#nav{
 width: 548px;
 height: 78px;
 margin-top: 4px;
 border: solid #995533;
 border-width: 2px;
 background-image: url(pix/nav-bg.png);
 background-position: center;
 color: #590219;
 padding: 5px;
 }