body{
padding: 0;
margin: 0;
background: #990026;
}


#wrapper{
width: 779px;
height: 100%;
overflow:hidden;
background: url(graphics/wrapperbg.jpg);
}


#topedge{
width: 779px;
height: 25px;
background: url(graphics/topedgebg.png);
}

#container{
width: 729px;
height: 100%;
overflow:hidden;
}



#header{
width: 729px;
height: 120px;
background: blue;
}


/* start: topmenu codes */

#topmenu{
width: 729px;
height: 26px;
background: url(graphics/topmenubg.png);
}

#topmenu ul{
padding: 0;
margin: 0;
list-style-type:none;
}

#topmenu ul li{
float: left;
display: block;
position: relative;
text-align: center;
}

#topmenu ul li a{
float: left;
width: 130px;
height: 22px;
display: block;
padding-top: 4px;
border-left: 1px solid #007000;
border-right: 1px solid #002000;
font-size: 14px;
text-decoration: none;
color: #ccc;
}


#topmenu ul li a:hover{
border-left: 1px solid #002000;
border-right: 1px solid #007000;
background: url(graphics/topmenuhoverbg.png);
color: #fff;
}


#topmenu li ul{
position: absolute;
top: 26px;
left: 0px;
display: none;
}


#topmenu li.over ul,
#topmenu li:hover ul{
clear: left;
display: block;
}

#topmenu li ul li{
clear:left;
text-align: center;
}

#topmenu li ul li a{
display:block;
clear: left;
width: 140px;
height: 18px;
padding: 1px 0 0 5px;
border: 1px solid #000;
border-top: 0px;
text-align:left;
opacity: 0.90;
filter: alpha(opacity=90);
font-size: 12px;
background: #ffdbaa;
color: #000;
}


#topmenu li ul li a:hover{
background: #ffedcc;
color: #000;
opacity: 1.0;
filter: alpha(opacity=100);
}


/* end: topmenu codes */


#content{
width: 709px;
min-height: 800px;
height: auto !important;
padding: 10px;
overflow: hidden;
font-family: times; 
font-size:11pt;
text-align: left;
}

#content a{
color: #660000;
text-decoration: underline;
}


#bottomedge{
position: relative;
width: 779px;
height: 25px;
background: url(graphics/bottomedgebg.png);
}


/* start: anchor link span codes  */

a.resources{
font-family: verdana, geneva, tahoma, times;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: black;
}

a.resources:hover{
color: #990026;
}

span.emphatic{
font-weight: bold;
color: #990026;
}

span.resourcetitle{
font-family:verdana,geneva, tahoma, times;
font-size: 20px;
font-weight:bold;
color:000000;
text-decoration:none;
}


span.copyright{
position: absolute;
top: 8px;
left: 193px;
font-size:11px;
color: #fff;
}

/* end: anchor link span codes  */

/* start: general codes */

table.scripturepicture{
/* right now this is empty  for no code is needed */
}


table.sermons{
border: 3px solid;
border-color: #c0c0c0 #808080 #808080 #c0c0c0;
}

table.sermons td{
border: 3px solid;
border-color: #c0c0c0 #808080 #808080 #c0c0c0;
text-align: left;
padding: 3px;
}


table.bisection{
}

table.bisection td{
vertical-align: top;
padding: 10px;
text-align: left;
padding: 3px;
}

/* end: general codes */


/* start: contact us form codes */

#formbox{
width: 270px;
height: 100%;
overflow: hidden;
}


fieldset{
padding: 10px;
position: relative;
}

.contactusform{
border: 1px solid #990026;
}

legend.contactusform{
border: 0;
}

input.contactusform{
position: absolute;
left: 90px;
}

/* end: contact us form codes */
