body {
	background-color: #FAFFF5;
	color: #222;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 62.5%;
}

p {
    font-size: 12px;
}

#Header {
	position:absolute;
	margin: 0px 0px 0px 0px;
	width:980px;
	height:155px;
	background-color: #CCCCCC;
	left: 0px;
	top: 0px;
	background-image: url(images/search_bar.gif);
	z-index: 1;
}

#Navigation_box {
	position:absolute;
	margin: 164px 0px 0px 0px;
	width:980px;
	height:30px;
	z-index: 2;
	background-color: #8C8C8C;
	background-image: url(images/search_bar.gif);
	left: 0px;
	top: -9px;
}

#Main_nav {
	position:absolute;
	margin: 0px 0px 0px 480px;
	width: 480px;
	height: 34px;
	z-index: 3;
	list-style: none;
	font: normal 1.4em "Trebuchet MS", Verdana, Arial, sans-serif;
	top: -8px;
	left: 0px;
	padding-right: 20px;
	padding-top: 0px;
}

	#Main_nav li {
        display: inline;
        color: #333;
		}
        
        #Main_nav li a {
            color: #333;
            font-weight: normal;
            text-decoration: none; 
			}
            
        #Main_nav li a:hover {
            color: #FAFFF5;
            border-bottom: 1px dotted; 
			}
			
		#Main_nav li a:active {
		text-decoration: none;
		color: #FF6600;
	}

#Content_box {
	position:absolute;
	margin: 214px 0px 0px 0px;
	width:979px;
	height:379px;
	z-index: 4;
	background-color: #FAFFF5;
	left: 0px;
	top: -29px;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
}

#Content {
	position:absolute;
	margin: 10px 0px 0px 30px;
	width: 550px;
	height: 355px;
	z-index: 5;
	left: -10px;
	top: -0px;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0em;
}

#Photo {
	position:absolute;
	margin: 0px 0px 0px 605px;
	width: 375px;
	height: 375px;
	z-index: 6;
	left: 0px;
	top: 0px;
}

	#Content a {
		color: #222;
	}

	#Content a:link {
		text-decoration: none;
		color: #0033FF;
	}
	
	#Content a:visited {
		text-decoration: none;
		color: #9933FF;
	}
	
	#Content a:hover {
		color: #0033ff;
   		border-bottom: 1px dotted #0033ff; 
	}
	
	#Content a:active {
		text-decoration: none;
		color: #FF6600;
	}

#Footer_box {
	position:absolute;
	margin: 589px 0px 0px 0px;
	width:980px;
	height:140px;
	z-index: 7;
	background-color: #8C8C8C;
	left: 0px;
	top: -29px;
}

#Footer_right {
	position:absolute;
	margin: 10px 0px 0px 605px;
	width:360px;
	height:102px;
	z-index: 9;
	font-size: 1.2em;
}

	#Footer_right a {
		 color: #333;
    	 font-weight: normal;
    	 text-decoration: none; 
	}
            
	#Footer_right a:hover {
     	color: #FAFFF5;
    	 border-bottom: 1px dotted; 
	}
	
	#Footer_right a:active {
		text-decoration: none;
		color: #FF6600;
	}

#Footer_left {
	position:absolute;
	margin: 10px 0px 0px 30px;
	width:550px;
	height:80px;
	z-index: 8;
	font-size: 1em;
	left: 1px;
	top: 0px;
	color: #CCCCCC;
}

	#Footer_left a {
		 color: #333;
    	 font-weight: normal;
    	 text-decoration: none; 
	}
            
	#Footer_left a:hover {
     	color: #FAFFF5;
    	 border-bottom: 1px dotted; 
	}
	
	#Footer_left a:active {
		text-decoration: none;
		color: #FF6600;
	}

h1 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}

h2 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}

h3 {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}

h4 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}

h5 {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FAFFF5;
}

.endnote {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #999999;
}

.url_colour {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #339900;
}
	
