*{padding:0;margin:0}

body
	{
	background-image:url('bg5.png');
	background-repeat:repeat;
	}

#container
		{
	width:1024px;
	margin: 0px auto;
	text-align: left;
		}
		
#header
	{
		background-color:#151515;
		height:230px;
		width:auto;
		border-bottom:1px solid #151515;
		border-top: 1px solid #151515;
	}

b{color:#333;}
	
p{color:#333;}

#leftbar{
  float: left;
  width: 317px;
  margin-top:238px;
  background:#bebea2;
}

.rem_text
{
  text-align:center;
  font-weight:bold;
  font-size:30px;
  font-family:impact;
  color:#151515;
  padding-bottom:5px;
  padding-top:15px;
  border-bottom:2px solid #151515;
}

img.pics
{
  margin-left:90px;
}

img.pics2
{
  margin-left:60px;
}

#rightbar
{
  width:655px;
  float:right;
  background-color: #bebea2;
  text-align:left;
  color:#151515;
  padding:25px;
  z-index:100;
}

.logo2
{
position:absolute;
margin-left:45px;
margin-top:10px;
}

#footer
{
  float:left;
  margin-left:500px;
  font-family: Impact, Charcoal, sans-serif;
  color:#cccccc;
  font-size:12px;
  padding-top:30px;
}

.date
{
  float:right; 
  padding:5px; 
  color:#333;
  font-weight:bold;
}

/* ----------------- NAVIGATION --------------------- */

#navbar 
	{
  float:right;
  font-family:Impact, Charcoal, sans-serif;
  background-color:#151515;
  color: #663300;
  margin: 0;
  padding-top: 201px;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #333;
   border-top: 1px solid #663300;
  display:block;
	}

#navbar li {
  display: inline;
}

#navbar a {
  color: #ccc;
  text-decoration: none;
  background-color:#151515;
  padding: 20px 8px 10px 8px;
  
}

#navbar a:hover {
  color: #333;
  background-color:#bebea2;
  border-bottom: 1px solid #bebea2;
}

#navbar .active a
{
  color: #333;
  background-color:#bebea2;
  border-bottom: 1px solid #bebea2;
}

/*---------------------------TABLE STYLE---------------------*/

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ccc;
	border-top: 4px solid #151515;
	border-bottom: 1px solid #151515;
	color: #151515;
}
#box-table-a td
{
	padding: 8px;
	background: #333; 
	border-bottom: 1px solid #151515;
	color: #ccc;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #ccc;
	color: #151515;
}

/*---------------------------------------- SLIDESHOW-------------------------------------------*/

#slideshow {
	width:317px;
    height:238px;
}

#slideshow IMG {
    position:relative;
	
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

