body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Arial, sans-serif;
	font-size: 10pt;
    background:#ceebfb;
}

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



#phone{/*background:#ceebfb;*/ }

#topsection{
background: url(tile1a.jpg);
height: 145px; /*Height of top section*/
width: 100%;
}

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

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

#contentcolumn{
margin: 0 20% 0 15%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
/*margin-top: -25px;*/
background: #84cafd;

}

#leftcolumn{
float: left;
width: 15%; /*Width of left column in percentage*/
margin-left: -100%;

background: #ceebfb;/*defaul is #ffffff*/
height: 800px;
}

#rightcolumn{
float: right; /*default is left*/
width: 20%; /*Width of right column in pixels*/
margin-left: -20%; /*Set margin to that of -(RightColumnWidth)*/
background: #ceebfb;
height: 800px;

}

#footer{
clear: left;
width: 100%;
color: #000;
text-align: center;
padding: 4px 0;
font-size: 8pt;
}

#footer a{
color: #0000FF;
}

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

}
