body{
	background-color: #4a4a4a;
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #555555;
}

p, label{
	font-size: 11px;	
}

img{
	border: 0px;
}

h1{
	color: #0D529D;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}

h2{
	color: #0D529D;
	font-size: 11px;
	margin: 10px 0px 10px 0px;
}

ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

ul li{
	list-style-image: url("list.jpg");
	list-style: url("list.jpg");
}

a:link, a:visited{
    text-decoration: none;
    color: #497DB5;
}

a:hover, a:active{
    color: #0D529D;
}

div#menu{
    left: 50%;
    margin: 0 0 0 -350px;
    position: relative;
    width: 695px;    
    color: #F0F0F0;
}

div#content-box{
    left: 50%;
    margin: 0 0 0 -357px;
    position: relative;
    width: 715px;    
}

div#content-box div#content{
	width: 100%;
	height: 400px;
	background-image: url( "content-background.gif" );
	background-repeat: repeat-y;	
	display: table;
}

div#content-box div#content div#sponsors{
    height: 250px;
    width: 687px;    
    margin-left: 15px;
    background-color: #F0F0F0;
}

div#content-box div#content div#header{
	width: 689px;
	height: 220px;
	margin-left: 13px;
	padding: 0px;
}

div#content-box div#content div#columns{
	margin: 10px 0px 10px 15px;
    width: 687px;    
    display: table;
}

div#content-box div#content div#columns div#main-column{
	width: 400px;
	padding: 5px;
	float: left;
	display: table-cell;
}

div#content-box div#content div#columns div#right-column{
	width: 262px;
	float: right;
	display: table-cell;
}

div#content-box div#bottom{
	margin-left: 10px;
	width: 694px;
	height: 260px;
	background-image: url("bottom-background.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

div#content-box div#bottom h1{
	color: #f2f2f2;
}

div#content-box div#bottom ul{
	margin: 0px;
	padding: 0px;
}

div#content-box div#bottom ul li{
	list-style-image: none;
	list-style: none;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
}

div#content-box div#bottom a{
	color: #F2F2F2;
}

div#content-box div#bottom a:hover{
	color: #555555;
}

div#content-box div#bottom div#columns{
	margin: 10px 0px 10px 15px;
    width: 100%;    
    display: table;
}

div#content-box div#bottom div#columns div#main-column{
	background-image: url("columnssep.gif");
	background-position: right;
	background-repeat: no-repeat;
	display: table-cell;
	width: 400px;
	padding: 5px;
	float: left;
}

div#content-box div#bottom div#columns div#right-column{
	width: 252px;
	padding: 5px;
	float: right;
	margin-right: 10px;
	display: table-cell;
}

div#credits{
    left: 50%;
    margin: 20 0 20 -347px;
    position: relative;
    width: 695px;    
    color: #F0F0F0;
}

div#credits img{
	margin-top: 10px;
	border: 0px;
}


table.ranking, table.calendario{
	margin: 0px 0px 0px 0px;
	width: 98%;
	font-size: 11px;
	color: #F2F2F2;
	text-align: left;
	border-bottom: 1px solid #e7e7e7;
}

table.calendario caption{
	font-weight: bold;
	text-align: center;
}

table.ranking caption{
	font-weight: bold;
	text-align: left;
}

table.ranking thead tr td, table.calendario thead tr td{
	background-color: #e7e7e7;
	color: #555555;
	font-weight: bold;
	padding: 2px;	
	text-align: center;
}

table.calendario tbody tr td{
	border: 1px solid #e7e7e7;
	color: #FFF;
}

table.calendario tbody tr td.evento{
	background-color: #497db5;
	color: #497db5;
}

.evento a{	
	color: #497db5;
}


table.ranking tbody tr td{
	padding: 0px;
}


table#mural{
	background-image: url('muralbackground.gif');
	background-repeat: no-repeat;
	width: 237px;
	height: 332px;
}

table#mural tr td#header{
	height: 60px;
	background-image: url('mural-header-background.gif');
	background-repeat: no-repeat;
	background-position: 0 15px;
}

table#mural tr td#header h1{
	margin: 40px 0px 0px 5px;
	padding: 0px;
	color: #F2F2F2;
}

table#mural tr td#content{
	height: 220px;
}

table#mural tr td#content div{
	height: 215px;
	width: 99%;
	padding: 3px;
	overflow: auto;
}

table#mural tr td#footer{
	height: 36px;
}