
body{
background: #dbbcba url(images/bg.png) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}


h1, h2, h3 {
font-size: 18px;
border-bottom: 2px #6b7c3d dashed;
text-decoration: none;
}

p, ul, ol {
	text-align: justify;
}


#content{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}



#header{
background: url(images/header.png) no-repeat;
height: 320px; /*Height of top section*/
width: 100%;
margin-top: 0px;
margin-right: 150px;
float: right;
}




/*******************content***********************/



#centru{
background: #dbbcba;
float: left;
width: 100%;
margin-top: 10px;

}


#left{
width: 100%;
background: #dbbcba;
margin-right: 340px; /*Set right margin to RightColumnWidth*/
}



#left a {
border-bottom: 1px dotted #6b7c3d;
text-decoration: none;
color: #1777B1;
}

#left a:hover {
border-bottom: none;
color: #FF7400;
}







/*********************footer****************/


#footer{
width: 100%;
background: #dbbcba url(images/footerbg.png) repeat-x;
clear: both;
color: #fff;
text-align: center;
padding: 4px 0;
}

#footer a{
border-bottom: 0px dotted #6b7c3d;
text-decoration: none;
color: #1777B1;

}


#footer a:hover {
border-bottom: none;
color: #FF7400;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/***********************menu**********************/
.underlinemenu{
font-size: 13px;
background-color: transparent;
font-weight: bold;
width: 100%;
margin-top: 0px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #fff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}



#sigla{
width: 900px;
margin: 0 auto; /*Center container on page*/
background: #dbbcba;
}


#slogan{
width: 850px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #fff;
margin-left: 380px;
margin-top: 60px;
float: left;
}
