/* Energie Terapeutiche by Augusto Mocci
Author: Stefano Pellegrini*/

/*Generale*/
*{ margin: 0; padding: 0; }*/*Reset*/
body {	font: .8em Arial, Sans-Serif;line-height: 1.8em; background:transparent url(../images/bg.jpg) repeat;color: #444;}

/*Tipography*/
a {COLOR: #6587E0; text-decoration: none;}
a:visited {COLOR: #6587E0; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 { text-align:center;color: #000; background: #B5D9A3; font-size: 1.2em; height: 24px; line-height: 24px; }
#header h1 {font-size: 30px;font-weight: 100;letter-spacing: -1px;padding: 22px 0 5px 10px;}
#header h1 a {color: #fff;text-decoration: none;}
#header h1 a:hover {color: #000;text-decoration: none;}
#header h2 {color: #eee;font-size: 19px;font-weight: 100;padding: 0 0 0 11px;letter-spacing: -1px;line-height: 12px;}

/*Settaggi vari*/
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

/*Divisori*/
#wood{background:#1d3848 url(../images/wood-bg.jpg) repeat;position:absolute;height:250px;width:100%;top:0;left:0;z-index:-1;}
#header {margin-left:62px;background: url(../images/header.gif) no-repeat;height: 124px;width:651px;}
#wrap { padding: 10px 10px 3px 15px; width: 780px; margin:20px auto; background:transparent url(../images/content_bg.png) repeat-y;}
#left { float: left; width: 200px; background: #C0DDB0; margin-bottom: 10px; margin-top: 20px;}
#left ul { padding: 0px; margin: 0px; }
#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;}
#footer{font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px;}
