body{ 
    margin:0; 
    padding-top:0; 
    text-align: left;
    background: url(images/bkgd.jpg) top left repeat-x #FFF;
    background-attachment: fixed;
    } 
 
#website{ 
    width: 848px; 
    text-align: left;  
    margin-left: auto; 
    margin-right: auto;
    background: #FFF;
    padding-bottom: 2em;    
    } 
 
 /*sidebar */
#sidebar{
     width: 240px; 
     float: left; 
     padding-top: 58px;
     padding-left: 32px;
     background-color: #FFFFFF; 
     }

/*sidebar bkgd images */
div.landmark #sidebar {
    background: url(images/landmark.jpg) top left no-repeat;
}

div.palms #sidebar {
    background: url(images/palms.jpg) top left no-repeat;
}

div.sands #sidebar {
    background: url(images/sands.jpg) top left no-repeat;
}

div.blimp2 #sidebar {
    background: url(images/blimp2.jpg) top left no-repeat;
}

div.mike #sidebar {
    background: url(images/mike.jpg) bottom left no-repeat;
}



/*content area */
#content{
    float: right; 
    width: 544px;
    background-color: #FFFFFF;
     }
    
#content #header{
    height: 50px;
    border-top: 10px solid #594546;
    }
    
#content #nav {
    width:
    height: 60px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
 
/*navigation*/    
#nav a{
    float: left;
    display: block;
    height: 20px;
    background: url(images/nav.jpg) #6C5557;
    padding: 28px 0 12px 0;
    font-family: Georgia, Times, "Times New Roman", serif; 
    font-size: 20px;
    text-decoration: none;
    text-align:center;
    letter-spacing: -0.02em;
    border-right: 1px solid #FFF;
	color: #FFF;
}

#navabout a{
    width: 122px;
    }
    
#navbio a{
    width: 162px;
    }
    
#navgallery a{
    width: 125px;
    }
    
#navcontact a{
    width: 132px;
    }

#nav a:hover, #nav a.current {
    background-position: 0 -60px;
}



#nav li {
    padding: 0;
    margin: 0;
    list-style: none;
	display: inline;
	
	}
	
#nav li.last a {
	border-right: none;
	}


#content #main {
    clear: left;
    padding: 30px 32px 0 0;
    }

/*content bkgd images */
div.blimp #main {
    background: url(images/blimp.jpg) top right no-repeat;
}

div.motel #main {
    background: url(images/motel.jpg) bottom right no-repeat;
}

div.caesars #main {
    background: url(images/caesars.jpg) bottom right no-repeat;
}

div.girl #main {
    background: url(images/girl.jpg) bottom right no-repeat;
}

div.palms2 #main {
    background: url(images/palms2.jpg) bottom right no-repeat;
}
 
#footer {
    width: 782px;
    clear:both;
    background-color:#FFFFFF; 
    margin-left: 32px;
    border: 1px solid #FFF;
    } 
    
#extra {
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid #C8C2C0;
    text-align: center;
    /*border: 1px solid #f00;*/
    }
 
/* text styles */

h1 {
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 18px;
	font-weight: normal;
    line-height: 0.8em;
    letter-spacing: -0.02em;
	color: #E5644A;
}

h2 {
 	font-family: Lucida Grande, Arial, sans serif; 
    line-height: 0.8em;
    font-weight: bold;
    font-size: 12px;
	letter-spacing: 0.08em;
	color: #564B47;
}

 
 
p, a, label  {
 	font-family: Lucida Grande, Arial, sans serif; 
    line-height: 1.5;
    font-size: 12px;
    color: #564B47;
    }
    
span.quote  {
 	display: block;
 	font-family: Georgia, Times, "Times New Roman", serif; 
 	font-style: italic;
    line-height: 1.5;
    font-size: 13px;
    color: #E5644A;
    }

#sidebar h2 {
 	font-family: Lucida Grande, Arial, sans serif; 
    line-height: 0.8em;
    font-size: 12px;
	letter-spacing: 0.01em;
	color: #9A908D;
	border-top: 1px solid #C8C2C0;
	padding-top: 8px;
	margin-top: 20px;
	}
	
	
#sidebar p, #sidebar a {
    font-size: 11px;
    color: #9A908D;
    }
    
#footer p, #footer a{
    font-family: Lucida Grande, Arial, sans serif; 
    line-height: 1.5;
    font-size: 11px;
    font-weight: normal;
    color: #C8C2C0;

    }

    


