/* Browser reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td	{
	margin: 0;
	padding: 0;
	border: 0;
	outline:none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Global */
html { height:100%; }

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	text-align: center;
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
}


/* main container */
#main	{ 
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:960px;
	height: 100%;
	padding: 8px 0px 0px 0px;
	border: 1px dotted #00F;
}

#main_menu 		{ z-index:20; }


#prayerTimes	{ width:180px; height: 280px; float:left; display:block; padding: 0px; border:none; }
.prayerTimming	{ z-index:30; vertical-align:middle; }
.prayerTimming table { text-align:center; background-color:#D3E3E4; padding:0px; }
.prayerTimming tr { height:20px; }
.prayerTimming tr:hover { height:20px; background-color:#F5F1BA; }
.prayerTimming td { width:30px; padding:6px 9px 6px 9px; }

#h1		{ background-color:#2580A2; color:#FFF; padding:6px; }
#date	{ font-weight:bold; }

#banner	{ width:740px; height: 200px; float:left; padding: 5px 5px 5px 5px; border:1px dotted #999; }

.message	{
	clear:both;
	border: 1px dotted #111111;
	width:450px;
}

/* footer */
.footer		{ text-align:center; background-color:#D3E3E4; padding:10px; }
