body{
margin:0;
padding:0;
line-height: 1.5em;
background: #89e7f0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: medium;
}

p {
font-family: times, Times New Roman, times-roman, georgia, serif;
color: #444;
}

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


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

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

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

#topmenu{
float: left;
}

#contentcolumn{
margin-left: 231px; /*Set left margin to LeftColumnWidth*/
}

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

#footer{
clear: left;
width: 1024px;
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;
}

.bglayer{
width:793px;
height:528px;
margin: 0;
background:url(../i/main_bg.jpg);
background-repeat:no-repeat;
}
.bg2l{
width:793px;
margin: 0;
background:url(../i/main_bg2.jpg);
background-repeat:repeat-y;
}
.bgbot{
width:793px;
height:25px;
margin: 0;
background:url(../i/main_bottom.jpg);
background-repeat:no-repeat;
}
.content{
width:769px;
background:url(../i/main_bg2.jpg);
background-repeat:repeat-y;
}

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}
.shadowcontainer{
margin-left:20px;
width: 728px; /* container width*/
}
.shadowcontainer .innerdiv{
/* Add container height here if desired */
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}