* {
    margin: 0px;
    padding: 0px;
    border: none;
}

html, body {
    height:100%;
    width:100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

.clear {
	clear:both;
}

a {
    text-decoration:none;
}

p {
    padding:10px 0px;
}

#wrapper {
    width:984px;
    margin:auto;
    background-image: url(images/bg.gif);
    background-repeat: repeat-y;
}

#leftBar {
    width:260px;
    float:left;
}

#infoBlock {
    height:80px;
    padding:20px 15px; 

}

#menuBlock {
    background-image: url(images/bgbal2.jpg);
    height:230px;
    padding: 35px 15px;
}

#menuBlock a {
    display:block;
    color:#b7b7b7;
    text-decoration:none;
    font-weight:bold;
    font-size:11px;
    padding:4px 0px;
    text-indent:20px;
    background-image: url(images/icon-bal.gif);
    background-repeat: no-repeat;
    background-position:0px 4px; 
    vertical-align:top;
    
}

#menuBlock a:hover {
    display:block;
    color:#ffff00;
}

#mainContainer {
    overflow:hidden;
    /* background-image: url(images/bgbel.jpg); */
}

#headerBlock {
    width:720px;
    height:120px;
    background-image: url(images/hertz.jpg);
    background-repeat: no-repeat;
    overflow:hidden;
}

#contentBlock {
    width:540px;
    float:left;
    font-size:11px;
    text-align:justify;
    padding:0px 5px 5px 5px;
}

#rightBar {
    width:170px;
    float:right;

}

#footerBlock {
    clear:both;
    height:16px;
    background-color:#ffff00;
    margin:0px 10px 0px 5px;
    font-size:11px;
    text-align:right;
    padding:4px 20px 0px 0px;
}

hr {
    border:1px solid #ccc;
    margin:10px 0px;
}

.yellowTitle{
    color:#ffff00;
    font-size:11px;
    font-weight:bold;
    padding:0px;
}

.yellowText{
    color:#ffff00;
    font-size:11px;
    padding:0px;
}

.pageTitle {
    height:19px;
    background-color:#e9e9e9;
    font-size:11px;
    font-weight:bold;
    text-align:right;
    padding:6px 10px 0px 0px;
    margin-bottom:10px;
}