/* Unchanged */
/* CSS Document */


#allContent
				{
						width:				900px;
						margin:				0 auto;
						border:				thin solid #ffffff;
						font-family:		Arial, Helvetica, sans-serif;
						background-color:	#eee4c0;
						}
body
				{
						background-color:	#999999;
						}
						
#mainContent
				{
						padding:        10px 15px 10px 10px;
						
						}
#eventList 
				{
						margin-left:	50px;
						
						}

#serviceList
				{
						margin-left:	50px;
						}		
#photos
				{
						float:			right;
						padding-right:  10px;
						}	
ul
				{
						list-style-image:	url(bullet.jpg);
						font-style:			italic;
						}
#contactInfo
				{
						margin-left:		100px;
						font-weight:		bold;
						margin-bottom:		15px;
						}

a:link
				{
						color:				#FF0000;
						}
						
a:visited
				{
						color:				#FF0000;
						}
a:hover
				{
						text-decoration:	none;
						}

h3
				{
						text-align:			center;
						font-style:			italic;
						font-family:		"Times New Roman", Times, serif;
						text-decoration:	underline;
						}
#aboutMain
				{
						padding:            10px 10px 10px 10px;
						}
#aboutMain h3
				{
						text-decoration:	none;
						}
#header
				{
						border:				none;
						}
#form	
				{
						padding:            10px 10px 10px 10px;
						}
#servicesArea
			{
					width:					500px;
					height:					200px;					
					}
#commentsArea
			{
					width:					500px;
					height:					200px;
					}	
