/* CSS Document */

/* This styles the body of the web page, the body contains everything therefore these are the global sitting.  It is used for centering the page on the screen, setting the width, margin size and default font and size.*/
body {
	width:inherit;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#34414e;
}


#title {
	width:auto;
	height:104px;
	margin:0px;
}

/*This is to correct the margin at the bottom of a heading for some browsers*/
h4 {
	margin-bottom:0px;
}

h3 {
	margin-bottom:0px;
}

/*The following two sections make the two columns that are the same throughout the whole internet site.*/
#left {
	width:15%;
	height:550px;
	float:left;
	background-color:#34414e;

}

#centre {
	width:85%;
	min-height:600px;
	padding-bottom:100%;
	float:left;
	background-color:#D5F4FF;
	
}
/* This creates a little space between each image preview*/
#centre img {
	padding:3px;
	
}
	

#LeftNavBar li {
	width:150px;
	white-space:nowrap;
}

#LeftNavBar ul {
	width:150px;
	white-space:nowrap;
}

#LeftNavBar ul li{
	float:none;
}

#LeftNavBar a{
	background-color:#d1b06f;
	outline-style:groove;
	outline-color:#8b5b00;
	
}
.style1 {
	font-family:"Hobo Std";
	font-size: 36px;
	color: #add6ff;
}
.style2 {
	color: #34414e;
	font-family: Rockwell;
	font-size: 16px;
}
.style3 {color: #add6ff}
.style4 {color: #34414e}
.style5 {font-size: 16px; font-family: Rockwell; color:#add6ff}

A:link {
	color:#001eff;
}

A:visited {
	color:#9b0000;
}