
body {
	background: url('/Images/Background/BlueBackground-Thin.png');
	background-color: #0061ba;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

#left-sidebar-content p {
	margin-top: 0px;
}

#container {
	position: relative;
	margin:0px auto;
	width: 1040px;
	top: 70px;
	background-color: red;
}

#top-bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	background-color: #00314d;
	border-color: black;
	min-width: 1040px;
}

#left-sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 278px;
	color: black;
	margin: 0px;
	font-size: 0.9em;
}
#left-sidebar-top {
	height: 14px;
}
#left-sidebar-middle {
	position: relative;
	background-image: url('/Images/Yellow-StripBackgroundSidebar.png');
}
#left-sidebar-gradient {
	position: absolute;
	z-index: 0;
	top: 0px;
}
#left-sidebar-content {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	text-align: center;
	z-index: 100;
}

#tabpage {
	position: absolute; 
	top: 67px;
	right: 0px;
	width: 750px;
	margin: 0px auto;
	z-index: 10;
}
#tabpage-middle {
	position: relative; 
	top: 0px;
	margin: 0px;
	background-image: url('../Images/Yellow-StripBackground.png');
	z-index: -1;
}

#tabs {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width: 750px;
	height: 67px;
	margin:0px auto;
	z-index: 10;
}
#tabs img {
	margin: 0px;
	border: 0;
}
#tabpage-gradient {
	top: 0px;
	position: absolute; 
	z-index: -1;
}

#content {
	padding-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	z-index: 100;
}
#tab1 {
	position: absolute;
	left: 0px;
	width: 150px;
	top: 20px;
	margin-left: 5px;
	text-align: center;
}
#tab2 {
	position: absolute;
	left: 150px;
	width: 150px;
	top: 20px;
	margin-left: 5px;
	text-align: center;
}
#tab3 {
	position: absolute;
	left: 300px;
	width: 150px;
	top: 20px;
	margin-left: 5px;
	text-align: center;
}
#tab4 {
	position: absolute;
	left: 450px;
	width: 150px;
	top: 20px;
	margin-left: 5px;
	text-align: center;
}
#tab5 {
	position: absolute;
	left: 600px;
	width: 150px;
	top: 20px;
	margin-left: 5px;
	text-align: center;
}


#footer {
	position: relative;
	clear: both;
	z-index: 1;
}			

