/* CSS Document */

body {font-size:70%; font-family:Verdana, Arial, Helvetica, sans-serif;margin:0;}
p {margin:8px 0px;}

/* for all browsers that understand min-width */
.container {position:relative; width:100%; min-width:760px;}
.holder {display:block; color:#000;}

/* method 1 a bodge for IE5.5 and IE6 browsers */
* html .container {border-right:760px solid #fff;}
* html .holder {display:inline-block; position:relative; margin-right:-760px;}

#topsection{
background: #fff;
height:85px;
}
.leftheader {width:45%;float:left;}
.rightheader {float:right; text-align:right;margin-right:5px;font-size:115%;}
#banda {background:#447DC3 url(Images/bg_banda.jpg) repeat-x bottom;padding:7px;color:#FFFFFF;text-align:center;}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 26% 0 26%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 26%; /*Width of left column in percentage*/
margin-left: -100%;
}

#rightcolumn{
float: left;
width: 26%; /*Width of right column in pixels*/
margin-left: -26%; /*Set margin to that of -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
border-top: solid 1px #006699;
color: #000;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

a {color:#2E63A5;}
a:hover {color:#9B4546;}

a.main_year {font-size:200%;font-weight:bold;color:#2E63A5;}
a.main_year:hover {color:#9B4546;}

a.other_years {font-size:120%;font-weight:bold;color:#2E63A5;}
a.other_years:hover {color:#9B4546;}

a.alb {color:#fff;text-decoration:none;padding:0px 3px;}
a.alb:hover {color:#fff;text-decoration:underline;}

.spacer {height:20px;}
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.logo_left {margin:70px 0px 155px 30px;}
.text_left {margin:0px 0px 0px 30px;}
.logo_right {margin:70px 30px 155px 0px;}
.text_right {margin:0px 30px 0px 0px;}
