html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height:100%;
    background-image:url('bg.png');
    background-position: top-center;
    background-repeat: no-repeat;
    background-color: white;
    font-family: georgia,serif;
    font-size: 14px; 
    color: 494949; 
    text-align: left;
}

    b, strong {color: 494949;}
    I, EM {color: 494949;}
    u {color: 494949; border-bottom: 1pt solid #494949;}

#reichenbach {
    background-color:transparent;
    border-left: none;
}

#content {
    width: 910px;
    height:auto;
    margin-top:230px;
    padding-bottom:0px;
    background-color: transparent;
}

#content a.shalom:link, a.shalom:visited, a.shalom:active {
    color: #92334F;
    font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
    background-color: transparent;
}

#content a.shalom:hover {
	color: #92334F;
	text-decoration: none;
	border-bottom:3px double;

}

            
#container {
    min-height: 100%;
    background: transparent;
    border: none;
    align: center;

}
			
ul{
    padding:0;
    margin: 0 0 0 -30px;
    list-style-type: none; 
}
                 
.menu-bar{
    background-color: #923350;
    height: 150px;
    width: 3%;
    display:block;
    margin-top: -10px;
    position: fixed;
}

.menu-bar ul li a:link, a:visited{
    display: block;
    height: 25px;
    padding: 5px 7px 0 13px;
    margin-left: -5px;
    width: 25px;
    color: #923350;
    text-decoration: none;
}

.menu-bar ul li:hover{
    background-color: #605F5F;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
}

a img.shalom {
	border: 1px solid #E5E5E5;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}













































































