body{
margin:0;
padding:0;
line-height: 1.5em;
color:#114411;
font-family:Arial;
background-color:Black;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url(../images/parchment.jpg);
/*background-repeat:no-repeat;*/
}

#topstrip{
height: 5px;
margin-left:10px;
width:818px;
background-image: url(../images/topstrip.png);
}

#bottomstrip{
clear:left;
height: 5px;
/*background-image: url(../images/strip.png);*/
}

#topsection{
background-image: url(../images/topsection2.png);
height: 190px; /*Height of top section*/
}

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

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

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
padding-right:25px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-top:5px;
margin-left: -830px; /*Set left margin to -(MainContainerWidth)*/
/*background-image: url(../images/leftcolumn.png);*/
}

#footer{
clear: left;
width: 840px;
text-align: center;
height: 90px;
/*background-image: url(../images/footer.png);*/
}

#scripturemark{
	font-size:larger;
	font-weight:bold;
}

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

a{
color:#114411;
text-decoration:none;
font-weight:bold;
}

a.visited{
color:#114411;
}

img.firstmenubutton{
margin-top:0px;
border:none;
}

img.menubutton{
border:none;
margin-top:6px;
}

table{
border:none;
margin-left:10px;
margin-right:20px;
}

table td{
border-color:#114411;
border-style:solid;
border-width:1px;
}
table.schedule{
border:none;
}
table.schedule th.column1{
border:none;
text-align:left;
width:150px;
font-size:larger;
}
table.schedule th.column2{
border:none;
text-align:left;
width:auto;
font-size:larger;
}
table.schedule td{
height:25px;
border-color:#114411;
border-style:solid;
border-width:1px;
}
table.schedule td.title{
font-weight:bold;
}

img.speakers{
border:none;
display:inline;
height:120px;
width:80px;
}

li.speakers{
list-style-type:none;
display:inline;
vertical-align:middle;
}

li.speakersname{
list-style-type:none;
display:inline;
vertical-align:middle;
margin-right:20px;
}

img.speakerbio{
float:left;
padding:5px;
}

li.schedule{
list-style-type:none;
}

li.scheduletitle{
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
}