		body {
			margin: 0px 0px 0px 0px; 
			padding: 0px;
			background-color: #ffffff;
			font: normal normal 90% Optima, Skia, Arial, Verdana;
			}
			
		#wrapper {
				width: 100%;
				margin-left: auto;
				margin-right: auto;
				}
		
		#navcolumn {
				width: 100%;
				height: 85px;
				background: #fff;

				font: bold 1em Verdana;
				background-image: url(http://www.spiritquest.co.uk/images/stripe.gif);
					background-repeat: repeat-x;
					background-attachment: fixed;

				}
				
		#footer {
				width: 100%;
				height: 80px;
				background: #fff;
				position: fixed;
				bottom: 0px;
				font: normal normal 80% Skia, Trebuchet, arial, verdana;
				text-align: center;
				padding: 2px 2px 2px 2px;				
			}
			
		#content {
				background: #fff;
				padding: 85px 10px 85px 10px;
				font: normal normal 0.8em Optima, Skia, Arial, Verdana;
				top: 85px;
				bottom:85px;
				}
		
		.button1		
		{
			font: normal normal 0.9em Skia, verdana, arial, helvetica, sans-serif;
			width: 80px;
			padding: 2px 2px 2px 2px;
			background: #ceb5c6;
			border-width: 1px;
			border-style: groove;
			
		}
				
		a.button:link {
				text-decoration: none;
				}
				
		a.button:hover {
				color: blue;
				text-decoration: none;
				}
				
		a.button:visited {
		color: purple;
				text-decoration: none;
				}
	
		#border{
	border: groove;
	padding: 10px;
 	border-width: 1px 2px 2px 1px;
 	border-color: #c684ff;		
 	background-color: #c684ff;
 	width: 80%;
 	}		
 	
 	.breadcrumb 	
 	{
 		font-family: arial,veradna,helvetica,sans-serif;
 		font-size: 0.8em;
 		font-style: italic;
 	}

 	
 	p {
 	margin-left: 20px;
 	font: normal normal 0.9em Optima, Skia, Arial, Verdana;
 	}