* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
	background: url('../img/logo.gif') top left no-repeat #fff;   
}
body, td, a {
    font: 12px Verdana, Arial;
	color: #404040;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.aBlock {
	line-height: 28px;
	display: block;
	padding: 0px 6px 0px 6px;
}
a.backButton {
	color: #006fa3;
	padding-left: 12px;
	background: url('../img/lnk_back.gif') center left no-repeat #fff; 
}
h1, h1 a, h2, h2 a, h3, h3 a {
    font: 16px Verdana, Arial;
    color: #006fa3;
    font-weight: bold;
}
.blue {
    color: #006fa3;
}
div.aBlock {
	padding: 6px 6px 0px 6px;
}
ul, ul li {
	list-style: none;
}
.wrap, .navTop, .navMain, .navSub, .content, .publicSpace , .footer {
	float: left;
	width: 990px;
}
.wrap {
    z-index: 6;
}
.navTop {
	margin: 10px 0px 0px 0px;
	text-align: right;
	height: 58px;
}
.doYurls, .txt, .rFloat, .visits, .addYurls {
	float: left;
}
.doYurls {
	padding-left: 12px;
	width: 320px;
}
.doYurls, .rFloat {
	margin-top: 12px;
}
.addYurls {
	padding: 0px 0px 0px 245px;
}
.publicSpace {
   float: left;
}
.visits {
	padding: 12px 0px 0px 285px;
}
.us_online {
}
.us_offline .txt {
	width: 493px;
}
.txt {
	margin-left: 12px;
}
.high {
	font-weight: bold;
}
.right {
	text-align: right;
}
.toppad {
	padding-top: 12px;
}
.spacepad {
	padding: 6px 0px 6px 0px;
}
.footer {
	margin-top: 12px;
	background: #000;
}
.footer .txt, .footer ul {
	margin: 0px;
	padding: 3px 20px 3px 12px;
}
.footer, .footer a {
	color: #fff;
}
.footer ul, .footer ul li {
	list-style: none;
}
.footer ul.u1, .footer ul.u1 li {
	float: left;
	line-height: 28px;
}
.footer ul.u2, .footer ul.u2 li {
	float: right;
}
#privateVisits {
	position: absolute;
	top: 10px;
	left: 740px;
	z-index: 15;
}
/**
 * Hacks
 */
@media all {
    body>div.wrap .bContent {
    	width: 287px;
    }
    body>div.wrap ul.yurlsBox li.bContentL {
    	width: 309px;
    }
    body>div.wrap .bTitle {
    	width: 291px;
    }
    body>div.wrap .ysMemo .bContent {
    	width: 289px;
    }
}
.lkHome {
	position: absolute;
	top: 0px;
	left: 0px;
    width: 340px;
    height: 94px;
    z-index: 8;
}
.domainTitle {
	position: absolute;
	top: 20px;
	left: 340px;
    width: 420px;
    height: 70px;
    z-index: 9;
}
.shhBox {
	float: left;
	width: 770px;
}
.shhBox div {
	padding: 6px 12px 0px 12px;
}
.shBox {
	position: absolute;
	top: 118px;
	left: 1000px;
    width: 140px;
    height: 610px;
    z-index: 1;
}

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
}
.sIFR-replaced {
    visibility: visible !important;
}
span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3 {
    visibility: hidden;
}
.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3 {
    letter-spacing: -1px;
    font: 24px Verdana, Arial;
    color: #006fa3;
}