body{
margin:0;
padding:0;
line-height: 1.5em;
background: url(images/content_bg.gif) repeat;
}

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

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #FFFFFF;
}

#topsection{
background: #FFF url(images/header.jpg) no-repeat;
height: 117px; /*Height of top section*/
}

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

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

#contentwrapper h1, h2, h3, h4 {
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: 1px;
	color: orange;
	text-decoration: none;
}

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

#leftcolumn{
float: left;
width: 179px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #FFF099;
border-right: 1px solid #FFA500;
}

#rightcolumn{
float: left;
width: 189px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #E4F7A6;
border-left: 1px solid #90BE42;
}

#footer{
clear: left;
width: 100%;
background-image:url(images/menubg_footer.jpg);
background-repeat:repeat-x;
color: #ffffff;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #ffffff;
text-decoration: none;
font: 0.7em Tahoma, sans-serif;
}

.bottom{
color: #ffffff;
font: 0.7em Tahoma, sans-serif;
font-weight: bold;
}

.bottom a{
color: #ffffff; font-weight: bold;
text-decoration:none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
color: #ffffff; background: inherit; font-weight: bold;
text-decoration:none;
}

.innertube a{
color: #ffffff; background: inherit; font-weight: bold;
text-decoration:none;
}

.innertube_cont{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
font: 0.7em Tahoma, sans-serif;
color: #363636; background: inherit; font-weight: bold;
}

.more {
color: #336633;
font: bold 1em Arial, Sans-Serif;
}

.more a{
color: #336633;
font: bold 1em Arial, Sans-Serif;
}

.choose {
color: #336633;
font: bold 0.9em Tahoma, Sans-Serif;
}

/* horizontal menu
   ------ */

#hortabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

ul#hortabs {
width:840px;
background-image:url(images/menubg_empty.jpg);
background-repeat:repeat-x;
border-top: 1px solid #ffffff; /*top border style*/
border-bottom: 3px solid #336633; /*thick bottom border below tabs*/
}

#hortabs li{
display: inline;
}

#hortabs li a{
float: left;
color: white;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/menubg.jpg) top right no-repeat;
}

#hortabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #ffffff; /*left border style*/
}

#hortabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #ffffff; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#hortabs li a:visited{
color: white;
}

#hortabs li a:hover{
color: black;
background-image: url(images/menubgover.jpg); /*background image swap on hover*/
}


<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->