#leftverticalbar {
	position: relative;
	float: left;
	background-image: url(../images/leftverticalbar.jpg);
	background-repeat: no-repeat;	
	width: 56px;
	height: 500px;	
}

#maplargewrapper {
	position: relative;
	float: left;
	background-image: url(../images/maplargebackground.jpg);
	background-repeat: no-repeat;	
	width: 402px;
	height: 500px;	
}

#maplarge {
	position: relative;
	top: 5px;
	left: 5px;
}

#mapsmallwrapper {
	position: relative;
	background-image: url(../images/mapsmallbackground.jpg);
	background-repeat: no-repeat;	
	width: 264px;
	height: 130px;	
}

#mapsmall {
	position: relative;
	top: 5px;
	left: 5px;
}

#leaderboardwrapper {
	position: relative;
	background-image: url(../images/leaderboardbackground.jpg);
	background-repeat: no-repeat;	
	width: 264px;
	height: 265px;	
}

#leaderboard {
	position: relative;
	top: 19px;
	left: 13px;
}

#rightmenutop {
	position: relative;
	background-image: url(../images/rightmenutop.jpg);
	background-repeat: no-repeat;	
	width: 278px;
	height: 17px;	
}

#verticalbars {
	position: relative;
	float: left;
	background-image: url(../images/verticalbars.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
	width: 31px;
	height: 500px;
}

#rightmenu {
	position: relative;
	float: right;
	background-image: url(../images/rightmenu.jpg);
	background-repeat: no-repeat;	
	width: 247px;
	height: 500px;
	color: #A5A5A5;

}

#rightmenubutton1 {
	position: relative;
	left: 8px;
}

#rightmenubutton2 {
	position: relative;
	left: 8px;
	top: 10px;
}

#rightmenubutton3 {
	position: relative;
	left: 8px;
	top: 22px;
}

#headermenucontainer {
	position: relative;
	float: left;
	top: 128px;
	left: 390px;
}

#headermenu li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	color: #0B2758;
}

.menuspacer {
	position: relative;
	background-image: url(../images/menuspacer.gif);
	background-repeat: no-repeat;	
	height: 8px;
	width: 8px;
}

#menulink1 {
	position: absolute;
	top: 3px;
	left: 380px;

}

#menulink2 {
	position: absolute;
	top: 3px;
	left: 530px;
}

#menulink3 {
	position: absolute;
	top: 3px;
	left: 690px;
}

#menulink4 {
	position: absolute;
	top: 3px;
	left: 850px;
}

#submenu3wrapper {
	position: relative;
	top: 20px;
	left: 26px;
}

#submenu2wrapper {
	position: relative;
	top: 1px;
	left: 84px;
}

#loginwrapper {
	position: relative;
	left: 44px;
}

.loginfield1 {
	position: absolute;
	float: right;
	width: 134px;
	top: 16px;
	left: 8px;
	background-color:transparent;
	border: none;
	color: #FFFFFF;
}

.loginbutton {
	position: absolute;
	float: right;
	left: 158px;
	top: 9px;
	border: none;
}

