/* CSS Document */

#spacer{
display: block;
height: 100%;
float: left;
width: 1px; /* 1px would be enough this is for display only */
font-size: 1px; /* to make sure width is not overridden */
padding: 0;
margin: 0;
}

#LeftBorder {
	position:absolute;
	left:0px;
	top:0px;
	width:29px;
	height:100%;
	z-index: 1001;
}

#LibertyLogo {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:62px;
	background-image:url(images/LogoBackgroundRepeater.jpg);
}

#RightBorder {
	position:absolute;
	right: -1px;
	top:0px;
	width:29px;
	height:100%;
	z-index: 1001;
}

#Navigation {
	position:absolute;
	left:29px;
	top:62px;
	width:96%;
	height:23px;
	background-color: #336699;
}

#SideImage {
	position:absolute;
	left:29px;
	top:85px;
	width:311px;
	height:266px;
}

#Content {
	position:absolute;
	left:340px;
	top:85px;
	width:64%;
	height:65%;
	z-index:4;
}

#ContentBackground {
	position:absolute;
	left:340px;
	top:85px;
	width:64%;
	height:80%;
	z-index:3;
}


#Ticker {
	position:absolute;
	left:29px;
	top:350px;
	width:311px;
	height:10%;
	background-image:  url(images/Ticker.jpg);
	background-repeat: repeat-y 
	z-index: 5;
}
#BottomBorder {
	position:absolute;
	left:29px;
	bottom:1px;
	width:96%;
	height:37px;
	background-image:  url(images/BottomBorder.jpg);
	z-index:10;
}
