#wrapper {
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	text-align:center;
	z-index: 0;
	margin:0 auto 0 auto;
	background-image:url(../images/BG_Grey_Loop.jpg);
	background-repeat:no-repeat;
	background-position:top center;

}

#Main_banner{
	position: relative;
	margin:0 auto 0 auto;
	text-align:top center;
	font-family:Verdana, sans-serif;
	width:900px;
	height:154px;
	background-color:#1e81bd;
}

#button_container{
	position:relative;
	float:left;
	margin:10px auto 0 auto;
	width:900px;
	height:28px;
	text-align:left;
	background-image:url(../images/Btn_BG.jpg);
	background-color:#000059;
	z-index:500;
}

#GreyBar_left {
	position: relative;
	width:900px;
	height:19px;
	float: left;
	margin-top:3px;
	margin-bottom:10px;
	background-image: url(../images/grey_bar_horizontal.jpg);
	background-repeat:repeat-x;
	clear:none;
}

#logo{
	position:absolute;
	margin:8px 0 0 10px;
	height: 42px;
	width:280px;
	text-align:left;
}

#Content_ALL{
	position:absolute;
	margin: 0 auto 0 auto;
	width:1038px;
	text-align:center;
	float:none;
}

#contentbox_btm{
	position:relative;
 	float:none;
	margin:0 auto 0 auto;
	width:900px;
	clear:both;
	min-height: 200px;
	text-align:center;
}

#linebreak{
	clear:both;
	position:relative;
	border-top:1px solid #1e81bd;
	margin:5px 0 5px 0;
	width:auto;
	height:1px;
}

#Vertical_Bar{
	position:relative;
	float:left;
	background-image: url(../images/Vertical_line.jpg);
	width:1px;
	height:361px;
}

#BlueBar {
	position:relative;
	margin-top:20px;
	margin-bottom:10px;
	width:900px;
	height:12px;
	background-color:#1e81bd;
	float:left;
}

#copyrightbar{
	position:relative;
	clear:both;
	float:left;
	margin:0 0 10px 0;
	width:900px;
	text-align:center;
}

	
