.container {
	width:1000px;
	margin:0px auto;
	position:relative;
}
#header {
	background:url(../images/head-bg.gif) repeat-x;
}
#header .container {
	height:100px;
	text-align:left;
}
#header IMG {
	border:none;
}
#nav {
	width:435px;
	height:31px;
	float:right;
	right:0;
	bottom:0;
	position:absolute;
}
#nav .navlink {
	float:left;
	margin:0 5px 0 0;
	width:132px;
	height:26px;
	display:inline;
	background:url(../images/nav-imgs.gif) no-repeat left top;
	text-align:center;
	padding:5px 0 0 3px;
	color:#213447;
	
}
#nav .navlink:hover {
	background-position:right top;
}
.navlinkOn {
	float:left;
	margin:0 5px 0 0;
	width:132px;
	height:26px;
	display:inline;
	background:url(../images/nav-imgs.gif) no-repeat right top;
	text-align:center;
	padding:5px 0 0 3px;
	color:#213447;
}
#body {
	background:url(../images/body-bg.gif) repeat-x;
}
#sub {
	height:55px;
	float:left;
}
#sub .sublink {
	float:left;
	padding:20px 20px 0 0;
	text-align:center;
}
#sub .sublink A {
	text-align:center;
}
#sub .sublink:hover {
	background:url(../images/point.png) no-repeat 35% 0%;
}
#content {
	clear:left;
	border-top:#bcc3cc 1px solid;
	padding:0 0 40px 0;
}
#content H1 {
	font-size:40px;
	font-stretch:extra-condensed;
	letter-spacing:-2px;
	padding:30px 0 20px 20px;
	font-weight:100;
}
#content P {
	margin:5px 0 0 0;
	padding:5px 0 0 0;
}
#content .port {
	width:1000px;
}
#content .port UL {
	text-align:center;
}
#content .port LI {
	float:left;
	width:800px;
	padding:40px 25px 40px 30px;
	border-bottom:#6989ad 1px solid;
}
#content .port LI IMG {
	border:#6989ad 2px solid;
	float:left;
	margin:0 0 0 70px;
}
.logo {
border-width:0 0 0 0;
}
#content .port LI P {
	width:250px;
	float:right;
	clear:right;
	padding:10px 0 0 0;
	text-align:right;
}
#content .port A {
	color:#6989ad;
	font-size:16px;
}
#footer {
	background:#fff;
}
#footer .container {
	clear:both;
	padding:10px 0;
}
#footer .container P {
	text-align:center;
	font-size:12px;
}