

body{
background: transparent url(images/bg.png) repeat-x;
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 14px;
text-align: justify;
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}



h1, h2, h3 {
	border-bottom: 2px dotted #CCCCCC;
	text-decoration: none;
}


#page{
width: 870px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}






/* header */



#header{
height: 200px; /*Height of top section*/
}

#header h1{
margin: 0;
padding-top: 15px;
}









/* center page */


#centru{
float: left;
width: 100%;
margin-top: 20px;
}










/* left */



#left{
background: transparent;
margin-right: 220px; /*Set right margin to RightColumnWidth*/
}


#left a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #b8100f;
}

#left a:hover {
	border-bottom: none;
	color: #3399ff;
}













/* right */



#right{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
margin-top: 40px;
background: transparent;
}












/* footer */

#footer { 
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 auto; /*Center container on page*/
  border-width: 0;
  background-color: #000;
  color: #ccc;
}

#footer a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #2fa295;
}


#footer a:hover {
	border-bottom: none;
	color: #fff;
}


#coloane { 
  width: 870px;
  margin: 0 auto; /*Center container on page*/

}

#coloana1 { 
 background: transparent;
}


#coloana2 { 
 background: transparent;
 padding-left: 10px;
 margin-left: 25px;
}



#coloana3 { 
 background: transparent;
 padding-left: 10px;
 margin-left: 20px;
}


#coloana1 a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #ccc;
}



#coloana1 a:hover {

    background: #fff;
	border-bottom: 1px dotted #CCCCCC;
	color: #000;
}



#coloana2 a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #ccc;
}



#coloana2 a:hover {

    background: #fff;
	border-bottom: 1px dotted #CCCCCC;
	color: #000;
}


#coloana3 a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #ccc;
}



#coloana3 a:hover {

    background: #fff;
	border-bottom: 1px dotted #CCCCCC;
	color: #000;
}





#coloana1, #coloana2, #coloana3 {
  width: 30%;
  float: left;
}

#coloana1, #coloana2, #coloana3 h3 {
color: #2fa295;
}



.term-footer {
    font-family: Verdana, Arial, Tahoma, sans-serif;
	text-decoration: none;
	width: 870px;
	margin: 0 auto;
}


.term-footer a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #2fa295;
}

.term-footer a:hover {
	border-bottom: none;
	color: #fff;
}









/* classes */




.innertube{
margin: 0 auto; /*Center container on page*/
position: relative;
margin-top: 0px;
}



.link-right a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #b8100f;
}

.link-right a:hover {
	border-bottom: none;
	color: #3399ff;
}


.float-left{ 
float: left;
display: inline;
}






.float-right { float: right;}

.float-right a:hover {
	border-bottom: none;
	color: #000;
}

.float-right a{ 
	border-bottom: 1px dotted #000;
	text-decoration: none;
	font-size: 12px;
	color: #b8100f;
}




