/* CSS Document */

body {
	background-color:#000000; /* sets the backgrond color for the entire page, mabie set the img link here for a background image instead? */
	margin: 0px;
	padding: 0px;
	/*background-image:url('images/Background.jpg');*/
	background-repeat: repeat-y;
	background-position: top center;
	font-family:"Papyrus", Times, serif; /*sets the font for the properties "Headtext" */
	font-size: 14px; /* sets font size */
	color:#999999; /* sets the text color */
}
#pb {
	width: 100%;
}
#wrapper {
	width: 800px;
	border: 2px solid #666666;
	background-color: #434343;
}
#header {
	width: 100%;
	height: 130px;
	background-color:#000000;
}
#Links {
	width: 100%;
	height: 30px;
	background-color:#000000;
}
#HeaderDevider {
	width: 100%;
	height: 20px;
	background-color: #434343;
}
#FooterDevider {
	width: 100%;
	height: 30px;
	background-color: #434343;
}
#Content {
	/* position:absolute;*/
	width:641px;
	height:935px;
	background-image:url('images/ContextCENTRE.jpg');
	background-repeat: repeat-y;
	margin-right:153px;
}
#navtop {
	width: 100%;
	height: 102px;
	background-image:url('images/NavTOP.jpg');
}
#connav {
	width: 800px;
	height: 316px;
	background-image:url('images/ContextBOTTOMtest.jpg');
}
#footer {
	/*margin-top: 0px;
	padding-top: 0px; */
	width: 100%;
	height: 30px;
	background:#000000;
}
.HeaderText ht1 { /*creats properties for "Headtext" */
	font-family:"Papyrus", Times, serif; /*sets the font for the properties "Headtext" */
	font-size: 15px; /* sets font size */
	color:#999999; /* sets the text color */
}
.style1 {
	font-family: "Papyrus"
}
.style2 {
	font-size: 18px
}
.style3 {
	font-size: 20px
}
.style4 {
font-family:"Papyrus" font-size: 20px
}
/*--------------------------------------------------------------------------------*/
/*Navbar CSS */
#nav {
	float: right;
	width: 159px;
	height:935px;
	background-image:url('images/NavCENTRE.jpg');
	background-repeat: repeat-y;
	background-color:#000000;/*border-right: 3px solid #666666;*/
}
#nav a { /* properties for the address code "a" tags */
	text-decoration: none; /* removes underlines */
}
#nav ul { /* properties for the undefined List code "ul" tags */
	list-style-type: none;  /* Removes bullet points from list in nav bar */
	margin-left: 0px; /* sets the distance between the edge of the margin and the list in the nav box */
	padding-left: 0px; /* removes indent */
	/* move nav up to top, removes gap at top */
	padding-top: 0px;
	margin-top: 0px;
}
#nav li {
	padding-top: 5px;
}
#nav a:link, #nav a:visited { /* changes the link properties like colour ect for visited and none visited links*/
	color:#FF0000; /*changes the text color!! */
	background-color:#000000; /* changes the backgrund of the link text */
}
/* fix teh suxx0r borders on images in navbar */
#nav img {
	border: none;
}
/*NavBar CSS End*/
/*--------------------------------------------------------------------------------*/
/*History Navbar CSS */
#hnav {
	float: right;
	width: 159px;
	height: 2000px;
	background-image:url('images/NavCENTRE.jpg');
	background-repeat: repeat-y;
	background-color:#000000;/*border-right: 3px solid #666666;*/
}
#hnav a { /* properties for the address code "a" tags */
	text-decoration: none; /* removes underlines */
}
#hnav ul { /* properties for the undefined List code "ul" tags */
	list-style-type: none;  /* Removes bullet points from list in nav bar */
	margin-left: 0px; /* sets the distance between the edge of the margin and the list in the nav box */
	padding-left: 0px; /* removes indent */
	/* move nav up to top, removes gap at top */
	padding-top: 0px;
	margin-top: 0px;
}
#hnav li {
	padding-top: 5px;
}
#hnav a:link, #nav a:visited { /* changes the link properties like colour ect for visited and none visited links*/
	color:#FF0000; /*changes the text color!! */
	background-color:#000000; /* changes the backgrund of the link text */
}
/* fix teh suxx0r borders on images in navbar */
#hnav img {
	border: none;
}
/*History NavBar CSS End*/
/*--------------------------------------------------------------------------------*/
/*Content CSS*/
#Content {
	/* position:absolute;*/
	width:641px;
	height:935px;
	background-image:url('images/ContextCENTRE.jpg');
	background-repeat: repeat-y;
	margin-right:153px;
}
#contenttop {
	width: 100%;
	height: 102px;
	background-image:url('images/ContextTOP.jpg');
}
#contentbottom {
	width: 100%;
	height: 318px;
	background-image:url('images/ContextBOTTOM.jpg');
}
#Content li {
	line-height: 14px;
}
#Content a { /* properties for the address code "a" tags */
	text-decoration:none;
}
#Content a:link, #Content a:visited { /* changers the link properties like colour ect for visited and none visited links*/
	color:#FFFFFF; /*changers the text color!! */
}
#Content a:hover {
	color:#009cff;
}
#Content ul {
/* margin-left:10px; */
}
#Content p {
	margin:20px 20px 20px 20px;
}
/*Content CSS END*/
/*--------------------------------------------------------------------------------*/
/*Hstory Content CSS*/
#hContent {
	/* position:absolute;*/
	width:641px;
	height:2000px;
	background-image:url('images/ContextCENTRE.jpg');
	background-repeat: repeat-y;
	margin-right:153px;
}
#hcontenttop {
	width: 100%;
	height: 102px;
	background-image:url('images/ContextTOP.jpg');
}
#hcontentbottom {
	width: 100%;
	height: 318px;
	background-image:url('images/ContextBOTTOM.jpg');
}
#hContent li {
	line-height: 14px;
}
#hContent a { /* properties for the address code "a" tags */
	text-decoration:none;
}
#hContent a:link, #Content a:visited { /* changers the link properties like colour ect for visited and none visited links*/
	color:#FFFFFF; /*changers the text color!! */
}
#hContent a:hover {
	color:#009cff;
}
#hContent ul {
/* margin-left:10px; */
}
#hContent p {
	margin:20px 20px 20px 20px;
}
/*History Content CSS END*/
/*--------------------------------------------------------------------------------*/