body {
	color: #FFFFFF;
	background-color: #47577F;
}

#navbar {
	height: 20px;
	width: 480px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#header {
	background-color: #2E3852;
	position: absolute;
	height: 128px;
	width: 760px;
	top: 20px;
	left: 0px;
}

#header-lower-l {
	position: absolute;
	height: 19px;
	width: 480px;
	top: 109px;
	left: 0px;
	text-align: right;
	color: #ADBBDA;
}

#header-lower-r {
	position: absolute;
	height: 22px;
	width: 278px;
	top: 106px;
	left: 482px;
	text-align: left;
	color: #ADBBDA;

}
#header-middle {
	position: absolute;
	height: 28px;
	width: 760px;
	top: 72px;
	left: 0px;
	background-color: #ADBBDA;
}
#header-middle-project{
	position: absolute;
	height: 16px;
	width: 278px;
	top: 56px;
	left: 482px;
	text-align: left;
	color: #ADBBDA;
}
#header-middle-project p{
	margin-left: 0px;
}
#header-middle-r {
	position: absolute;
	height: 26px;
	width: 280px;
	top: 1px;
	left: 480px;
	overflow: hidden;
}
#header-middle-r p.imggrp{
	margin: 0;
	border: none;
	text-align: right;
	background-color: #ADBBDA;

}

#header-middle-l {
	position: absolute;
	height: 26px;
	width: 480px;
	top: 1px;
	background-color: #2E3852;
	left: 0px;
}

#content {
	background-color: #D2DCF4;
	position: absolute;
	height: 364px;
	width: 760px;
	top: 148px;
	left: 0px;
	overflow: hidden;

}
#content-full {
	background-color: #ADBBDA;
	position: absolute;
	height: 360px;
	width: 760px;
	top: 2px;
	left: 0px;
	overflow: hidden;
}
#pager{
	position: absolute;
	overflow: hidden;
	bottom: 10px;
	right: 10px;
	height: 25px;
	width: 60px;






}

#content-l {
	background-color: #ADBBDA;
	position: absolute;
	height: 360px;
	width: 480px;
	top: 2px;
	left: 0px;
	overflow: hidden;
}

#content-l-text {
	background-color: #D2DCF4;
	position: absolute;
	height: 360px;
	width: 480px;
	top: 2px;
	left: 0px;
	overflow: hidden;

}

#content-l p.imggrp{
	border: none;
	text-align: right;
	margin: 0px;
}


#content-r {
	background-color: #ADBBDA;
	position: absolute;
	height: 360px;
	width: 278px;
	top: 3px;
	left: 482px;
	overflow: hidden;

}

#content-r-thumb {
	background-color: #ADBBDA;
	position: absolute;
	height: 360px;
	width: 88px;
	top: 2px;
	left: 482px;
	overflow: hidden;

}

#content-r-thumb img{
	margin: 6px 10px 0px 10px;
}

#content-r-text {
	background-color: #ADBBDA;
	position: absolute;
	height: 360px;
	width: 190px;
	top: 2px;
	left: 570px;
	overflow: hidden;
}

#footer {
	position: absolute;
	font-size: 10px;
	color: #FFFFFF;	
	background-color: #2E3852;
	height: 28px;
	width: 760px;
	top: 512px;
	left: 0px;
}

#footer a {
	color: #ADBBDA;

}

#footer a:hover {
	color: #FFFFFF;

}

#footerbottom-l {
	background-color: #47577F;
	position: absolute;
	height: 20px;
	width: 480px;
	top: 8px;
	left: 0px;
	text-align: left;
}
#footerbottom-r {
    background-color: #47577F;
	position: absolute;
	height: 20px;
	width: 280px;
	top: 8px;
	left: 480px;
	text-align: right;
}
#logo {
	position: absolute;
	height: 38px;
	width: 200px;
	top: 0px;
	left: 560px;
	z-index: 1;

}
