html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('bg.jpg');
	background-repeat: repeat;
	font-family: Arial, Verdana, sans-serif;
	color: #FFFF00;
}

a:link {color:white;text-decoration:none;}
a:visited {color:#FF9900;text-decoration:none;}
a:hover {color:#FFFFCC;text-decoration:underline;}
a:active {color:#FF9900;text-decoration:none;}

a.linkopacity img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

#header {
	position: absolute;
	left:0px;
	top:0px;
	height: 200px;
}

#links {
	background-image: url('links.jpg');
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	margin-left:0px;
	margin-top: 200px;
	width: 200px;
}
#main {
	background-image: url('left.jpg');
	background-repeat: repeat-y;
	position: absolute;
	width: 500px;
	margin-top: 200px;
	padding-left: 300px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#intro {
	background-image: url('nesmah.jpg');
	background-repeat: no-repeat;
	height: 500px;
	width: 624px;
}

#showgallery {
	background-color: #996600;
	padding: 20px;
	width: 500px;
	text-align: center;
	border: 3px solid black;
}

#contactme {
	background-color: #996600;
	padding: 10px;
	width: 400px;
	text-align: left;
	border: 3px solid black;
}

#mybutton {
	border-style: outset;
	border-color: goldenrod;
	background-color: #996600;
	text-decoration: none;   
	width: 120px;
	text-align: center;
}
  
A.buttontext {
	color: #FFFF00; 
	font-family: Papyrus, Verdana, sans-serif;
	font-weight:bolder;
	font-size: small;
	cursor: hand;
}


h1 {font-family: Papyrus, sans-serif; font-style:italic; font-weight:bolder; font-size:56px;}
h2 {font-family: Papyrus, sans-serif; font-weight:bolder; font-style:italic;}
h3 {font-family: Papyrus, sans-serif; font-style:italic; font-weight:bolder; color:#FF9900;}
h4 {font-family: Papyrus, sans-serif; font-weight:bolder;}
h5 {font-family: Verdana, sans-serif;}
h6 {font-style: italic; font-family: sans-serif;}

.hidden {display:none;}
.shown {display:inline;}

img {border: none;}


