body{
background: #666699;
margin:0;
padding:0;
line-height: 1.5em;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url('../images/background-content.png');
}

#topsection{
background: #EAEAEA;
height: 176px; /*Height of top section*/
background-image: url('../images/header.png');
}

#topsection a{
position: relative; left: 5px; top: 80px;
}

#topsection img{
border:0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 230px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn h1{
position: relative; 
}

#leftcolumn{
float: left;
width: 230px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
background-image: url('../images/background-menu-repeat.png');
background-repeat: repeat-y;
}

#leftcolumn img {
float: left;
margin-left: -40px;
border: 0px;
}

#footer{
background-image: url('../images/background-content-bottom.png');
background-repeat: no-repeat;
background-position: bottom;
clear: left;
width: 100%;
color: #666699;
text-align: left;
padding: 4px 0;
}

#footer a{
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #666699;
}

.innertube{
margin: 0px 20px 0px 40px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertube_contentcolumn{
margin: -40px 20px 0px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertube_footer{
margin: 50px 20px 10px 80px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.menu{
margin: 0;
padding: 0;
width: 170px;
}

.menu li a{
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000066;
display: block;
width: auto;
text-decoration: none;
}

.menu li a:visited, .menu li a:active{
color: #003399;
}

.menu li a:hover{
color: black;
}



/* charts and tables - bryle-cocky */
.chartContainer { width: 585px; w\idth: 583px; margin-left: -3px; padding: 3px 0 3px 3px; background: url('../i/layout/chart-bg2.gif') repeat-y 0 0; border: none; margin-bottom: 20px; }
	.chartContainer .chartTop { position: absolute; left: 0; top: 0; width: 585px; height: 10px; background: url('../i/layout/chart-top2.gif') no-repeat 0 0; }
	.chartContainer .chartBottom { position: absolute; left: 0; bottom: 0; z-index: 1; width: 585px; height: 10px; background: url('../i/layout/chart-bottom2.gif') no-repeat 0 0; }
.chart { width: 580px; w\idth: 578px; font-size: .9em; line-height: 1.4em; z-index: 2; }
.chart tr.row1	{ background: #ededed; }
.chart tr.row2	{ background: #fff2db; }
.chart th	{ color: #fff; font-weight: bold; text-align: left; vertical-align: bottom; background-color: #e99403; }
.chart th, .chart td	{ padding: 10px 15px 10px 15px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; vertical-align: top; }
	.chart th	{ vertical-align: bottom; }
		.chart th.headL { background: url('../i/layout/chart-th-left.gif') no-repeat 0 0; background-color: #e99403; }
		.chart th.headR { background: url('../i/layout/chart-th-right.gif') no-repeat top right; background-color: #e99403; }
		.chart td.oL { background: url('../i/layout/chart-td-lo.gif') no-repeat bottom left; background-color: #fff2db; }
		.chart td.oR { background: url('../i/layout/chart-td-ro.gif') no-repeat bottom right; background-color: #fff2db; }
		.chart td.lgL { background: url('../i/layout/chart-td-llg.gif') no-repeat bottom left; background-color: #ededed; }
		.chart td.lgR { background: url('../i/layout/chart-td-rlg.gif') no-repeat bottom right; background-color: #ededed; }
.chart th.right, .chart td.right	{ border-right: none; }
.chart td.noteA, .chart td.noteB { font-size: .8em; line-height: 1.5em; border-right: none; border-bottom: none; }
.chart .rating { margin-bottom: 5px; text-align: center; }
