/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,


time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	background: url(images/backdrop.jpg);
	border: 20px solid #ccb089;
	border-image: url('images/wooden_frame.jpg') 50 65;
}
body {
	line-height: 1.3;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */

/* basic layout -- 2 columns */

.main {
    background: url(images/A4_Spooky.jpg);
	box-shadow: 10px 10px 10px #835f36;
	 border-radius: 30px;
	background-color: #ffffff;
	float: left;
	width: 80%;
}
.sidebar {
	position: fixed;
	top: 100px;
    width: 100px;
    margin: 10px;
	direction: rtl;
}

body { 
  direction: rtl;
  background: url(images/backdrop.jpg);
  background-color: #94bee7;
  font-family: "Guttman Yad-Brush","Palatino Linotype", Baskerville, serif;
  padding-top: 115px;
  width: 1000px;
  margin: 0 auto;
}
h1 {
  font-size: 3em;
  font-family: "Guttman Yad-Brush","Arial Black", Arial, sans-serif;
  margin-bottom: 15px;
  
}

h2 {
  font-size: 1.5em;
  color: #AFC3D6;
  margin-bottom: 5px;
}
h3 {
  background-color: #00ff00;
  font-size: 1em;
  color: #000000;
  margin-bottom: 5px;
  direction: ltr;
  list-style: square;
  font-family: "Guttman Yad-Brush","Arial Black", Arial, sans-serif;
  }
  h4 {
		font-family: "Segoe Script","Harlow Solid";
  }
.main img {
	width:600;
}
.main h1 {
  font-family: "Guttman Yad-Brush", Arial, "Palatino Linotype", Baskerville, serif;
  color: #000000;
  border-bottom: 3px white solid;
  direction: rtl;
  padding: 0 0 2px 80px;
  margin: 20px;
}
.main h2 {
  font-family: "Guttman Yad-Brush", Arial, "Palatino Linotype", Baskerville, serif;
  color: #000000;
  border-bottom: 2px white solid;
  direction: rtl;
  padding: 0 0 2px 80px;
  margin: 20px;
}
.main h6 {
  width: 680px;
  color: #363785;
  font-family: "Guttman Yad-Brush","Segoe Script", Arial, "Palatino Linotype", Baskerville, serif;
  font-size: 1.3em;
  margin-bottom: 10px;
  margin: 13px;
  direction: rtl;
}
.main h5 {
  color: #ff0000;
  font-family: "Guttman Yad-Brush","Segoe Script", Arial, "Palatino Linotype", Baskerville, serif;
  font-size: 1.1em;
  margin-bottom: 10px;
  margin: 13px;
  direction: rtl;
}
.main p {
	width: 680px;
  color: #363785;
  font-family: "Guttman Yad-Brush","Segoe Script", Arial, "Palatino Linotype", Baskerville, serif;
  font-size: 1.1em;
  margin-bottom: 10px;
  margin: 13px;
  direction: rtl;
}


}
.main h5 {
  color: #363785;
  font-family: "Guttman Yad-Brush","Segoe Script", Arial, "Palatino Linotype", Baskerville, serif;
  font-size: 1.5em;
}

.main a:link, .main a:visited {
    font-weight: bold;
	font-family:"Guttman Yad-Brush","Segoe Script";
	color: blue;
	text-decoration: none;
}
.watermark
{
 position:fixed;
 top:25px;
 direction:ltr;
opacity:1.0;
 z-index:99;
 color:white;
 background-color: black;
}

.sidebar a:link, .sidebar a:visited {

    display: block;
    font-weight: bold;
    color: #000000;
	font-family:"Guttman Yad-Brush","Segoe Script";
    background-color: #c0c0c0;
    width: 100px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 2px outset  #888888;
	opacity: 0.8;
	box-shadow: 5px 5px 5px #835f36;
}

.sidebar a:hover, .sidebar a:active {
    background-color:  #909090;
	opacity: 1;
}
p.intro {
  color: #6A94CC;
  font-family: "Guttman Yad-Brush", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin-left: 0;
  margin-bottom: 15px;

}
p.eng {
	font-family: "Segoe Script","Harlow Solid";
}
img {
	align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;	
}
iframe {
	
	width: 640;
	height: 360;
	align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;	
}
.icon img {
	width:30;
	height:50;
}
