/* CSS Document */

/* Centres all text */
body {
	text-align:center;
}
/* Catagory Navigation - this class is assigned to each catagory link */
.gCatNav {
}
/* Page Navigation - this class is assigned to each page link */
.gPageNav {
}
/* Current Page - this class is assigned to each current page link */
.gPageNavOn { 
	font-weight:bold;
	color:#FF0000;
}
/* Image - this class is assigned to the current image */
.gImage {
	border:#000000 solid 1px;
}
/* Previous Link - this class is assigned to the previous link */
.gPrev {
	padding-right:10px;
}
/* Next Link - this class is assigned to the next link */
.gNext {
	padding-left:10px;
}