body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Palatino Linotype, Times New Roman;
}

b{font-size: 110%;}
em{color: red;}

#topsection{
background: url("images/headerbg1.jpg") top left repeat;
height: 230px; /*Height of top section*/
min-width: 1150px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 230px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
}

#rightcolumn{
float: left;
width: 270px; /* Width of right column */
height: 500px; /* Height of right column */
margin-left: -270px; /*Set left marginto -(RightColumnWidth)*/
background: url("images/checker_mush.jpg") top left repeat;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size: .5em;
font-family: Arial Narrow, Arial;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.taxiCosts { border-bottom:dotted thin silver; margin-bottom:5px; padding-bottom:3px;}
