body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 10px;
	padding: 0px;
}

.clear{
	clear:both;
}

* {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}

.button {
  background-color: #48D1CC;
  color: white;
  padding: 0px;
  margin:0px;
	font-size:18px;
}

.small-btn {
  width: 50px;
  height: 25px;
}

.medium-btn {
  width: 70px;
  height: 30px;
}

.big-btn {
  width: 160px;
  height: 30px;
}

a{
	font-size:12px;
}

p{
	margin: 15px 0px;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header-new.jpg);
	width:717px;
	height:288px;
	position:relative;
}

#header ul{
	background-color:#85a157;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:245px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:32px;
	padding:5px 0px 0px 0px;
	text-align:center;
}

#header li{
	display:inline;	
}

#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}

#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}

#logo_w1,#logo_w2 {
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
	width: 292px;
}

#logo_w1{
	top:15px;
	left:70px;
}

#logo_w2{
	top:60px;
	left:125px;
}

#header_text {
	top:100px;
	left:35px;
	width:280px;
	position:absolute;
}

#header_text p{
	font-size: 15px;
	color:#FFFFFF;
}

#header_text a{
	color:#28556b;
}

#header_text a:hover{
	color:#c77e0c;
}
/********************** Content ***************************/
section {
	background-image:url(images/content_bg.gif);
	width:717px;
}

img{
	border-width:0px;
}

h1{
	color: black;
	font-size:20px;
	margin: 15px 0px 10px 0px;
	text-align: center;
}

h2{
	color:black;
	font-size:18px;
	width:100%;
	margin: 10px 0px 15px 0px;
}

#left {
	float:left;
	width:480px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}

#left a{
	color:#28556b;
}

#left a:hover{
	color:#c77e0c;
}

#photos a{
	margin-right:14px;
}

#right {
	float:right;
	width:160px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
}

#right a{
	color:#c77e0c;
}

#right a:hover{
	color:#85a157;
}

.box {
	border:1pt solid;
	background-color:#FFF;
	color:black;
	font-family:tahoma,verdana,sans-serif;
	font-size:11px;
	margin-left:1%;
	margin-right:4%;
	padding:4pt;
	text-align:left;
	width:160px;
}

.title{
	font-size:18px;
	font-weight:bold;
	color: red;
	text-align: center;
}

.subtitle{
	font-size:17px;
	font-weight:bold;
	color: blue;
}

.graybox {
	float:left;
	border:#666 1px solid;
	background:#CF6 none repeat scroll 0 50%;
	font-size:14px;
	font-weight:bold;
	margin:2px;
	padding:2px;
	text-align:center;
	width:145px;
}

.box1{
	float:left;
	margin:5px;
	padding:5px;
}

.box2{
	border:#666 1px solid;
	float:left;
	background-color:#CCC;
	padding:10px;
}

.bd{
	font-weight:bold;
}

.txt{
	float:left;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
/********************** Footer ***************************/
#footerline {
	clear:both;
	background-image:url(images/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size:1px;
	height:10px;
}

#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
	color: white
}

.danger {
  background-color: #ffdddd;
  border-left: 6px solid #f44336;
	font-size: large;
}

.info {
	background-color: #d9edf7;
	font-size: large;
}

/********************** Educational Activities ***************************/
.events {
	border: 1px solid black;
	width: 80%;
	background-color: white;
}

.events th {
	color: red;
	font-size: large;
	font-weight: bold;
}

/********************** Prayer Times ***************************/
.prayer-times-table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
	background-color: white;
}

.day {
	text-align: left;	
	border: 1px solid black;
	width: 30%;
    font-family: Bodoni MT;
    background-color:#c1e9c68f;
}

.iqama {
	border: 1px solid black;
    font-family: Bodoni MT;
}

.prayer-times-table th {
	  text-align: center;      
      font-family: Bodoni MT;
      background-color:#c1e9c6;
      border: 1px dashed black;
}

.prayer-times-table td {
	text-align: center;
}
