/*Body font colour*/
body{
	background-image:	url(../images/background_grey_gradient.jpg);
	background-repeat:	repeat-x;
}

/*Black 1px border around entire content*/
#main {
	border-style:		solid; 
	border-color:		#000000; 
	border-width:		1px;
}

/*Top bar look & feel*/
#top_bar {
	background-image:	url(../images/top_bar.gif);
	background-repeat:	no-repeat;
}

/*Course name image -(custom font)*/
#course_title {
	background-image:	url(../images/course_title.gif);
	background-repeat:	no-repeat;
}

/*Review mode functionality*/
#page_uid {
	color:				#ffffff;
}

/*Buttons - home image*/
#buttons a#home{
	background-image:	url(../images/home_button.gif);
	background-repeat:	no-repeat;
}

/*Buttons - home image: rollover*/
#buttons a#home:hover {
	background-position:left -39px;
}

/*Buttons - help image*/
#buttons a#help {
	background-image:	url(../images/help_button.gif);
	background-repeat:	no-repeat;
}

/*Buttons - help image: rollover*/
#buttons a#help:hover {
	background-position:left -39px;
}

/*Page of page font colour*/
#page_of_page {
	color:				#ffffff;
}

/*Buttons - back image*/
#back {
	background-image:	url(../images/previous.gif);
	background-repeat:	no-repeat;
}

/*Buttons - back image:rollover*/
#back:hover {
	background-position:left -39px;
}

/*Buttons - next image*/
#next {
	background-image:	url(../images/next.gif);
	background-repeat:	no-repeat;
}

/*Buttons - next image:rollover*/
#next:hover {
	background-position:left -39px;
}