﻿@import url(layout.css);
body {
	margin: 0 0%;
	background-color: #F2EECA;
	background-image: url('../images/yoga_0013.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-repeat: no-repeat;
}
/* Stili per i tag DIV */
#container {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 3px;
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead {
	border-bottom: 9px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0px;
	height: 390px;
}
#navigation {
	margin-left: 160px;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-image: ;
	background-color: #F2EECA;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	border-left: 3px;
	background-color: ;
	height: 390px;
}
#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #D7D093;
	color: #003300;
	border-top: 1px solid #CCCCCC;
}
/* Stili per il titolo */
#masthead h1 {
	margin-bottom: 0;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#masthead h3 {
	margin-top: 0;
	color: #666666;
	margin-bottom: 0px;
	text-indent: 5em;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
/* Stili per la struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 4px 0 1px;
	padding: 5px;
	display: block;
	border: 3px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #F2EECA;
}
#navigation a:hover {
	color: #776F1E;
	text-decoration: none;
	border: 3px;
}

/* Stili per la colonna destra */
#column_right h4 {
	color:	#006600;
	margin-top: 0px;
}
#column_right p {
	color:	#003300;
	margin-top: 0px;
}
#column_right a {
	color: #006600;
}
#column_right a:hover {
	color: #00FF00;
}
/* Stili per la colonna sinistra */
h1 {
	font-size: 18px;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #111111;
	margin-top: 0px;
}
h3 {
	font-size: 16px;
	color: #9B8F26;
	margin-top: 0px;
}
h4 {
	font-size: 14px;
	color: #C0B130;
	margin-top: 0px;
}
h5 { 
	font-size: 12px;
	margin-top: 0px;
}
h6 { 
	font-size: 10px;
	margin-top: 0px;
}
a {
	color: #006600;
}
a:hover {
	color: #FF0000;
}
/* Stili per il piè di pagina */
#footer p {
	margin: 0;
	font-size: 10px;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 10px;
}
#footer a {
	color:	#006600;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}