body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size: 11px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00FFFF;
	text-decoration: none;
}

#container {
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(site/bg_home.jpg);
	background-repeat: repeat-x;
	background-color: #006699;
} 
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	background-image: url(site/fractal.jpg);
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	height: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent {
	margin-top: 15px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContentInternal {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContentBox {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#footer {
	padding: 0 10px 0 20px;
	background-color: #999999;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mailing {
	float: none;
	background-color: #000033;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mailing2 {
	float: none;
	margin-top: 5px;
	margin-right: 170px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding: 5px;
	text-align: center;
}
#AgNewsArqHome {
	float: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#AgNewsArqHome2 {
	float: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(site/Bg_AgNewsArq.png);
}



#agenda {
	float: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(site/Bg_agenda.png);
}

#news {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	background-image: url(site/Bg_news.png);
}
#arquivo {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	background-image: url(site/Bg_arquivo.png);
}
#product {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	height: auto;
}
#productDetails {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid 0099cc;
}
#productImg  {
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
	margin-right: 0px;
	margin-left: 50px;
}
#productShop {
	float: right; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 50px;
	width: 300px;
}
#productShopVideo
 {
	float: right; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 50px;
	width: 360px;
}

#productInfo {
	float: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 50px;
	margin-left: 50px;
}
#productInfoVideo {
	float: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 50px;
	width: 320px;
}




.inputform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
	text-decoration: none;
	text-align: left;
	text-indent: 3px;
}
.ChronologiaSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	display: inline;
	color: #FFFFFF;
}


#rsMainContent {
	font-size: 11px;
	font-style: normal;
	display: block;
}
#tableNested {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
	width: 100%;
}


#tablePaging {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	width: 400px;
}
#tableProduct {
	float: none;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin: 5px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #0099FF;
}
.subTitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #0099FF;
}
.subTitle3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #0099FF;
}

.subTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #CCCCCC;
}
.subTitleFoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #CCCCCC;
}


.Warning {
	color: #FF0000;
}
.emBreve {
	color: #FFFF00;
}
.infoFoto {
	color: #FFFF00;
	font-size: 16px;
}
.fotoVenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #999;
}

.LogoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin: 0px;
}
.TracksList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 3px;
	display: block;
}
.Price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 3px;
	display: block;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #000033;
	text-decoration: none;
	text-align: left;
	text-indent: 3px;
}
.lineup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	color: #FFFF99;
}
.subtitleCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	display: inline-block;
	color: #FFFF99;
}
.linkFooter {
	color: #FFFFFF;
	text-decoration: underline;
}

#productImg2 {
	font-size: 11px;
	font-style: normal;
	display: block;
	float: left;
}
#productInfo2 {
	font-size: 11px;
	font-style: normal;
	display: block;
	margin-right: 200px;
	margin-left: 120px;
	float: none;
	clear: right;
}
#containerVDO {
	width: 845px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #330099;
	background-image: url(site/bg_vdo.jpg);
}
#vdo {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
}
#navBar {
	text-align: center;
}
#ioct {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
}
#moon {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
}
#containerLinks {
	width: 845px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #003366;
	background-image: url(site/bg_temple.jpg);
}
#links {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
	background-image: url(site/bg_links.jpg);
}
#containerChronologia {
	width: 845px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #006699;
	background-image: url(site/bg_chronologia.jpg);
	background-repeat: repeat-x;
}
#containerFotos {
	width: 845px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #006699;
	background-image: url(site/bg_fotos.jpg);
	background-repeat: repeat-x;
}

#containerInvisivel {
	width: 845px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #003366;
	background-image: url(site/bg_invisivel.jpg);
}
#containerIOCT {
	width: 845px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #330099;
	background-image: url(site/bg_ioct.jpg);
}
#containerLyrics {
	width: 845px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #006699;
	background-image: url(site/bg_lyrics.jpg);
	background-repeat: repeat-x;
}

#containerMindscape {
	width: 845px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #006699;
	background-image: url(site/bg_mindscape.jpg);
	background-repeat: repeat;
	background-position: 100%;
	background-attachment: fixed;
}
#containerMoonJune {
	width: 845px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FF9966;
	background-image: url(site/bg_vol7.jpg);
}
#containerTemple {
	width: 845px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #003366;
	background-image: url(site/bg_temple.jpg);
}
#temple {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
}
#mindscape {
	float: none;
	margin-top: 5px;
	margin-right: 120px;
	margin-bottom: 0px;
	margin-left: 120px;
	text-align: center;
	background-color: #003366;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#myspace {
	float: none;
	margin-top: 5px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 100px;
	text-align: center;
	background-color: #003399;
	padding: 5px;
}

#invisivel {
	float: none;
	margin-top: 5px;
	margin-right: 120px;
	margin-bottom: 0px;
	margin-left: 120px;
	border: 1px solid #003366;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#tableChronologia {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	margin: 5px;
	font-size: 10px;
}
#vdoPhoto {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	text-align: center;
	background-color: #000000;
}
#lyrics {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#destaque {
	float: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#rsDestaques {
	font-size: 11px;
	font-style: normal;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#agendaImg {
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 450px;
	margin-right: 0px;
	margin-left: 10px;
}
#agendaDetails {
	float: right; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 350px;
	overflow: hidden;
}
#destaqueTxt {
	float: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#YouTube {
	float: none;
	padding-top: 227px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	width: 320px;
}
.linkInvisivel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0px;
	display: inline-block;
}
#Mheader {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#Mcontainer {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(site/bg_home.jpg);
	background-repeat: repeat-x;
	background-color: #006699;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#MMailing {
	float: none; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	background-image: url(site/fractal.jpg);
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
