body { 
	font-size:100%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:white;
	direction:rtl;
	margin:auto;
	position:relative;
	background-color:black;
	background-image:url('assets/background.jpg');
}

/* CONTAINERS */
.header {
	width:780px;
	height:153px;
	margin-left:auto;
	margin-right:auto;
	border:3px solid #515151;
	background-image:url('assets/progamb.jpg');
	background-repeat:no-repeat;
}

.content {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	border:3px solid #515151;
	background-color:#333;
}

.footer {
	width:780px;
	margin:auto;
	padding:0px;
	margin-top:5px;
	font-size:80%;
	direction:ltr;
}

/* HEADINGS */
h1 {
	text-align:center;
	font-weight:bold;
	font-size:140%;
}

h2 {
	font-weight:bold;
	color:#6B5959;
	font-size:100%;
	text-align:justify;
	padding: 0px 20px 0px 20px;
}

h3 {
	font-weight:bold;
	font-size:100%;
	text-align:center;
}	

hr { /* seperator */
	border-bottom:1px solid black;
	margin:0px 10px 0px 10px;
}

/* GENERAL CLASSES */
.article-image {
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:80%;
	border:1px solid black;
	background-color:black;
	margin-right:10px;
}

.english-quote {
	direction:ltr; 
	text-align:left; 
	font-size:100%;
}

.english-text {
	direction:ltr;
	text-align:left;
}

.image { /* for the gallery */
	width:350px;
	height:300px;
	margin:5px 0px 5px 0px;
	border:1px solid black;
}

.image-height { /* for the gallery */
	margin:5px 0px 5px 0px;
	border:1px solid black;
}

#selected {background-color:#6B5959;}

/* PARAGRAPHS */
p {
	text-align:justify;
	padding:0px 20px 0px 20px;
	margin-bottom:14px;
	font-weight:normal;
}

/* FORMS */
form {margin-top:5px;}

input.field {
	background:#efefef;
	color:black;
}
input.focus {
	background:#6B5959;
	color:white;
 }
input.submit {
	border:3px double #999999;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	padding:0.25em;
	background-color:#FFFFFF;
	color:#333333;
	font-size:75%;
	font-weight:bold;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

/* TABLES */
th.style {
	text-align:center;
	background-color:black;
}

td.style {
	text-align:left;
	padding-left:15px;
}

tr.style {background-color:#6B5959;}

table.style {
	border:3px solid black;
	font-size:90%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/* MENU */ 

.width {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	border-left:3px solid #515151;
	border-right:3px solid #515151;
}

a { /* navbar related */
	color:#FFFFFF;
	background-color:#333;
}

#navbar {
	width:100%;
	margin:auto;
	list-style:none;
	height:32px;
	padding-right:0px;
}
* html #navbar {height:32px;}

#navbar li {
	border:0px;
	border-style:solid;
	border-color:#515151;
	width:130px;
	height:32px;
	float:left;
	text-align:center;
}
#navbar li#first {width: 130px;}

#navbar a {
	font-size:120%;
	text-decoration:none;
	padding:6px 0px;
	height:20px;
	display:block;
}
#navbar a:hover {
	color:white;
	background-color:#6B5959;
}

/* LISTS */
.list {
	margin-right:35px;
	line-height:1.5em;
}
.list a {
	text-decoration:underline;
	color:white;
	font-weight:bold;
	font-size:100%
}
.list a:hover {
	color:white;
	text-decoration:none;
}

/* LINKS */
p a { 
	text-decoration:underline;
	color:#6B5959;
	background:none;
	font-size:100%;
}
p a:visited {color: #6B5959;}
p a:hover {text-decoration: none;}

h3 a { 
	text-decoration:underline;
	color:#6B5959;
	background:none;
	font-size:100%;
}
h3 a:visited {color:#6B5959;}
h3 a:hover {text-decoration:none;}

/* border for logo and counter images*/
img.border {border:3px solid black;}
img.noborder {border:none;}


/* LIGHTBOX */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: right; }
#keyboardMsg{ float: right; color:black }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
	
#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
