body {
	color: #222;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	*font-size: small;
	*font: x-small;
}

body * {
	line-height: 1.22em;
}

.clearfix {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

/**
 * Layout
 */

#container { 
	width: 100%;
	text-align: left;
} 

#header { 
	background: #DDDDDD; 
	padding: 0;
	height: 180px;
	background: url(images/header_default_pattern.jpg) repeat-x;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 10px 10px 5px 20px;
}

#content { 
	margin: 0 0 0 240px; /* equal (+ 10px) to the width and padding of #sidebar */
	padding: 10px 20px;
	width: 700px;
}

#footer {
	color: #D2382F;
	background-color: #003664;
	margin-top: 10px;
	padding: 0 10px 0 20px;
} 

#footer p {
	margin: 0;
	font-size: 0.85em;
	padding: 10px 0 10px;
}

/**
 * Header
 */

#header a {
	font-family: Helvetica, sans-serif;
	color: #d2382f;
	text-decoration: none;
	font-weight: normal;
}

#header div.logo {
	top: 0;
	left: 0;
	width: 469px;
	height: 109px;
	position: absolute;
	z-index: 20;
	background: url(images/logo.gif) transparent no-repeat;
}

#header div.logo ul {
	font-size: 17px;
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0;
	margin-top: 50px;
	margin-right: 230px;
}

#header div.contact {
	top: 0;
	right: 5px;
	height: 50px;
	position: absolute;
	vertical-align: middle;
	z-index: 30;
}

#header div.contact a {
	display: block;
	color: #003665;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	height: 50px;
	text-align: right;
	vertical-align: middle;
	padding-top: 0.7em;
	padding-right: 60px;
	background: url(images/djembe.gif) transparent no-repeat top right;
}

#header div.contact a:hover {
	color: #d2382f;
	background: url(images/djembe_r.gif) transparent no-repeat top right;
}

body.main #header {
	background: url(images/header_main_pattern.jpg) repeat-x;
}

#header div.image {
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	position: absolute;
	z-index: 10;
}

body.main #header div.image {
	background: url(images/header_main.jpg) transparent no-repeat;
}

body.percussion #header div.image {
	background: url(images/header_percussion.jpg) transparent no-repeat;
}

body.self #header div.image {
	background: url(images/header_self.jpg) transparent no-repeat;
}
 
body.therapy #header div.image {
	background: url(images/header_therapy.jpg) transparent no-repeat;
}

body.contact #header div.image {
	background: url(images/header_contact.jpg) transparent no-repeat;
}

body.book #header div.image {
	background: url(images/header_book.jpg) transparent no-repeat;
}

body.media #header div.image {
	background: url(images/header_media.png) transparent no-repeat;
}

body.cantubo #header div.image {
	background: url(images/header_cantubo.jpg) transparent no-repeat;
}

body.reto #header div.image {
	background: url(images/header_reto.jpg) transparent no-repeat;
}

body.links #header div.image {
	background: url(images/header_links.jpg) transparent no-repeat;
}

/**
 * Navigation
 */

#sidebar ul {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 0 0 2px 0;
}

#sidebar ul a {
	display: block;
	min-height: 26px;
	padding-top: 0.2em;
	padding-left: 30px;
	text-decoration: none;
	font-weight: normal;
	color: #cc3333;
	background: url(images/djembe.jpg) transparent no-repeat top left;
}

#sidebar ul a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #cc3333;
}

#sidebar ul a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #003162;
	background: url(images/djembe_r.jpg) transparent no-repeat top left;
}

/**
 * Newsbox
 */

#newsbox {
	float: right;
	margin-left: 5px;
	border: 1px solid #003664;
	border-width: 0 1px 4px 1px;
}

#newsbox h2 {
	font-size: 1.8em;
	background-color: #003664;
	padding: 3px 5px 3px;
	margin: 0;
}

#newsbox h3 {
	padding: 4px 5px;
	margin: 0;
}

#newsbox h4 {
	color: #000;
	padding: 3px 5px;
	margin: 0;
}

#newsbox p {
	padding: 5px;
	margin: 0;
}

/**
 * Content
 */

.red {
	color: #d52020;
	font-weight: bold;
}

.small {
	font-size: 0.8em;
}

.indent {
	padding-left: 2em;
}

.spacing {
	margin-top: 2em;
}

.center {
	text-align: center;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:visited {
	text-decoration: none;	
	font-weight: bold;
	color: #000;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #003162;
}

a.red {
	text-decoration: none;
	font-weight: bold;
	color: #d52020;
}

a.red:visited {
	text-decoration: none;	
	font-weight: bold;
	color: #d52020; 
}

a.red:hover {
	text-decoration: none;
	font-weight: bold;
	color: #003162;
}

#footer a.red:hover {
	color: #d52020;
}

hr {
	border: 0px;
	color: #003162;
	background-color: #003162;
	height: 2px;
}

#content ul {
	margin: 0 0 0 10px;
	padding: 2px;
}

#content li {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	padding: 2px;
	margin: 3px 0 3px 3px;
}

img {
	border: 0;
}

h2 {
	color: #cc3333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.0em;
	text-align: left;
}

h3 {
	color: #003162;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em; 
	padding-top: 1em;
	text-align: left;
}

h4 {
	color: #008300;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em; 
	text-align: left;
}

