* {
		padding: 0px;
		margin: 0px;
		}
	
	body  {
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		height: 100%;
		background-color: #C3C890;
		text-align: center;
		}
		
	#container	{
		background: white url(images/tile.gif) top left repeat-y;
		width: 759px;
		border: 1px solid black;
		margin: 0px auto 0px auto;
		}
	
	#header {
		padding: 0;		
		background-color: #AF9967;
		vertical-align: top;
		}
	
	#mainNav {
		width: 206px;
		background: transparent;
		vertical-align: top;
		text-align: left;		
		}
	
	#mainNav ul li a#homeLink {
                background: url(images/home.gif) top left no-repeat;
                background-position: -207px;
                }

    #mainNav ul li a#homeLink:hover {
                background: url(images/home.gif) top left no-repeat;
				}
				
	#mainNav ul li a#servLink {
                background: url(images/services.gif) top left no-repeat;
                background-position: -207px;
                }

    #mainNav ul li a#servLink:hover {
                background: url(images/services.gif) top left no-repeat;
				}

	#mainNav ul li a#galLink {
                background: url(images/gallery.gif) top left no-repeat;
                background-position: -207px;
                }

    #mainNav ul li a#galLink:hover {
                background: url(images/gallery.gif) top left no-repeat;
				}
	
	#mainNav ul li a#testLink {
                background: url(images/testimonials.gif) top left no-repeat;
                background-position: -207px;
                }

    #mainNav ul li a#testLink:hover {
                background: url(images/testimonials.gif) top left no-repeat;
				}
				
	#mainNav ul li a#contactLink {
                background: url(images/contact.gif) top left no-repeat;
                background-position: -207px;
                }

    #mainNav ul li a#contactLink:hover {
                background: url(images/contact.gif) top left no-repeat;
				}
	
	#mainNav li a {
		color: black;
		display: block;
		text-decoration: none;
		border-bottom: 1px solid black;
		padding: 0;
		margin: 0;
		background: transparent;
		width: 207px;
		height: 29px;				
		}
			
	#mainNav ul
		{
		margin-top: 10px;
		list-style: none;
		}
		
	#mainNav ul li
		{
		margin: 0;
		display: block;		
		}
		
	#mainNav p
		{
		color: black;
		font-size: 11px;
		margin: 8px 6px 16px 8px;
		}
	
	#content	{
		vertical-align: top;
		padding: 0;
		text-align: left;
		width: 552px;
		}
		
	#content h2, h3, h4, h5	{
		font-family: times;
		margin: 10px 0 10px 10px;
		}
	
	#content p
		{
		margin: 6px 20px 0 20px;
		font-size: 11px;
		}
		
	.imgBorder
		{
		border: 2px solid black;
		cursor: hand;
		}
		
	#content ul, ol
		{
		margin: 10px 30px 10px 30px;
		font-size: 11px;
		}
		
	#content li
		{
		margin-top: 6px;
		}
		
	#galleryTable td
		{
		vertical-align: top;
		font-size: 11px;
		}
	
	#footer  {
		padding: 0;
		background: #AF9967;
		}
		
	#copy	{
		color: #7A6B48;
		background-color: #AF9967;
		padding: 8px;
		font-size: 9px;
		text-align: left;
		}
		
	.bold	{
		font-weight: bold;
	}
	
	.italic
		{
		font-style: italic;
	}