#portal {
	position: relative;
	left: 60px;
	top: 0px;
	background-image: url('../images/portal_bg.jpg');
	width: 1004px;
	height: 589px;
}
#portal_nav {
	position: absolute;
	left: 33px;
	top: 34px;
}
.portal_slice {
	position: relative;
	left: 0px;
	top: 0px;
	width: 450px;
	height: 132px;
}
.portal_slice_left {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../images/portal_slice.png');
	background-repeat: no-repeat;
	width: 450px;
	height: 132px;
}
.portal_slice_right {
	position: absolute;
	left: 488px;
	top: 0px;
	background-image: url('../images/portal_slice.png');
	background-repeat: no-repeat;
	width: 450px;
	height: 132px;
}
.portal_thumbnail {
	position: absolute;
	left: 16px;
	top: 14px;
	width: 103px;
	height: 103px;
	overflow: hidden;
}
.portal_title {
	position: absolute;
	left: 137px;
	top: 26px;
	font-size: 21px;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
}
.portal_desc {
	position: absolute;
	left: 137px;
	top: 52px;
	color: #003663;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	padding-right: 10px;
}
.portal_info {
	position: absolute;
	left: 390px;
	top: 102px;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
}
.portal_link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 450px;
	height: 130px;
}
