@CHARSET "ISO-8859-1";

body {
	font-family: cambria, georgia, 'times new roman', times, roman, serif;
	background-color: #ddd;
}

#wrap {
	width: 750px;
	margin: 20px auto;
	background-color: #fff;
}

#wrap-inner {
	padding: 75px 100px;
}

h1 {
	font-size: 26px;
	margin: 0 0 20px 0;
}

form ul.fieldlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form li {
	margin-top: 10px;
}

form label {
	width: 200px; float: left;
}

form textarea {
	width: 100%;
	height: 300px;
}

#input_text {
	font-family: "SBL Hebrew", Cardo, "Ezra SIL", "SIL Ezra", Code2000; 
	direction: rtl;
}

#footer {
	margin-top: 50px;
	border-top: 1px solid #ccc;
	font-size: 90%;
	font-family: Calibri,"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.intro_text {
	line-height: 1.75em;
	font-size: large;
}

li {
	margin-bottom: .5em;
}

p.main_page_link {
	font-size: x-small;
	margin: 0;
	padding: 0;
}

p.main_page_link a {
	color: #888;
	text-decoration: none;
}

p.main_page_link a:hover {
	color: #000;
	text-decoration: underline;
}