#header
{
	position:relative;
    height:340px;
	background:black;
}

#pbglogo {
    z-index:1;
	position:absolute;
    width:324px;
    height:200px;
    top:120px;
    left:277px;
    background-image: url('../images/pbg-logo.gif');
    background-repeat: norepeat;
}

#topMenuDecorations {
	position:absolute;
	top:170px;
	left:0px;
	height:95px;
	width:auto;
	min-width:878px;
}

#topMenuRandom {
	position:absolute;
	top:38px;
	left:16px;
}

#topMenuRandom td {
	height:90px;
	text-align:center;
	vertical-align:bottom;
}

#topMenuRandom td.a {
	width:88px;
}

#topMenuRandom td.b {
	width:104px;
}

#topMenuRandom td.c {
	width:128px;
}

#topMenuEdit{
    position:absolute;
    top:16px;
    right:16px;
	text-align:right;
}

#topMenuEdit a{
	font-size:150%;
	font-weight:bold;
	color: red;
	text-decoration: none;
}

#topMenuItems {
    position:relative;
    left:2%;
    width:80%;
    margin:auto;
}
