@charset "UTF-8";
/* CSS Document */

#wholepage {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
}

#header {
    position: absolute;
	left:20px;
	top:20px;
	width:850px;
	height:90px;
	z-index:1;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
}

#banner {
    position: absolute;
	left:20px;
	top:142px;
	width:850px;
	height:200px;
	z-index:1;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
}

#navbar2 {
    position: absolute;
	left:20px;
	top:111px;
	width:850px;
	height:30px;
	z-index:2;
	background-color: #3346FF;
    border-color: #000000;
	border-style: none solid none solid;
	border-width: 2px;
}

#ccontent {
	left:22px;
	top:341px;
	width:700px;
	height:500px;
	z-index:5;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
	float: right;
}

#content {
	position: absolute;
	left:23px;
	top:342px;
	width:850px;
	height:500px;
	z-index:5;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
}

#lpcontent {
	left: 20px;
	top:450px;
	width: 400px;
	height: 405px;
	z-index:5;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
	float: left;
}

#rpcontent {
	left: 500px;
	top:450px;
	width: 400px;
	height: 405px;
	z-index:5;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
	float: right;
}

#lcontent {
	left: 20px;
	top:342px;
	width: 400px;
	height: 497px;
	z-index:5;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
	float: left;
}

#rcontent {	
	left: 445px;
	top:342px;
	width: 400px;
	height: 497px;
	z-index:5;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
	float: right;
}

#movl {	
    left: 20px;
    top:342px;
	width: 475px;
	height: 500px;
	z-index:5;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
	float: left;
}

#rcontent1 {	
	left: 485px;
	top:342px;
	width: 425px;
	height: 500px;
	z-index:5;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
	float: right;
}

#movr {
	left: 500px;
	top:381px;
	width: 350px;
	height: 380px;
	z-index:5;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
	text-align:justify;
	float: right;
}

#bannerbottom {
	left: 0px;
	top: 75px;
	width: 450px;
	height: 60px;
	z-index:5;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
	text-align: justify;
	float: left;
}

#footer {
	position: absolute;
	left:20px;
	top:885px;
	width:850px;
	height:30px;
	z-index:3;
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: none;
	border-width: 2px;
	float: bottom;
}

#footer1 {
	position: relative;
	left:20px;
	width:850px;
	height:30px;
	z-index:3;
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: none;
	border-width: 2px;
	float: bottom;
}

#footer_pub {
	position: absolute;
	left:20px;
	top:1543px;
	width:850px;
	height:30px;
	z-index:3;
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: none;
	border-width: 2px;
	float: bottom;
}

#pclogo {
float:left;
width:200px;
}

#uilogo {
float:right;
width:480px;
}

IMG.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

text.centered {
    margin-left: auto;
	margin-right: auto;
}
