html, body {
    margin: 0;
	min-height: 100%;
}
body {
    padding: 0px 0px 0px 0px;
    background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	color:#ffffff;
}
div#container {
	min-height: 100%;
	width: 100%;
	margin: 0;
	text-align: left;
	background-image:url(../images/bkg-titlebar.jpg);
	background-repeat:no-repeat;
	background-position: 786px 228px;
}
div#header {
	height: 228px;
	background-image:url(../images/bkg-top.jpg);
	background-repeat:no-repeat;
}
div#menu {
	float: left;
	position: relative;
	width: 232px;
	height: 542px;
	background-image:url(../images/bkg-menu.jpg);
	background-repeat:no-repeat;
}
div#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	text-align: left;
	color:#ffffff;
	background-color:#000000;
	float: left;
	position: relative;
	width: 546px; /* 783 - menu - paddingleft*/
	padding: 0px 0px 0px 5px;
}
div#menubottom {
	color:#FFFFFF;
	background-color:#000000;
	padding: 100px 0px 15px 236px;
	width: 546px;
}
div#footer {
	height: 390px;
	background-image:url(../images/bkg-footer.jpg);
	background-repeat:no-repeat;
}
.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;
}
div#braco {
	position: absolute;
	top: 0px;
	left: 820px;
	width: 422px;
	height: 555px;
	z-index: 100;
}
div#flashnews {
	margin: 17px 0px 0px 16px;
	float: left;
	/* background:#FFFF66; */
	width:156px;
	height: 105px;
	padding: 20px 10px 10px 12px;
}
div#search {
	position:absolute;
	top: 152px;
	left: 482px;
}
div#search #txtSearch {
	border: 0;
	background-color:#000000;
	color: #ffffff;
	width: 194px;
	height: 15px;
	vertical-align: middle;
	padding-left: 5px;
}
div#search #btnGo {
	vertical-align: middle;
}
div#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
div#menu ul li {
	margin: 0;
	padding: 0px 0px 3px 28px;	
}
div#menu #logos {
	padding: 65px 0px 0px 0px;
}
div#footer #credits {
	/* padding: 30px 0px 0px 236px; */
	position: relative;
	left: 236px;
	top: 30px;
}
div#footer #logos {
	/* padding: 300px 0px 0px 236px; */
	position: relative;
	left: 236px;
	top: 77px;
}
.flashnews_dates { 
	height: 65px; 
	width: 156px; 
	margin: 0; 
	text-align:left;
	font-weight: bold;
	overflow:hidden;
}
.flashnews_nav {
	font-weight: bold;
	text-align:right;
	font-size: 15px;
}
img.titlebar {
	padding-bottom: 10px;
}
a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:hover, a:active {
	color:#ffbd00;
	text-decoration:none;
}
a.menubottom {
	font-size: 11px;
}
a.flasnews_lnk:link, a.flasnews_lnk:visited {
	color:#000000;
	text-decoration:none;
}
a.flasnews_lnk:hover, a.flasnews_lnk:active {
	color:#ffffff;
	text-decoration:none;
}
.headertext {
	font-size: 12px;
	color: #000000;
}
.boldText {
	font-weight: bold;
}
.yellowText {
	color: #ffbd00;
}
.yellowTextUnderline {
	color: #ffbd00;
	text-decoration:underline;
}
div.submenu_venue {
	padding-top: 14px;
}
/* slideshow venue */
.slideshow { height: 675px; width: 540px; /*margin: 25px 0px 0px 0px;*/ top: 25px; text-align:center;}
.slideshow .slide { margin: 25px 0px 25px 0px; padding: 5px 0px 5px 0px; border-top: 1px dotted #ffbd00; border-bottom: 1px dotted #ffbd00; text-align:left;}
.slideshow img { padding: 0px; border: 0; background-color: #000000; text-align:center; }
.slideshow .titulo { font-size: 12px; color:#ffbd00; font-weight:bold; text-transform:uppercase;}
.slideshow .legenda { font-size: 11px;}
.slideshow .photocredits { font-size: 10px; text-align:right;}
.slideshow-nav { position: absolute; top: 513px; left: 522px; z-index: 101;}
.slideshow-nav a {color: #ffbd00; font-size:24px; font-weight:bold;}

.txtBox {
	border: 1px dotted #ffbd00;
	background-color:#000000;
	color: #ffffff;
	height: 15px;
	font-size: 11px;
	padding: 2px;
}
.txtBoxError {
	border: 2px solid #ffbd00;
	background-color:#000000;
	color: #ffffff;
	height: 15px;
	font-size: 11px;
	padding: 2px;
}
.txtArea {
	border: 1px dotted #ffbd00;
	background-color:#000000;
	color: #ffffff;
	width: 269px;
	font-size: 11px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.sltList {
	border: 1px dotted #ffbd00;
	background-color:#000000;
	color: #ffffff;
	height: 22px;
	font-size: 11px;
	padding: 2px;
}
.sltListError {
	border: 2px solid #ffbd00;
	background-color:#000000;
	color: #ffffff;
	height: 22px;
	font-size: 11px;
	padding: 2px;
}
.btnSubmit {
	background-color:#ffbd00;
	color:#000000;
	font-size: 12px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	height: 18px;
}