body {
	margin: 0;
	padding: 0;
	background-color: #eae9e6;
}

#wrapper {
	width: 777px;
	padding:  0;
	margin: 0 auto;
	background: #e8e8e8;
}

#header {
	width:  777px;
	height:  120px;
	margin: 0;
	padding: 0;
	background: url(../images/warm_header.jpg) no-repeat center top #e7e7e7;
}








/*
#navnolist {
	width: 777px;
	height: 0;
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
	background: url(../images/bggrad.gif) repeat-y center top #a49c90;
	border-bottom: 1px solid #70706d;
}


.navitem {
	width: auto;
	margin: 0;
	padding: 0;
	background: url(../images/bggrad.gif) repeat-y center top #a49c90;
	position: relative;
	border-bottom: 3px solid blue;
	display: block;
}


.navitem a {
	float: left;
	padding: 0px 20px;
	margin: 6px 15px 0px 15px;
	display: block;
	background: red;
	color: white;
	text-decoration: none;
	font: bold 1em/1.5em "Helvetica Neue", Verdana, Helvetica, Geneva, sans-serif;
	position: relative;
}
*/


#navwrapper {
	margin: 0;
	padding: 0;
	width: 777px;
	background: url(../images/maingrad.jpg) repeat-y center top #fdfdfd;
	position: relative;
	display: block;
	text-align: center;
}

#nav {
	margin: 0;
	padding: 0;
	width: 777px;
	height: 2.25em;
	background: url(../images/maingrad.jpg) repeat-y center top #fdfdfd;
	position: relative;
	display: block;
	text-align: center;
}

/* #centering {
	margin: auto;
	padding: auto;
	display: block;
	position: relative;
	background: url(../images/bggrad.gif) repeat-y center top #fdfdfd;
} */

#nav ul {
    list-style-type: none;
    background: url(../images/paper_nav.jpg) no-repeat center top #fdfdfd;
    margin: 0;
    padding: 0;
    position: relative;
    /* height: 2.75em; */
}
 
#nav ul li {
    display: inline;
    position: relative;
    /*float: left; */
}
 
#nav ul li a {
    text-decoration: none;
    color: #383837;
    border: 0;
    margin: 0 40px;
    padding: 0;
    font: bold 1em/2.4em "Helvetica Neue", Helvetica, Verdana, Geneva, sans-serif;
}
 
#nav ul li a:visited {
    color: #606060;
}
 
#nav ul li a:hover {
    color: black;
}


#content {
	background: url(../images/paper_main.jpg) repeat-y center top #fdfdfd;
	width: 777px;
	margin: 0;
	padding: 0 0 3em 0;
	color: #22211e;
	border-top: 1px solid #c6bfb4;
}

h1 {
	padding: 2em 0 0 0;
	font-size: 1.75em;
	text-align:  center;
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
	width: 450px;
	margin: 3em auto 0 auto;
	text-align: center;
}

#content ul li{
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
	width: 450px;
	margin: -3em auto 4em auto;
	text-align: left;
}

#content ul{
	margin: 0 0 -4em 0;
}

#photo {
	height: 240px;
	width: 320px;
	border: 10px solid #FFF;
	margin: 3em auto 0 auto;
	background: gray;
}

#footer {
	margin: 0;
	padding: 55px 0 0 0;
	width: 777px;
	height: 70px;
	background: url(../images/paper_foot.jpg) no-repeat center top #e8e8e8;
}

h2 {
	font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

h3 {
	font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5e5e5e;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}

h2 a {
	text-decoration: none;
	color: #5e5e5e;
}

h2 a:hover{
	text-decoration: none;
	color: #303030;
}

h2 a:visited {
	text-decoration: none;
	color: #5e5e5e;
}

.backwards {
	unicode-bidi:bidi-override;
	direction: rtl;
	}