/**********************************************************************************************************/
/*
/* >> Page Layout                              
/*                                                                                                         
/**********************************************************************************************************/
.colourband-home {
	width:100%;
	height:33px;
	background-image: url(../common-images/colourband-home.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.colourband-student {
	width:100%;
	height:33px;
	background-image: url(../common-images/colourband-student.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.colourband-community {
	width:100%;
	height:33px;
	background-image: url(../common-images/colourband-community.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.colourband-questions {
	width:100%;
	height:33px;
	background-image: url(../common-images/colourband-questions.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.colourband-projects {
	width:100%;
	height:33px;
	background-image: url(../common-images/colourband-projects.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.colourband-contact {
	width:100%;
	height:33px;
	background-image: url(../common-images/colourband-contact.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
/**********************************************************************/
#white-page {
	overflow:auto;
	background-color:#ffffff;
	/*background-image: url(../common-images/3d-engage-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
#centred-page {
	/*clear:both;*/
	overflow:auto;
	width: 751px;
	margin-left:auto;
	margin-right:auto;
	/*margin-bottom:30px;*/
	/*background-image: url(../common-images/3d-engage-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
#page-content-holder1{
	/*background-color:#999999;*/
	overflow:auto;
	width: 751px;
	margin-bottom:20px;
}
.left-column{
	width:365px;
	float:left;
	margin-top:30px;
}
.right-column{
	width:365px;
	float:right;
	margin-top:30px;
}
#video-area {
	margin-top:30px;
}
.left-column-thin{
	/*background-color:#CCFF00;*/
	width:275px;
	float:left;
	margin-top:30px;
}
.right-column-wide{
	/*background-color:#FF66FF;*/
	width:455px;
	float:right;
	margin-top:30px;
}
.uni-holder{
	clear:both;
	width:751px;
	height:180px;
	padding-top:20px;
	
}
/******************************************************************************/
.winners-holder{
	/*background-color:#999999;*/
	overflow:auto;
	width: 751px;
	margin-top:20px;
	background-color:#FFFFFF;
}
.winners-left-column{
	width:365px;
	float:left;
}
.winners-right-column{
	/*background-color:#FF66FF;*/
	width:365px;
	float:right;
}
.winners-divline{
	margin-top:20px;
}

/******************************************************************************/

.thank-you-holder{
width:751px;
height:190px;
background-image:url(../student/images/thank-you.gif);
background-repeat:no-repeat;
}

.thank-you-text{
float:left;
padding-left:20px;
padding-right:10px;
padding-top:50px;
width:346px;
height:126px;
}

.clear-both { clear:both }