﻿body {
/*        background: url(images/ltor_gradient.png) no-repeat ;*/
        background: #FFF;
        color: #669966;
        font: 150% Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;

	font-variant : normal;
	font-weight : normal;
	font-style : normal;
	font-size : small;
	font-family : Verdana;

}

b{font-size: 110%;}

#topsection{
background: #FFF;
height: 135px; /*Height of top section*/
}

#topsectionright{
background: #FFF;
height: 135px; /*Height of top section*/
float: right;
width: 15%; /*Width of right column in pixels*/
margin-left: 5%; /*Set margin to that of -(RightColumnWidth)*/
background: #FFF;
}

#topsectionleft{
background: #FFF;
height: 135px; /*Height of top section*/
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: 0%;
background: #FFF;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 25% 0 20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: -100%;
background: #FFF;
}

#rightcolumn{
float: left;
width: 25%; /*Width of right column in pixels*/
margin-left: -25%; /*Set margin to that of -(RightColumnWidth)*/
background: #FFF;
}

/*
#footer{
clear: left;
width: 100%;
background: #FFF;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}
*/
		#footer {
                        float: bottom;
			margin-top: 5em;
                        font-size: x-small;
		}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}




