	body	{
		margin: 50px;
		padding: 0px;
		text-align: center;
		background: #CCA98D url(../images/pattern.jpg) repeat-x top left;
		font-family: verdana, lucida, arial, helvetica, sans-serif;
		color: #5C2013;
		}
		
	#container
		{
		width: 740px;
		margin: auto;
		}
			
	a.gallBorder {border: 4px solid #5C2013; margin: 12px;}

	a.gallBorder:hover {border: 4px solid white; margin: 12px;}

	.gallImage
		{		
		border: 4px solid #5C2013;
		margin: 12px;
		}
		
		.gallImage2
		{
		border: 4px solid white;
		margin: 12px;
		}
	
	p, li	{
		font-size: 11px;
		color: #5C2013;
		margin: 4px;
		line-height: 1.25em;
		}

	#mainAbout p
		{
		margin-right: 30px;
		}
	
	h1	{
		font-size: 18px;
		}	

	.chill	{
		font-size: 12px;
		font-weight: normal;
		}
		
	h2	{		
		font-size: 14px;
		margin-top: 6px;
		margin-bottom: 3px;
		font-weight: bold;
		border-bottom: 1px dotted #5C2013;				
		}
		
	h3	{
		color: #5C2013;
		font-family: "Gill Sans", "Century Gothic", "trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		margin-bottom: 2px;
		}

	h4	{
		color: #5C2013;
		margin-top: 0;
		margin-bottom: 6px;
		font-size: 12px;
		font-style: italic;
		}	
			
	#main, #mainALL, #mainAbout, #mainContact	{
		margin: 5px auto;
		text-align: left;
		height: 548px;
		background: #CCA98D url(../images/mainPage.jpg) repeat-x top left;
		width: 100%;
		}	

	#mainALL	{
		background: #CCA98D url(../images/back4all.jpg) repeat-x top left;		
		}

	#mainAbout	{
		background: #CCA98D url(../images/back4about.jpg) repeat-x top left;		
		}		
	
	#mainContact	{
		background: #CCA98D url(../images/back4contact.jpg) repeat-x top left;		
		}		
		
	.bodyLink:link, .bodyLink:visited {		
			color: #5C2013;	
			text-decoration: underline;								
			}
			
	.bodyLink:hover, bodyLink:active {		
			text-decoration: none;
			color: white;
			}		
	
	
	address
			{
			color: #CC966B;
			display: block;
			width: 100%;
			margin: 2px auto;
			text-decoration: none;
			font-style : normal;			
			font-size: 9px;
			text-align: left;
			}
			
    .emph
		{ 
		font-style: italic;
		 }