html, body  {
  width: 100%;
  height: 100%;
}

html{
  height: 100.1%;
}

* {
	padding:0;
 	margin: 0; 
 	font-family:Georgia, Times, serif;
	font-size: 12px;
	line-height:150%;
}

body#shebeen  {
 	background: white;
 	font-size: 62.5%;
 	font-family:Georgia, Times, serif;
 	font-weight:normal;
 	font-style:normal;
	line-height:130%;
	text-align: center;
    color:#000;
}

div#OuterShell{
	position:relative;
	height:100%;
	width:100%;
	text-align: center;
}


div#InnerShell{
	position:relative;
	margin:0 auto;
	width:1000px;
	text-align: left;
}

div#pageregionTop{
	position:relative;
	width:100%;
	height:328px;
}

#HeadlineImage{
	position:relative;
	width:100%;
	height:291px;
	text-align:center;
}

div#Logo{
	position:absolute;
	top:6px;
	left:7px;
	height:23px;
	width:119px;
}
div#Channel div#Logo a{
	padding:0;
	margin:0;
	border:none;
}
div#Channel{
	position:absolute;
	top:290px;
	left:100px;
	height:36px;
	width:800px;
	border-bottom:1px solid #333;
}

div#Channel ul{
	position:absolute;
	top:10px;
	left:146px;
	margin:0;
	padding:0;
}

div#Channel ul li{
	position:relative;
	top:0;
	left:0;
	display:block;
	margin:0;
	padding:0;
	float:left;
	width:75px;
	list-style:none;
	text-align:center;
	margin: 0;
	border-right:1px solid #333;
}

div#Channel a{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#333;
	display:block;
	margin:0;
	padding:0;
}

div#Channel a.current,
div#Channel a:hover,
div#Channel a:active{
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
div#Channel a.current{	
	text-decoration:none;
}


div#ContentShell{
	position:relative;
	top:0;
	left:100px;
	width:800px;
	clear:both;
	height:auto;
	min-height:339px;
	height:339px;
	margin:10px 0 0 0;
}
html>body div#ContentShell{
	height:auto;
}

#pageregionContent{
	font-family:Verdana,Arial,sans-serif;
	color:#333;
}

#pageregionContent p{
	width:460px;
}
#pageregionContent table td p{
	width:auto;
}


#pageregionContent *{
	font-size:10px;
	line-height:18px;
	font-family:Verdana,Arial,sans-serif;
}
div#pageregionLeft{
	position:relative;
	top:0;
	left:0;
	width:150px;
	float:left;
	display:block;
}

div#Description{
	display:none;
}

div#Macronavigation{
	position:relative;
	top:0px;
	left:0px;
	width:140px;
	margin:0;
}
div#Macronavigation h2{
	display:none;
}

div#Macronavigation ul{
	position:relative;
	top:0px;
	left:0;
	margin:0;
	padding:0;
	width:118px;
}
div#Macronavigation ul li{
	position:relative;
	top:0;
	left:0;
	font-size:12px;
	line-height:120%;
	list-style:none;
	padding:0;
	margin: 0 0 5px;
	text-align:right;
}

div#Macronavigation a{
	font-size:12px;
	line-height:120%;
	display:block;
	clear:both;
	color:#333;
	text-decoration:none;
	font-weight:normal;
}

div#Macronavigation a.current,
div#Macronavigation a:hover,
div#Macronavigation a:active{
	font-weight:normal;
	color:black;
	text-decoration:underline;
}

div#pageregionMiddle{
	position:relative;
	top:0;
	left:0px;
	width:650px;
	float:left;
}
div#pageregionMiddleHome{
	position:relative;
	top:50px;
	left:0px;
	margin:0 0 0 0 ;
}

div#pageregionBottom{
	position:relative;
	top:0px;
	left:100px;
	width:800px;
	clear:both;
	height:42px;
	border-top:1px solid #333;
}

#Copyright{
	position:relative;
	top:9px;
	left:0px;
	color:#333;
	float:right;
	margin: 0 110px 0 0;
}

#Copyright a {
	color:#333;	
	margin: 0 0 0 10px;
	text-decoration:none;
}
#Copyright a:hover {
	text-decoration:underline;
}

h1.title{
	font-weight:normal;
	font-size:14px;
	line-height:110%;
	padding-bottom: 0.5em;
	display:none;
}

#pageregionContent h2{
	font-size:12px;
	font-weight:bold;
}

#pageregionContent h3{
	margin:1em 0 0 0;
	font-size:12px;
	font-weight:bold;
}

i,em  {
	font-style:italic;
}

small, .small {
	font-size: 0.9em;
}

a,
a:link,
a:visited {
	text-decoration:underline;
}

a:hover,
a:active,
a:focus {
	color:black;
	text-decoration:underline;
}

a img {
	border:none;
}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}


/***********************************************************************
Listen
***********************************************************************/
ul {
  list-style: square outside;
  margin: 0px 10px 15px;
  padding: 0px 30px;
}

ol {
  list-style: decimal outside;
  margin: 0px 10px 15px;
  padding: 0px 30px;
}

.ZMSTable th p,
.ZMSTable td p{
	padding:0 5px 0 0;
}

th,td{
text-align:left;
}

div.ZMSGraphic.left {
	text-align:left;
}
div.ZMSGraphic.right {
	text-align:right;
}
div.ZMSGraphic.center {
	text-align:center;
}
div.ZMSGraphic.floatleft {
	float:left;
	margin: 0 10px 0 0;
}
div.ZMSGraphic.floatright {
	float:right;
	margin: 0 0 0 10px;
}
div.ZMSGraphic.center {
	text-align:center;
}
div.graphic.alignleft {
	float:left;
	text-align:right;
}
div.graphic.alignright {
	float:right;
	text-align:right;
}
div.ZMSGraphic div.text {
	padding:4px;
}

.clerasil:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clerasil {display: inline-table;}

/* IE-Mac \*/
* html .clerasil {height: 1%;}
.clerasil {display: block;}
/* /IE-Mac */



.alignright { float:right; width:37%;}
.alignleft { float:left; }
.textright {text-align:right;}
.textleft {text-align:left;}
.ZMSGraphic .alignleft { padding:0 10px 0px 0; }
.ZMSGraphic .alignright { padding:0 0 0px 10px; }

.center .graphic {margin:auto;}

#Content .ZMSGraphic  { /*padding-bottom:10px;*/ }

hr {
margin: 1em 0 0 0;
	border:none;
	height:1px;
	background:black;
}
