	/* 
Title:     Capeside Design Stylesheet
Author:    Chris Gillis - Saltline Studio Chatham, Ma
*/
	
#container {
	width: 825px;
	\width: 845px;
	w\idth: 825px;
	margin-left: auto;
	margin-right: auto;
		}
		
body {
   margin:0;
   padding:0;
   background:#fde792 url(images/bg.gif) repeat-y 50% 0;
   font-family: georgia, times, serif;
        }

#banner {
    background: url(../images/header.gif) no-repeat;
    width: 825px;
    height: 186px;
    }
    
#leftwork img {
	padding: 1px;
	border: 2px solid #9ec15f;
	background: #fff;
    }
		
#rightcol {
	position:relative;
	width:360px;
	text-align:left;
	float:left;
	padding: 0px 9px 14px 30px;
		}
		
#leftcol {
	position:relative;
	width:360px;
	text-align:left;
	float:left;
	padding: 0px 0px 4px 20px;
		}
		
#content {
    background:#477725;
    font-size: 15px;
    line-height: 1.8em;
    font-family: georgia, times, serif;
    color: #9ec15f;
    padding: 9px;
		}
        
#rightinstr {
  	float: right;
    margin: 30px 30px 0px;

	    }
	    
#rightinstr img {
	padding: 1px;
	border: 3px solid #9ec15f;
	background: #fff;
    }
    
#leftwork {
	float:left;
	text-align:left;
	background:#477725;
	width: 500px;
	padding: 10px;
	    }
		
		
/* ----- navigation ----- */
		
#nav {
    margin: -3px 0px 0px 0px;
	padding: 0;
	background:#9ec15f;
    width: 825px;
    height: 39px;
       }

#nav ul {
    margin: 0px;
	padding: 0;
	list-style: none; 
    background: #9ec15f;
    height: 100%;
    display:inline;
		}	

#nav li {
	float: left;
	font-family: georgia, times, serif;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 1px; 
		}
		
#nav li a {
	float: left;
    font-weight: bold;
    padding: 12px 14px;
    font-size: 85%;
    color: #477725;
    text-decoration: none;
		}
		
#nav li a:hover {
     text-decoration: none;
     color: #435500;
    }
    
#nav li a.active {
	color: #9ec15f;
	background: #477725;
    text-decoration: none;
	}


#photos {
	padding: 25px;
    background:#477725;
         }
         
#photos img {
	padding: 1px;
	border: 3px solid #9ec15f;
	background: #fff;
    }
    
             
h1 {
    font-family: georgia, times, serif;
    color: #fde792;
    font-weight: normal;
    font-size: 170%;
    }
    
    
h2 {
    font-family: georgia, times, serif;
    color: #fde792;
    font-weight: normal;
    font-size: 130%;
    }

	    
/* ----- contact form ----- */
	    
#contactform {
    float:left;
	text-align:left;
	background:#477725;
	width: 500px;
	padding: 20px;
	    }    

   
	
/* ----- footer ----- */
	
#footer {
	clear: both;
	padding: 85px 0 10px 15px;
	margin-top: ;
	background:#477725;
	font-family: georgia, times, serif;
    color: #9ec15f;
    text-align:center;
    font-size: 13px;
		}
		
#footer a {
    font-size: 100%;
  	font-family: georgia, times, serif;
    color: #9ec15f;    
    text-align:center;
    }
		
    