html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 2;
}
a {
	color: #830A46;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}


body {
  background: url('http://www.posturalpilates.it/images/bg.gif');
	text-align: center;
	font: 12.5px "Trebuchet MS", "arial", sans-serif;
	line-height: 1.4;
	word-spacing: 0px;
	color: #312F1A;
	left: 100px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 30px auto;
	width: 714px;
  position: relative;
  right: 50px;
}

#header {
  background: top center url('images/logo.') no-repeat;
  padding-top: 60px;
  position: relative;
}

/** Header **/

h1 {
  color: #bd0f66;
  border: 0px solid #C4B888;
  padding: 0px;
  font: 20px "verdana", "arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}


h2 {
  font: 14px "verdana", "arial", sans-serif;
  color: #FFFFFF;
  float: center;
  background: #A2A28C;
  padding: 5px;
}

h3 {
  font: 12px "verdana", "arial", sans-serif;
  color: #bd0f66;
  margin: 0 0 0.5em 0;
}

h4 {
  font: 9px "verdana", "arial", sans-serif;
  color: #FFFFFF;
  float: center;
}

h5 {
  font: 12px "verdana", "arial", sans-serif;
  color: #000000;
  float: center;
}

/** h6 è il vecchio h1 che ho rifatto**/
h6 {
  color: #FDE7C2;
  background: #981757;
  border: 0px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 20px "verdana", "arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0px 21px;
}

#search {
  width: 300px;
  background: #E8E7DA url('images/search_top.gif') no-repeat;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 498px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  padding-top: 292px;
  background: url('images/posturalpilatestestatadanielacarignano.png') no-repeat;
}
#nav ul {
  background: bottom right #830A46 url('images/nav_bot.gif') no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url('images/dot.jpg') repeat-x;
}
#nav a {
  color: #FFFFFF;
  font: 11px "arial", "arial", serif;
  font-style: normal;
  background: ;
  padding-right: 5px;
}

/** content **/

#content {
  background: #F5F5F3 bottom right url('images/body_bottom_right.gif') no-repeat;
  width: 562px;
  margin-left: 250px;
  min-height: 278px;
}

#content .main, #content .main2 {
  float: right;
  width: 375px;
  margin-top: 14px;
  padding-right: 5px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#beauty {
  float: right;    /************* inverte completamente la posizione al posto del corpo del testo da non fare ***************/
  width: 134px;
  border-left: 1px solid #D6D3BA;
  padding: 19px;
  background: top right url('images/bogy_top_right.gif') no-repeat;
}
#beauty span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#beauty .clear {
  height: 10px;
}

/************* #footer ***************/

#footer{    
  margin-left: 77px;
	clear: both;
	width: 100%;
	font-size: 100%;
	color: #A8A895;
	padding: 10px 0px 0px 0px;
}



/** Bordo Immagini **/


img {  
   padding:0px;  
   border:0px solid #6A6458;  
   background-color:#E8E7DA;  
}


img.opaco{
        opacity:0.5;
        filter: alpha(opacity=50);
    }

/** Float **/


#floatleft120 {
	float:left;
	width: 120px;
}

#floatright120 {
	float:left;
	width: 120px;
}

#floatleft80 {
	float:left;
	width: 80px; 
}

#floatright80 {
	float:left;
	width: 80px;
}

/** Cambio colore per tipologia di formazione **/

#seminario{    
  font-size: 100%;
	color: #00CC00;
}

#formazione{    
  font-size: 100%;
	color: #0099FF;
}

