/* CSS Document */

/* CSS * Omulu Capoeira Gunabara - 'Axe Omulu!' * by Arvind Thyagarajan */
/* All graphics on http://www.omulu.org/... copyright 2007-2008, Omulu Capoeira and Arvind Thyagarajan */
/* February 2008 */

/* =============================================================================== */
/*  general */
/* =============================================================================== */
* {
	padding: 		0;
	margin: 		0;
}

BODY, HTML {
	height: 100%;
}

body { 
	font-family:	Helvetica,Verdana,Arial,Tahoma,sans-serif;
	font-size:		1em;
	text-align: 	left;
	background-color: #ffffff;
}

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

#logo {
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 170px;
	cursor: pointer;
}

#menu-back {
	display: inline;
	position: absolute;
	top: 255px;
	left: 0px;
	width: 375px;
	height: 37px;
	background-color:#000000;
	filter:Alpha(opacity=40);
	opacity: 0.4;
	text-align: left;
	vertical-align: middle;
	color: #e0e0e0;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	padding-left: 10px;
	z-index: 100;
}

* html #menu-back {
	padding: 11px;
	width:390px;
	w\idth:390px;
}

#gallery #menu-back {
	top: 128px;
	filter:Alpha(opacity=55);
}

#menu {
	display: inline;
	position: absolute;
	top: 255px;
	left: 0px;
	width: 330px;
	height: 37px;
	text-align: left;
	vertical-align: middle;
	color: #e0e0e0;
	font-size: 11px;
	font-weight: bold;
	padding: 11px;
	padding-left: 10px;
	z-index: 101;
}

#gallery #menu {
	top: 128px;
}

#menu A {
	text-decoration: none;
	color: #cfcfcf;
	filter:Alpha(opacity=100);
	opacity: 1;
	margin-right: 15px;
	margin-left: 15px;
}

#menu A:hover {
	color: #ffffff;
	border-top: 3px solid #E5BF00;
}

.copy {
	display: block;
    margin: 2px;
    font-size: 9px;
    color: #444444;
}

.copy A {
	text-decoration: underline;
	color: #336600;
	font-size: .9em;
}

.top-menu {
	text-align: right;
	vertical-align: bottom;
	color: #CCCC99;
	font-size: .7em;
	font-weight: bold;
	padding: 6px;
	padding-right: 10px;
}

.top-menu A {
	text-decoration: none;
	color: #cccc99;
}

.top-menu A:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

.main-content {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	padding-left: 15px;
	font-size: 0.7em;
}
.main-content TABLE TD {
	font-size: inherit;
	padding: 5px;
	padding-right: 15px;
	vertical-align: top;
}
* html .main-content TABLE TD {
	font-size: 0.7em;
	padding-right: 0px;
}

.main-container {
	position: relative;
	width: 70%;
	text-align: justify;
	margin: 15px;
	font-size: inherit;
	padding: 5px;
	vertical-align: top;
}
.main-container TABLE TD {
	font-size: inherit;
	padding: 5px;
	vertical-align: top;
}
* html .main-container TABLE TD {
	font-size: 0.7em;
}

.main-text {
	position: relative;
	width: 70%;
	text-align: justify;
	margin: 15px;
	font-size: inherit;
	padding: 5px;
	vertical-align: top;
}
.main-text TABLE TD {
	font-size: inherit;
	padding: 10px;
	vertical-align: top;
}
* html .main-text TABLE TD {
	font-size: 0.7em;
}
.main-container .main-text {
	width: 100%;
	margin: 10px;
}
.main-text-100 {
	width: 100%;
}

.title-text {
	display: block;
	margin-bottom: 7px;
	color: #AA0000;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

.mestre-text {
	color: #CC6633;
	font-size: 1.5em;
	font-weight: bold;
}

.instructor-text {
	color: #CC6633;
	font-size: 1.2em;
	font-weight: bold;
}

#bottom-links {
	color: #848484;
	font-size: 0.7em;
}
#bottom-links A {
	color: #747474;
	text-decoration: none;
}
#bottom-links A:hover {
	color: #444444;
	text-decoration: underline;
}