<!--

/*********START DEFAULT STYLE**************/
/*suprascriu stilurile implicite ale browserelor*/
* {
margin:0;
padding:0;
}


html, body {
color:#ffffff;
background:#000000;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


img {
border:none;
}

a {
text-decoration:none;
}

/*********END DEFAULT STYLE**************/

#site {
width:1000px;
margin:0 auto;/*centrez site`ul*/
}

/*********START HEADER STYLE**************/

#header {
width:1000px;
height:145px;
float:left;
background-image: url('imagini/bg10.jpg');

}

/*toate  listele neordonate din containerul #header vor fi stilizate de proprietatile de mai jos*/
/*aceste reguli le aplic raportandu`ma la idul divului de structura (container) header*/
#header ul li {
list-style:none;/*scot bullet`urile din fata elementelor listei*/
float:left;/*fac ca elemetele listei sa se aranjeze unul DUPA altul; ele default se aseaza unul SUB altul*/
margin-right:35px;/*distantez elemetele listei*/
padding-left:3px;
}
/*acelasi lucru se va face si cu lista din #footer*/

/*********END HEADER STYLE**************/

/*********START CONTENT STYLE**************/

#content {
width:1000px;
float:left;
background:#000000;
}

#content #left_side {
width:200px;
float:left;
background: url('imagini/bg10.jpg') repeat;
height:848px;
}
#content #left {
padding: 15px;
}

#content #right_side {
width:800px;
float:right;
background: url('imagini/bg01.jpg') repeat;

}

#content #right {
font-family: Verdana;
font-size: 13px;
color: #ffffff;
text-decoration: none;
text-align : justify;
font-weight:bold;
padding: 10px 170px;
height:775px;
}

.titlu {
font-family : DejaVu Sans;
font-size : 14px;
color : #ffffff;
text-align : center;
font-weight : bold;
padding:7px;
}

.subtitlu {
font-family : DejaVu Sans;
font-size : 20px;
color : #ffffff;
text-align : center;
font-weight : bold;
padding:7px;
}

#content #right_right {
float:right;
position:relative;
bottom:450px;
right:10px;

}

#imag {
padding-left:200px;
}
h3{
font-size : 18px;
font-family : comic sans ms;
font-style: oblique;
color : red;
margin-bottom : 10px;
}
p {
text-indent: 25px;
}
/*********END CONTENT STYLE**************/

#footer {
width:100%;
height:auto;
float:left;
background-image: url('imagini/bg10.jpg');
font-family : DejaVu Sans;
font-size : 11px;
font-weight : bold;
color : #ffffff;
text-decoration : none;
text-align : center;
}

#footer ul li {
list-style:none;
float:left;
margin-right:15px;
padding-left:25px;
}

/* Start adresa */
a:link.adresa {
font-family : Verdana;
font-size : 13px;
font-weight : bold;
color :  #F0E68C;
text-decoration : none;
font-weight : bold;
padding-left : 3px;
}
a:visited.adresa {
font-family : Verdana;
font-size : 13px;
color :  #F0E68C;
text-decoration : none;
font-weight : bold;
padding-left : 3px;
}
a:hover.adresa {
font-family : Verdana;
font-size : 13px;
color : #e52615;
text-decoration : none;
font-weight : bold;
padding-left : 4px;
}
a:active.adresa {
font-family : Verdana;
font-size : 13px;
color :  #F0E68C;
text-decoration : none;
font-weight : bold;
}
/* Terminare adresa */

-->
