html
	{
		background-image:url(../images/background.jpg);
		background-color:#FFFFFF;
		background-repeat:no-repeat;
		background-position:inherit;
	}

#body
	{
		width: 600px;
		height:100%;
			
	}
	
#heading01
	{
		font-size:36px;
		font-weight:bolder;
		color:#000099;
	}

#link
	{
		font-family:Verdana, Geneva, sans-serif;
		font-size:.75em;
		font-weight:bold;
	 	color: #009;
		text-decoration:none;
	}

/***Main Navigation***/
#navigation 
	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:.75em;
	font-weight:bold;
	top: 140px;
	left: -25px;
	/*margin: 140px 50px 0px 0px;*/
	/*margin: 11em 0em 0em -3em;*/
	position:absolute;
	list-style:none;
	}
	
#navigation li 
	{	
		padding:0 .9em;
		
	}
	
#navigation li.last 
	{
		border:none;
	}
	

	
#navigation a 
	{
		color:#FFFFFF;
		text-decoration:none;
	}
	
#navigation a:hover 
	{
		color:#000066;
		
	}

/***#currentlink
	{
		color:#000066;
	}***/

#maincontent
	{
		height:100%;
		width: 800px;
		margin:130px 0px 0px 180px;
		position:absolute;
	}

#navigation a.current
	{
		color:#000066;
	}

/***Home Page***/

#welcome
	{
		position:absolute;
	}
	
#centerpic
	{
		
		margin: 0px 0px 0px 400px;
		position:absolute;
	}
	
#hometext
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		position:absolute;
		margin:150px 0px 0px 0px;
		width: 350px;
	}

#hitcount
	{
		margin: 25em 0em 0em 0em;
	}

/***News***/


/***About Us***/
#aboutustext
	{
		text-indent: 0px;	
	}

#aboutusinfo
	{
		margin-left:50px;
	}
	

/***Events***/
#date
	{
		font-size:24px;
		font-weight:bolder;
		text-indent:20px;
	}
	
#event
	{
		font-size:16px;
		margin-left:50px;
	}
	
/***Contact Us***/

#name
	{
		font-size:18px;
		font-weight:bolder;
		color:#000066;
	}
	
#contactinfo
	{
		margin-left:50px;
	}

#guestbook
	{
		position:absolute;
	}
	
/***Pictures***/

#picturethumbs
	{
		position:absolute;
	}
	
#pictitle
	{
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
	 	color: #006;
	}

#picprop
	{
		position:center;		
	}

/***Videos***/

