@charset "utf-8";
/* CSS Document */
body {
	background-color:#663300;
	direction:rtl;
	text-align:center;
	margin:0px;

}

.menu{
	background-image:url(imgs/body1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	width:700px;
}
.menu a {
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}
.menu a:hover {color:#000000;}


#page{
	
	color:#993300;
	background-image:url(imgs/body2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	font-size:18px;
	vertical-align:text-top;
	padding:15px;
	
	width:670px;
}

#galleryTable a{color:#3333FF;}
#galleryTable a:hover{color:#000000;}


#page a {
	text-decoration:underline;
	color:#993300;
}
#page a:hover {text-decoration:none;}
#page li{padding:5px;}
#page li a{text-decoration:none;}
#page li a:hover{text-decoration:underline;}
#galleryPage{color:#993300;
	background-image:url(imgs/body2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	font-size:18px;
	vertical-align:text-top;
	padding:15px;
	height:350px;
}

#galleryPage a{
	text-decoration:none;
	color:#993300;
}
#galleryPage a:hover{text-decoration:underline;}
#test{
	background:#663300;
	color:#FFFFFF;
	border:none;
}
#result{
	float:left;
	padding-left:40px;
	color:#000000;
}
#bottom{
	font-size:12px;
	background-color:#660000;
	text-align:center;
	width:500px;
	vertical-align:text-bottom;
	color:#FFFFFF;
}
#bottom a{
	font-size:12px;
	text-decoration:underline;
	color:#FFFFFF;
}
#bottom a:hover{text-decoration:none;}