/*
---------------------------------------------------------------
Titolo:      Javacenter -  Foglio di stile  (screen media)
Autore:      Sonia Anepeta - www.webfruits.it
Copyright:   Javacenter - www.javacenter.net
Versione:    1.0
Data:        12/2008
Ultimo agg.: 08/12/2008
 
All rights reserved
---------------------------------------------------------------
*/

/* -------->> Left Column <<<-----------*/
#leftCol_or {
float: left; 
padding-left: 10px;
width: 590px; 
}

#leftCol_or h1 {
background: url(../images/title-or.gif) no-repeat 0 0; 
color: #333;
font-size: 2.2em;
padding: 50px 0 10px 40px;
height: 40px;
text-align: justify;
}

#leftCol_or p { 
color: #333;
line-height: 20px;
margin-top: 8px;
text-align: justify;
}

#leftCol_or p a { 
border-bottom: 1px dashed #FA942C;
color: #FA942C;
}

#leftCol_or p a:hover { 
border-bottom: 1px dashed #333;
color: #333;
}