
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
margin:0;
padding:0;
line-height: 1.5em;
background: #ffffff url(images/bg.jpg) repeat-x;
}

b{font-size: 110%;}
em{color: red;}


h1, h2, h3 {
	border-bottom: 2px dotted #CCCCCC;
	text-decoration: none;
}

#content{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#header{
background-image:url(images/header.png);
height: 160px; /*Height of top section*/
margin-top: 0px;
}




/*******************content***********************/



#centru{
float: left;
width: 100%;

}


#left{
margin-right: 300px; /*Set right margin to RightColumnWidth*/
}




#left a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #006699;
}

#left a:hover {
	border-bottom: none;
	color: #FF7400;
}


/***********************right************************/


#right{
float: left;
width: 290px; /*Width of right column*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
border-left: #cccccc 2px solid;
}



#right a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #006699;
}

#right a:hover {
	border-bottom: none;
	color: #FF7400;
}





/*********************footer****************/


#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
border-bottom: 1px dotted #CCCCCC;
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;
}



