body{
padding:0;
margin:0;
background-color: #B8CB91;
background-image: url(images/banner.gif);
background-repeat: no-repeat;
background-position: 0 0;
color: #000000;
line-height: 1.3em;
}

#topsection{
height: 215px; /*Height of top section*/
}

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

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

#contentcolumn{
margin: 0 250px 0 225px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

}

#leftcolumn{
float: left;
width: 210px; /*Width of left column*/
margin-left: -100%;
}

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

#footer{
clear: both;
width: 100%;
background: #CA2E93;
color: #FFF;
}

#footer a{
color: #FFFF80;
}

#footer h3{
color: #B8CB91;
}

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

a:link { color: #CA2E93; font-weight:bold; }
a:active { color: #663399; font-weight:bold; }
a:visited { color :#663399; font-weight : bold; }

p, strong, center, td, tr, ul, li, div {
	font-family: Verdana, Arial, sans-serif;
	color : #000000;
	font-size: small;
}

h2, h3, h4 {
	font-family: Verdana, Arial, sans-serif;
	color:#CA2E93;
}

.specialtext{
color:#CA2E93;
font-weight: bold;
}

.smallertext{
font-size: x-small;
}