/* ----------------------------------------------- */
/* STANDARD HTML TAG RESET         */
/* ----------------------------------------------- */
	
	body{
		margin:0px;
		padding-left:1px;
		}
	h1,h2,h3,
	p,ul,li,
	form,table {
		border:0;
		margin:0px;
		padding:0px;
		}
		
/* ---------------------------------------------------- */
/* STANDARD HTML TAG DEFINITION    */	

h3{	
	font-family:Garamond;
	font-size:32px;
	color:#78bc8b;
	margin-top:22px;	
	text-indent:100px;
	}
caption{	
	font-family:Garamond;
	font-size:16px;
	color:#78bc8b;
	margin:10px;	
	text-align:center;
	font-style:italic;
	}	
h4{
	font-family:Garamond;
	font-size:24px;
	margin-top:12px;
	margin-bottom:12px;
	text-align:center;
	}
p{
	font-family:Garamond;
	font-size:18px;
	text-indent:30px;
	text-align:justify;
	margin:10px;
	}
em{
	text-decoration: none;
	font-weight: bold;	
	}
img{
	margin:10px;
	margin-bottom:8px;
	border:none;
	}
blockquote{
	font-family:papyrus,Garamond,verdana;
	font-size:20px;
	font-style:italic;
	text-indent:30px;
	text-align:justify;
	}
#big{
	font-family:papyrus,Garamond,verdana;
	font-size:24px;
	margin:20px;
	text-align:right;
	}
#info{
	margin:12px;
	font-style:italic;
	}
	
#main a{
	color:#709e7d;
	outline-color:#709e7d;
	text-decoration: underline;
	font-style:none;
	}
#main a:hover{
	color:#78bc8b;
	outline:none;	
	}

#links a{
	font-family: Century Gothic,Verdana,Arial;
	border: 0px;
	margin: 0px;
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	text-shadow: 1px 1px 1px #000;
	border: 0 none;
	}
#links a:hover{
	color:#dae1f6;
	}	
#footer a{
	font-family:Garamond;
	font-size:16px;
	color:white;
	font-style:italic;
	text-decoration:none;
	border:0;
	}
#footer a:hover{
	font-family:Garamond;
	font-size:16px;
	color:#dae1f6;
	font-style:italic;
	}
	
/* ---------------------------------------------------- */
/* PAGE ELEMENTS                                       */	
/* ---------------------------------------------------- */

body{
	background-image:url(design/Background.png);
	background-position:center; 
	background-repeat:repeat-y;
	}
.container{
/*		position: absolute;  */
		width:800px;
		margin:auto; 
/*		right:50.0%;
		margin-right:-400px;
		margin-top:0px;
		margin-bottom:0px;
/*		border-left: black 1px solid;
		border-right: black 1px solid;  */
		}
	#header{
		background:url(design/Header.jpg);
		background-repeat:no-repeat;
		height:200px;
		margin:0px;
		}
	#links{
		text-align:center;
		margin:10px;
		margin-top:-25px;
		}
	#main{
		margin:12px;
		}
	#footer{
		font-family:Garamond;
		font-size:16px;
		margin:0px;
		padding-top:0px;
		padding-bottom:0px;
		color:white;
		background-color:#78bc8b;
		}
	#fleft{	
		text-indent:60px;
		}
	#fright{	
		text-align:right;
/*		font-weight:bold; */
		}
		
		