body {
        margin:0;
        padding:0;
        font-family: arial, sans-serif;
    }
	h1{
	margin:0px;
	padding:0px;
	color:#000000; 
	font-family:Verdana; 
	font-size:14px;
	font-weight:bold;
	}
		h2{
	margin:0px;
	padding:0px;
	color:#000000; 
	font-family:Verdana; 
	font-size:16px;
	font-weight:bold;
	}
    #container {
        width : 100%;
    }
    #top {
        float : left;
        width : 100%;
        height : 395px;
        background : url('../images/bg_logo.png') left top repeat-x;
    }
    #bara_top {
        margin-top : 36px;
        width : 873px;
        height : 306px;
        background : url('../images/top.png') left center no-repeat;
        text-align : left;    
    }
    #bara_top #left {
        float : left;
        width : 368px;
        margin-left : 5px;
    }
    #bara_top #left span {
        margin-left : 7px;
    }
    #bara_top #right {
        margin-left : 5px;
        float : left;
        margin-top : 8px;
        width : 480px;
        height : 287px;
        background : url('../images/right.png') left center no-repeat;
    }
    #bara_top #right span {
        font-size : 11px;
        line-height : 22px;
    }
    #bara_stiri {
        margin-top : 15px;
        width : 872px;
        height : 26px;
        background : url('../images/bara_stiri.png') left center no-repeat;
        text-align : left;
    }
    #bara {
        clear : both;
        float : left;
        width : 100%;
        height : 38px;
        background : #ff9000;
    }
    #bara2 {
        margin-top : 3px;
        width : 871px;
        height : 32px;
        background : url('../images/bara.png') left center no-repeat;
    }
    #bara2 ul {
        padding : 0;
        margin : 0;
        
        line-height : 30px;
        list-style : none;
        font-size : 14px;
    }
    #bara2 ul li {
        float : left;
        margin-left : 15px;
        margin-right : 15px;
    }
    #bara2 ul li a {
        color : black;
        text-decoration : none;
    }
    #bara2 ul li a:hover {
        text-decoration : underline;
    }
    #content {
        clear : both;
        float : left;
        width : 100%;
        height : 900px;
        background: #f9e377;
    }
    #continut {
        margin-top : 20px;
        width : 880px;
        height : 541px;
        background : url('../images/content.png') center center no-repeat;
    }
    #contact {
        float : left;
        margin-top : 20px;
        margin-left : 10px;
        width : 190px;
        height : 500px;
        border-right : 1px solid #e7e7e7;
        font-size : 12px;
    }
    #contact #contact_box {
         text-align: left;
         padding-bottom : 15px;
         margin-bottom : 15px;
         border-bottom : 1px solid #e7e7e7;
         margin-right : 10px;
         line-height : 25px;
    }
    #contact #contact_box a {
        color : #ff9000;
        text-decoration : none;
    }
    #contact #contact_box a:hover {
        text-decoration : underline;
    }
    #content #real_content {
        width : 830px;
        height : 500px;
        float : left;
        margin-top : 20px;
        margin-left : 15px;
        padding-right : 15px;
        font-size : 12px;
        overflow : auto;
        text-align : justify;
    }
    #content #real_content h3 {
        padding : 0px;
        margin : 0px;
        margin-bottom : 10px;
        text-align : left;
        font-size : 24px;
        font-weight : bold;
    }
    #footer {
        width : 880px;
        height : 16px;
        margin-left : 10px;
        text-align : left; 
        font-size : 12px;   
    }
