#corp{
	   background-image: url(shdwwhite.jpg); /** Link to the image you created **/
        background-repeat: repeat-y; /** Repeats the image vertically **/
       background-position: center; /**  Centers the Background image **/
	 background-color:#666666;	 
	}
	#all{
			width:900px;
	height:auto;
margin:1px auto;	
background-color:white;
	}
#titlu{
background-color:sienna;
		border-bottom:black ridge 3px;
				padding:5px 0 5px 0;
	}
		#toc{
			float:left;
	background-color:white;
	width:210px;
	padding:10px;
	height:auto;
		}
		#cuprins{
			float:left;
		background-color:white;
		padding:40px 50px 20px 50px;
	width:566px;
	height:auto;
	text-align:justify;
	border-left:sienna inset 4px;
	}
			#titcnt{
margin:30px 0 30px 0;	
background-color:yellow;
	}
	ul, ol { 
   margin:auto -3em 1em 0; 
   padding:0; 
   position:relative; 
   left:-3em;
   overflow:hidden;
}
 
li { 
   margin-top:0.25em;
   margin-bottom:0.25em; 
}
 
ul ul{ 
   margin-left:1em; 
   padding-left:0; 
        cursor:pointer; 
}
 
ul li{ 
   margin-left:5em; 
}
 
li li { 
   margin-left:4em; 
}
	#Footer{
		clear:both;
		height:30px;
	width:880px;
	background-color:sienna;
	border-top:black ridge 3px;
	text-align:center;
	padding:10px;
		}
p.subtitlu{
		 width:200px;
	 height:30px;
background-color:#003366;
color:#ffcc66;
margin: 1px auto;
margin-top:25px;
padding-top:10px;
text-align:center
}
a.links{
text-decoration:none;
color:#003366;
font-weight:bolder;
margin-left:30px;
line-height:2em;
	}
a.links:hover{
color:blue;
}
	
