

#ziuaLogo {
	margin-bottom:11px;
}

#ziuaLogo a {
	display:block;
	width:100%;
	height:70px;
}

#headerTable {
	margin-bottom:-4px;
	margin-left:-2px;
}

#currentIssueInfo {
	font-family:verdana;
	font-size:12px;
	font-weight:600;
	text-align:center;
	padding-bottom:2px;
	}
	
#foundedInfo {
	font-family:verdana;
	font-size:17px;
	font-weight:600;
	text-align:center;
	padding-bottom:2px;
}

.headerAdvertisement {
	text-align:center;
	border:1px solid black;
	width:350px;
	height:80px;
}

.headerAdvertisement a {
	color:black;
	text-decoration:none;
	font-weight:bolder;
}

.advertisementPrice {
	font-size:10px;
}

#pointermenu{
/* border-top: 7px solid black; optional border across top*/
margin:0px;
margin-bottom:10px;
padding: 0;
}

#pointermenu ul{
margin: 0;
/* margin-left: 15px; menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 11px Verdana;
background-color: black;
background: black url(../images/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 0.5em;
/*margin-left: 7px; menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 3px 9px 7px 10px;
text-decoration: none;
background: url(../images/pointer.gif) bottom center no-repeat;
}


#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: #373648;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(../images/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}
