* {
color:#F58735;
font-size: 12px;
}

body { 
margin:0; 
padding:0; 
min-height:100%; /* this is the key! */ 
background: url('../images/bg_main.gif');
font-family: "Verdana";
font-size: 0.8em;

} 
#left { 
position:absolute; 
left:0; 
top:0; 
padding:0; 
width:200px; 
height:100%; /* works only if parent container is assigned a height value */ 
color:#333; 
background:#eaeaea; 
border:1px solid #333; 
overflow: auto;
} 
.content { 
margin-left:20px; 
margin-right:270px; 
margin-bottom:20px; 
color:#F58735;  
border:0px solid #333; 
padding:0 10px; 
text-align: center;
/*overflow: auto;*/
height: 100%;
} 

#right { 
position:absolute; 
right:000px; 
top:0; 
padding:0; 
width:250px; 
height:100%; /* works only if parent container is assigned a height value */ 
color:#333; 
border-left: 1px solid #F58735;
}

h2 {
padding-left: 10px;
}

.content p {
text-align: center;
padding-left: auto;
padding-right: auto; }

p.p_right {
padding-left: 10px;
padding-right: 10px;

color:#F58735;  

 }

p.top { 
margin-top:20px; 
} 

