/* @override http://grupofalsobaiano.com/falso.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	background: #432300;
	color: #ccc;
	
	text-align: center;
	
	font-family: lucida, optima, "helvetica neue", arial, sans-serif;
	font-size: 80%;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	
	font-family: georgia, times, serif;
	
	color: #442;
}

h3 {
	font-size: 1em;
	font-style: oblique;
	
	margin-bottom: 0.5em;
}

ol, ul {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

li {
	
}

p {
	font-size: 1em;
	line-height: 1.4;
	
	text-align: left;
	
	margin-bottom: 0.5em;
}

a, a:link
{
	text-decoration: none;
	color: #C00;
}

a:visited {
	
}

a:hover {
	text-decoration: underline;
	color: #f00;
}

a:active {
	
}

a img {
	border-width: 0;
}

#container {
	position: relative;
	top: 2em;
	width: 900px;
	height: 650px;
	
	margin-left: auto;
	margin-right: auto;
	
	overflow: visible;
}

#main {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 600px;
	
	background-image: url(images/canvastile.gif);
	
	overflow: visible;
	margin-bottom: 40px;
}

#fr_top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 900px;
	height: 40px;
	background: url(images/Top900.gif);
}

#fr_left {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 5;
	width: 34px;
	height: 520px;
	background: url(images/Left900.gif);
}

#fr_right {
	position: absolute;
	top: 40px;
	left: 861px;
	z-index: 5;
	width: 39px;
	height: 520px;
	background: url(images/Right900.gif);
}

#fr_bottom {
	position: absolute;
	top: 560px;
	left: 0;
	z-index: 5;
	width: 900px;
	height: 40px;
	background: url(images/Bottom900.gif);
}

h1 {
	background-image: url(images/GrupoFalsoBaiano.gif);
	height: 88px;
	width: 526px;
	
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 10;
}

h1 span {
	position: absolute;
	left: -2000px;
}

#navigation {
	position: absolute;
	top: 60px;
	left: 500px;
	width: 320px;
	height: 125px;
	overflow: hidden;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	display: block;
	float: left;
	height: 22px;
	overflow: hidden;
	margin-bottom: 4px;
}

li#nav_home {
	width: 63px;
	margin-right: 5px;
}
li#nav_news {
	width: 63px;
	margin-right: 5px;
}

li#nav_music {
	width: 70px;
}

li#nav_bio {
	width: 50px;
}

li#nav_calendar {
	width: 93px;
}

li#nav_press {
	width: 64px;
}

li#nav_links {
	width: 59px;
}

li#nav_photos {
	width: 74px;
}

li#nav_videos {
	width: 74px;
}

li#nav_contact {
	width: 84px;
}

li#nav_myspace {
	width: 90px;
}

li#nav_booking {
	width: 98px;
	height: 43px;
}

#navigation ul li a {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	
	background-repeat: no-repeat;
}


#navigation ul li#nav_booking a {
	height: 43px;
}

#navigation ul li a {
	background-position: center -27px;
}

#navigation ul li a:hover, #navigation ul li a.current
{
	background-position: center -2px;
}

li#nav_home a {
	background-image: url(images/navigation_21/home.gif);
}
li#nav_music a {
	background-image: url(images/navigation_21/music.gif);
}
li#nav_bio a {
	background-image: url(images/navigation_21/bio.gif);
}
li#nav_calendar a {
	background-image: url(images/navigation_21/calendar.gif);
}
li#nav_press a {
	background-image: url(images/navigation_21/press.gif);
}
li#nav_links a {
	background-image: url(images/navigation_21/links.gif);
}
li#nav_contact a {
	background-image: url(images/navigation_21/contact.gif);
}
li#nav_booking a {
	background-image: url(images/navigation_21/booking.gif);
}
li#nav_photos a {
	background-image: url(images/navigation_21/gallery.gif);
}
li#nav_news a {
	background-image: url(images/navigation_21/news.gif);
}
li#nav_videos a {
	background-image: url(images/navigation_21/videos.gif);
}
li#nav_myspace a {
	background-image: url(images/navigation_21/myspace.gif);
}

#navigation ul li#nav_booking a {
	background-position: 0 -24px;
}

#navigation ul li#nav_booking a:hover {
	background-position: 0 0;
}

/*
	Content areas of various kinds
*/

.content {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	z-index: 50;
	
	background-image: url(images/canvastile_light.gif);
	
	padding: 5px;
	padding-right: 15px;
	
	overflow: auto;
	
	color: #432300;
	
	text-align: left;
}

#one_column {
	position: absolute;
	top: 150px;
	left: 60px;
	width: 750px;
	height: 385px;
}

#two_column1 {
	position: absolute;
	top: 170px;
	left: 50px;
	width: 325px;
	height: 330px;
}

#two_column2 {
	position: absolute;
	top: 170px;
	left: 420px;
	width: 325px;
	height: 330px;
}


.no_background {
	background-image: none;
	border: none;
	height: 332px !important;
}

.internal_column {
	float: left;
	width: 325px;
}

#internal_column1 {
	margin-right: 25px;
}

#internal_column2 {
	margin-left: 5px;
}

#recordBadge {
	display: block;
	position: absolute;
	top: 420px;
	right: -20px;
	width: 196px;
	height: 198px;
	
	z-index: 100;
}

body.splash #recordBadge {
	top: 380px;
	left: 350px;
	right: auto;
}

#footer {
	position: absolute;
	top: 600px;
	left: 0;
	width: 100%;
	height: 20px;
	color: #cc6;
	text-align: center;
	z-index: 100;
}

#footer a {
	color: #cc6;
}

/* @group Home */

#latest_box {
	background: #e8e8c3;
	border: 1px solid #c9c9a3;
	width: 500px;
	height: 50px;
	position: absolute;
	top: 150px;
	left: 200px;
	color: black;
	padding: 6px;
	text-align: center;
}

/* @end */
