	@import url(http://fonts.googleapis.com/css?family=Abril+Fatface);	
html, body 	

		{
		min-height: 100%;
		background: -webkit-linear-gradient(#C2CBD6, #E0E8F1); /* For Safari */
		background: -o-linear-gradient(#C2CBD6, #E0E8F1); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#C2CBD6, #E0E8F1); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#C2CBD6, #E0E8F1); /* Standard syntax (must be last) */
		color:#000000;
		background-repeat: no-repeat;
		background-attachment: fixed;
		font-family:arial, verdana, sans-serif; 
		font-size:12pt;     
		position:relative;     
		margin-left:auto;     
		margin-right:auto;           
		background-color:#D8E2EE;
		}

#BiogPage-container	
		{
		position:relative;
 		background-color: #edede3;
		width:936px;
		margin:0 auto;
		margin-top:1pt;
		margin-bottom:10pt;
		box-shadow: 3px 3px 10px 5px #000;
		}

#Bigfoot
		{
		position: relative;
		clear: both;
		background-color: #99ccff;
		background-position: top left;
		background-repeat: repeat-x;
		overflow: hidden;
		font-size:15pt;
		text-align: center; 
		padding: 30px 10px 0;
		}
		
#bighead
		{
		position: relative;
		clear: both;
		font-family:Abril Fatface,arial, verdana, sans-serif;
		background: -webkit-linear-gradient(#819CB7, #99ccff); /* For Safari */
		background: -o-linear-gradient(#819CB7, #99ccff); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#819CB7, #99ccff); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#819CB7, #99ccff); /* Standard syntax (must be last) */
		background-position: top left;
		background-repeat: repeat-x;
		overflow: hidden;
		font-size:58pt;
		color: #FFF;
		text-shadow: black 0.1em 0.1em 0.2em;
		text-align: center;
		padding: 0px 0px 30px;
		}
		
div#BiogText
		{
		font-weight:bold;
		margin-left:50pt;
		}
		
#BiogText a:link,#BiogText a:visited
		{
		color:#0033cc;
		text-decoration:none;
		}

#BiogText a:hover
		{
		text-decoration:none;
		color:#CC9900;
		}
		
#BiogText a:focus		
		{
		text-decoration:none;
		color:#CC9900;
		}
		
div.fontcolour1
		{
		font-weight:200;
		}
		
h1.Biogh1
		{
		font-size:34pt;
		color:#CC9900;
		text-shadow: 1px 1px 1px #000;
		text-align: center;
		font-weight:800;
		}

h2.Biogh2
		{
		font-size:30pt;
		color:#CC9900;
		text-shadow: 1px 1px 1px #000;
		text-align: center;
		font-weight:500;
		}
		
.Biog
		{
		margin:20px auto;
		padding:50px;
		display:block;
		border: 1px solid #99ccff;
		border-radius: 15px;
 		background-color: #edede3;
		height: auto;
		width:800px;
		}
		
div.txtcenter 
		{ 
		text-align: center; 
		}
		
.BiogFont
		{
		font-size:30pt;
		color:#CC9900;
		text-shadow: 1px 1px 1px #000;		
		}
		
img.center
		{
		margin:0px auto;
		display:block;
		}
		
img.biog
		{
		border-radius: 15px;
		margin:0px auto;
		display:block;
		}
		
div.BigFont15
		{
		font-size:15pt;
		}
		
.table-biog2
		{
		border-collapse: collapse;
		width: 100%;
		}
					
.table-biog2 tr.colour1 td
		{
		padding:5px;
		border-bottom: 2px solid #fff;
		background-color: #F2F2EB;
		}
		
.table-biog2 td 
		{
		padding:5px;
		border-bottom: 2px solid #fff;
		background:#edede3;
		vertical-align: top;
		width: 80%;
		}
		
.table-biog1
		{
		border-collapse: collapse;
		width: 100%;
		}
		
.table-biog1 td.birth
		{
		text-shadow: 1px 1px 1px #000;	
		font:bold 16pt Arial, Helvetica, sans-serif;
		padding:5px;
		vertical-align: top;
		color:#CC9900;
		width: 130px;
		}
		
div.NavBox
		{
		position:relative;
		top: 0px;
		left:0px;
		width:100%;
		width:936px;
		height:35px;
		background-color:#ffffff;
		}
		
#navbar
		{
		margin:0;
		padding:0;
		background:#99ccff;
		float:left;
		width:100%;
		border-bottom:1px solid #000;
		border-width:1px 0;
		}

#navbar li 
		{
		display:inline;
		padding:0;
		margin:0;
		}
		
#navbar a:link,#navbar a:visited
		{
		color:#ffff66;
		text-shadow: black 0.1em 0.1em 0.2em;
		background:#99ccff;
		padding:10px 30px 4px 10px;
		float:left;
		width:auto;
		text-decoration:none;
		font:bold 12pt Arial, Helvetica, sans-serif;
		}

#navbar a:hover,#navbar a:focus
		{
		text-decoration:none;
		color:#FFF;
		}
