body
{	color: black;
    }
	
	
#wrap 
{
    margin: 0 auto; 
    width: 960px;
    }



#header_christ {
	float: right;
	width: 960px;

	height:194px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;

	
	}
	

		
#container {
	padding-top: 0px;
	width: 960px;
	margin: 0px;
	background-repeat: repeat-y;
	float: left;
    background-color: #ffb99c;

}
	

.topbar
{
    background-image: url(../images/topbar.png);
    height:24px;
    width:960px;
    float:right;
}	
	




.bottombar
{
    background-image: url(../images/bottombar.png);
    height:300px;
    width:960px;
    float:right;
}	



.inner
{
    padding-left:20px; 
    padding-right: 20px;
    text-align:justify;}		
		
		
	
#button {
	float:left;
	height:30px;
	padding-top:12px;
	width:155px;
	background-color: #EAEAEA;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #ccc;
	text-align: center;
}	
	
	
	
	
.jqueryslidemenu {
	margin-top: 0px;
	background-image: url(../images/menu-bgX.png);	
	width:590px;
	float:right;
	top:140px;
	font-size:16px;

}	





.jqueryslidemenu ul li a {
	color: #ffb99c;
	font-weight:bold;	
}

.jqueryslidemenu ul li a.current {
	color:#ffb99c;
	font-weight:bold;
}

.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li a.hover {
	color: #000000;
}

.jqueryslidemenu ul li ul {
	background-color: #000000;
}
	
.jqueryslidemenu ul li ul li {
	display: block;
	list-style:none;
	margin: 0px;
	float: left;
	padding: 0px;
}
