
body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url('../images/back.jpg');
background-repeat: no-repeat;
background-position: top center;
font-size: 1em;
font-family: palatino, georgia, serif;
}

b{font-size: 110%;}
em{color: red;}

#topsection{

height: 90px; /*Height of top section*/
text-align: center;
}

#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: 230px; /*Width of left column*/
margin-left: -100%;

}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/

}

#footer{
clear: left;
width: 100%;

color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

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

.heading {
margin-top: -5px;
font-variant: small-caps;
font-style: normal;
font-weight: bold;
font-size: 1.35em;
text-align: top left;
}

.box {
width: 100px;
height: 100px;
border: 1px solid black;
text-align: center;
}
}