body {
	color: White;
	text-align: center;
	background: Black;
        font-family: arial, sans-serif;

}
img {
	border: 0;
}
#wrapper{
        width: 980px;
	background: url("./images/bg01.jpg") no-repeat 210px 0px Black;


margin: 0 auto;

height: 712px;
}
html>body #wrapper {
min-height: 712px;
}
#right{
width: 450px;
float:right;
margin-bottom: 20px;

}
#shilohimg{
margin-left:470px;
z-index: 5;
}
#left{
width: 510px;
float: left;
margin-top: -200px;
margin-bottom: 20px;
overflow:hidden;
}
#navcontainer {


	margin: 0px;
	padding: 20px 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-decoration: none;
	text-align: right;
        margin:0 AUTO;
	background: transparent;
	display: block;


}

#navcontainer a
{
	display: block;
	padding-top: 3px;

	height: 1em;
	background: transparent;
	padding-bottom: 4px;
	color: #eee;
	text-decoration: none;
border-bottom: 1px solid #444;
}
#navcontainer img{
	vertical-align: middle;
}
#navcontainer a:link, #navlist a:visited
{
color: #eee;
text-decoration: none;

}

#navcontainer a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #eee;

	color: #eee;
/*	background: transparent url(images/smallpatch.gif) no-repeat 5px;*/
}

h1, h2, h3			{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 18pt;
	color: #eee;
	font-style: italic;
	background-color: #840505;
	margin: 1px 0px 1px 0px;
	padding-left: 2px;
	}

h3{

      font-style: normal;
      padding: 5px 25px 5px 5px;
      text-align: right;
}
h4{
background-color: #012153;
padding: .4em;
}

#infobox {
width: 430px;
border: #EEE solid 1px;
padding: 5px;
text-align: left;
background: black;
margin: 45px 45px 0px 45px;

z-index: 4;
   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
   opacity: 1;               /* newer Mozilla and CSS-3 */


overflow:hidden;
}
#infobox p {
background: black;
   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1;               /* newer Mozilla and CSS-3 */


}
#infobox a:link, #infobox a:visited, #infobox a:active{
color: #999;
text-decoration: none;
}
#infobox a:hover{
text-decoration: underline;
}
.venues{
text-align: center;
margin:4px;
border: 1px solid #999;
padding: 6px;
font-size: .8em;
}
.venues a:link, .venues a:visited{
color: #ef6666;
text-decoration: none;
}
.venues a:active, .venues a:hover{
color: #bf0000;
text-decoration: underline;
}
#events ul{
list-style-type: none;
padding: 3px 5px 3px 5px;
}
#events li{
border: 1px solid #ccc;
padding: 3px;
background-color: #333;
}
.scrollbox{
height: 300px;
width: 100%;
overflow:auto;
}
#avails td{
vertical-align: top;
outline: 1px solid grey;
padding: 3px;
font-size: 14px;
}