body,html {
	margin:0;
	padding:0;
}

html{
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	
}

b{
	color:#8E8376 !important;
}

.lpad{
	padding:0 0 0 14px;
}

*{
	z-index:0;
}

.titlelink:hover{
	color:#8E8376 !important;
}

#container{
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:952px;
	min-height:358px;
	position:relative;
	margin:0 auto;
	top:160px;
}

#logo{
	
	position:absolute;
	top:-12px;
	left:267px;
	width:266px;
	height:18px;
}

#logo img {
	border:0px;
}
#nav{
	position:absolute;
	top:7px;
	left:586px;
	width:349px;
}

#mainmenu{
	position:absolute;
	bottom:0;
}

#mainmenu ul, #mainmenu li{
	padding:0;
	margin:0;
	list-style:none;
}

#mainmenu li{
	padding: 0 0 4px 0;
}

#mainmenu li:last-child{
	padding: 0;
}

#pictures{
	position:absolute;
	width:515px;
	/*height:357px;*/ /*test go4web*/
	left:17px;
	top:57px;
	
}

#content{
	position:absolute;
	width:349px;
	height:357px;
	top:57px;
	left:586px;
}

.imgfloater{
	float:left;
}

.imgfloater img{
	padding: 0 10px 0 0;
}

.imgfloater div{
	padding: 3px 0 0 0;
}


.clear{
	clear:both;	
}

#hidePic{
	width:0;
	height:0;
	overflow:hidden;
}


.sb, .sbi, .sb *, .sbi * { position:relative; z-index:1; }
* html .sb, * html .sbi { height:1%; }
.sbi { display:inline-block; }
.sb-inner { background:#fff; }
.sb-shadow { background:#000; }
.sb-border { background:#bbb; }


