html{
background-image: url(/site_media/img/background_wall.jpg);
align: center;
}
body{
//margin-left: 10%;
//margin-right: 10%;
//margin-top: 0px;
//width:800px;
font-family: Tahoma, Helvetica,arial, sans-serif;
//align: center;
}

div.navbar, div.content, div.header,  div.footer {
text-align: center;
}

div.main_contents{
width: 800px; //for compatibility w/ IE
}

div.header, div.footer{
margin: 20px;
//width: 900px;
}

.navbar{
//display: inline;
margin-bottom: 5px;
width: 800px;
padding: 5px 0px 5px 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-image: url("/site_media/img/translucent1.png");
border: thin solid #a0a0a0;
}

div.navbar>a{
padding: 5px 20px 5px 20px;
text-decoration: none;
color: #444444;
font-weight: bold;

}

li>img{
//width: 800px;
//height: 250px;
}

ul {
list-style-type:none;
padding: 0px;
margin: 0px;
//border: thin solid #c0c0c0;

}

div.navbar>a:hover{
background-color: #404040;
color: #c0c0c0;
}

table.header{
width:850px;
}


td.left{
text-align: left;
}

td.right{
text-align:right;
}

div.title{
font-size: x-large;
font-family: Times New Roman,Serif;
color: #404040;
font-style:italic;
font-weight:bold;
min-width: 10em;
}

.nam, .announcements{
width: 200px;
height: 200px;
}

.times{
width: 363px;
height: 200px;
}


.infobox{
background-image: url("/site_media/img/translucent1.png");
//border: thin solid #c0c0c0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 5px;
}

.date{
color: #777777;
font-size: large;

}

li.announcements li{
//padding-top: 10px;
}

div.panel{

}

div.infobox-title{
font-style: italic;
text-align: center;
color: #404040
}

span.address{
font-variant: small-caps; 
font-decoration: none;
}

span.default_msg{
font-size: large;
color: #404040;
font-style: italic;

}

a.nodeco{
text-decoration: none;
}