@charset "utf-8";
#top_pic{
	position:relative;
	width:900px;
	height:100px;
	margin:0 auto;
	background-image: url(../images/tower_bridge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top:1px solid #FFFFFF;
	border-bottom:2px solid #333333;
}


#top_pic .agencies{
	position:absolute;
	right:10px;
	bottom:5px;
	width:600px;
	color:#FFFFFF;
	font-weight:bold;
}

#top_pic .agencies a{
	color:#FFFFFF;
}

.agencies .buttons{
	height:40px;
	line-height:40px;
	overflow:hidden;
	filter:Alpha(Opacity=80);
	-moz-opacity: .8;
	margin-top:2px;
	margin-bottom:2px;
}


.buttons img{
	border:none;
}

.buttons ul{
	margin:0;
	padding:0;
	list-style-type:none;
}


.buttons li{
	display:inline;
	margin-right:2px;
}


#intro_text{
	border:1px solid #CCCCCC;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
	height: 220px;
}
 
#career_advice{
	background-color:#CCE5FF;
	border:1px solid #CCCCCC;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:10px;
	width:318px;
	height: 140px;
}

#career_advice img, #home_learning img{
	float:right;
	padding-top:10px;
}

#home_learning{
	background-color:#CCE5FF;
	border:1px solid #CCCCCC;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
	width:318px;
	height: 140px;
	float:right;
	font-size: 90%;
}

#home_learning strong{
	color:#000066;
}

.black_box{
	color:#FFFFFF;
	background-color:#000000;
	width:318px;
	padding:5px;
	margin-bottom:10px;
	height:115px;
}

.black_box strong{
	font-size:105%;
	color:#CC0033;
}
