/* CSS Document */

		*
		{
			margin: 0;
			padding: 0;
		}
		body 
		{
			font-family: verdana;
			font-size: 12px;
			background-color: #F5DEB3;	
		}
		
		
		h1 
		{
			 background: url(top.jpg);
			 width: 775px;
			 height: 169px;
			 text-indent: -1000em; 
		}
		ul
		{
			margin-top: 15px;
			margin-left: 80px;
		}

		a:link { color: #808000;   font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight:bold; }
		a:visited {color: #6B8E23; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight:bold; }
		a:hover { color: #8B4513;  font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight:bold;  }

		#container
		{
			margin:0 auto;
			width: 775px;
			border: 1px solid #000;
		}
		
		#nav 
		{
			background: url(left.jpg); 
			background-repeat: no-repeat; 
			width: 170px; height: 506px; 
			float: left;
		}
		#nav h3
		{
			margin-top: 6px;
			margin-left: 90px;
			font-size: 14px;
			color: #fff;
			font-weight: bold;
		}
		#nav ul
		{
			margin-top: 50px;
			margin-left: 65px;
			font-size: 14px;
			font-weight: bold;
			list-style: none;
			line-height: 2.5;
		}
		#nav a 
		{
			 color: #FFF;
			 text-decoration: none;
		}
        #content
        {
			background-image: url(center.jpg); 
			background-repeat: no-repeat; 
            width: 605px;
            height: 506px;
            float: left;
            overflow: auto;

        } 
		#alignment
		{
		
			background-color: transparent;
		}
		#alignment h2
		{
			margin-top: 10px;
			margin-left: 40px;
			font-size: 16px;
			font-weight: bold;
		}
		#alignment p
		{
			text-indent: 20px;
			margin-top: 20px;
			margin-left: 40px;
			margin-right: 200px;
			font-size: 12px;
			line-height: 1.5;
		}

		#footer
		{
			background: url(bottom.jpg);
			background-repeat: no-repeat;
			width: 775px;
			height: 125px;
			text-align:center;
			clear: left;
			font-size: 10px;
		}
		#visitors
		{
			margin-top: 15px;
			font-weight: bold;
		}
		#footer a
		{
			color: #333;
			font-size: 10px;
		}
		#design
		{
			margin-top: 5px;
			color: #333;
			font-size: 10px;
		}
		#quote
		{
			margin-left: 40px;
			margin-right: 40px;		
		}
		td
		{
			padding-top: 4px;
			padding-bottom: 4px;
		}

		#gallery img
		{
			border: 1px solid #000;
			display: inline;
			float: left;
			margin-bottom: 2px;
			margin-right: 2px;
	
		}
		#gallerymain
		{
			width:350px;
			margin-top: 25px;
			margin-left: 40px;
		    height: 200px;
			overflow: auto;
		}
		#gallerymain2
		{
			width:350px;
			margin-top: 25px;
			margin-left: 40px;
		
		}
		.box2 img
		{
			border: 1px solid #000;
			margin-top: 25px;
			width:400px;
			height:170px
		}
