@font-face {
  font-family: "mohannad";
  src: url(common/mohannad.ttf) format("truetype");
}

body {
	color: #e6e6e6;
	margin: 0px;
	text-align: center;
}

.master {
	padding-top: 46px;
	text-align: center;
	min-height: 100%;
	border-color: #b3b3b3;
	border-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	display: inline-block;
	width: 736px;
}

.header, .footer {
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: #666666;
	border-style: none;
	border-bottom-width: 1px;
	color: maroon;
	padding: 5px;
	text-align: center;
	font-family: mohannad, Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
}

.thumbs {
	display: inline-block;
	width: 276px;
	text-align: left;
	border-color: white;
	border-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
}

.thumbs img {
	margin: 5px;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}

.subTitle {
	border-color: maroon;
	border-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	text-transform: capitalize;
	font-size: 16px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 20px;
	font-family: mohannad, Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
}

.footer {
	text-align: left;
	border-color: #b3b3b3;
	border-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
}

.footer a, .footer a:hover {
	color: #191919;
	text-align: left;
	text-decoration: none;
}

.footer a:hover {
	text-shadow: 0px 0px 3px maroon;
}

