* {
	margin: 0;
	padding: 0;
}

body {
	background: rgb(255,255,255);
	font: 100% Arial,sans-serif;
	color: rgb(16,32,144);
}

#whole {
	background: rgb(240,224,255) url(gfx/bg.jpg) repeat;
	border-bottom: 2px solid rgb(16,32,144);
}

#content {
	background: rgb(240,224,255);
	min-height: 32em;
	margin-left: 25%;
	padding: 0 5%;
}

#content h2 {
	text-align: right;
	font-size: 150%;
}

#content h1 {
	font-size: 200%;
	font-weight: 600;
	padding: 1% 0;
}

#content hr {
	border: 1px solid rgb(104,16,120);
	margin: 1.2% 0;
}

#content em {
	font-size: 133%;
	font-style: normal;
}

#content h3 {
	font-size: 120%;
	color: rgb(104,16,120);
	text-decoration: underline;
	margin-top: 1em;
}

#content li {list-style-position: inside;}

p {
	font-size: 110%;
	margin: 0.8em 0;
}

p#say {font: 75% Georgia,serif;}
#say a {text-decoration: underline;}

span.qt {font: 100% "New Courier",monospace;}
a img {border: 0;}

p#next {
	text-align: right;
	font: 75% Georgia,serif;
}

ul#xnav {
	padding: 0;
	font: 75% Georgia,serif;
	text-align: center;
	list-style-type: none;
}

#xnav li {
	display: inline;
}

#xnav a {text-decoration: underline;}

#foot {
	margin-top: 3%;
	font: 75% Georgia,serif;
	text-align: center;
	padding-bottom: 1em;
}

#foot p {
	padding: 0.2em 0 0.5em;
	margin: 0;
}

#foot a:hover {
	color: rgb(16,32,144);
	background: rgb(255,255,0);
}

a {
	text-decoration: none;
	color: rgb(16,32,144);
}

a:hover {background: rgb(255,255,0);}

#nav {
	width: 25%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 120%;
	text-align: center;
}

#nav ul {
	width: 80%;
	padding: 0;
	margin: 4% auto;
	overflow: hidden;
}

#nav li {
	width: 100%;
	margin: 2% 0;
	padding: 0.1em 0;
	list-style-type: none;
	background: rgb(240,224,255);
	color: rgb(128,128,128);
	border-top: 2px solid rgb(255,255,255);
	border-right: 2px solid rgb(16,32,144);
	border-bottom: 2px solid rgb(16,32,144);
	border-left: 2px solid rgb(255,255,255);
}

#nav a {color: rgb(104,16,120);}
#nav a:hover {background: rgb(255,255,0);border: 1px dotted rgb(16,32,144);}

img.photo {
	margin: 0 0 0.5em 1em;
	float: right;
}

p.sabat {
	color: rgb(240,32,16);
	font-style: italic;
}


