 /*Body*/
body {
margin:30px 0px 0px;
background: #edf2f2;
}

/* Links*/
a:link {text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: underline;
}

/* Text*/
p, li, h1, a{font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
text-align:left;
}

#navmenu p {
color: #000000;
vertical-align: bottom;
text-align:center; 
}

#footer p {
color: #000000;
vertical-align: middle;
}

/*Headings*/
h1 { 
font-weight: bold;
letter-spacing: 1px;
}

/*Page Wrapper*/
#wrapper {
width: 800px;
margin:0px auto;
}

/*Layout Table*/
#layout{
width: 100%;
}

#title {
margin:0px;
width: 100%;
height:100px;
background-image: url(../images/TitleBlockAirwalk1copy.jpg);
background-repeat: no-repeat;


}

#navmenu {
width: 100%;
height:30px;
padding:0;
margin:0;
list-style-type:none;	
background-color: #ffffff;
border: 2px solid #7e929b;

}

#navmenu ul {
float:left;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
}

#navmenu li {
float:left; margin: 0em 3em; 
}
#back_button ul {
list-style: none;
padding: 0;
margin: 0;
}

#back_button li {
float: left;
margin:0 0.15em; 
}

#back_button li a {
border: 2px solid #7e929b;
height: 2em;
line-height: 2em;
float: left;
width:6em;
text-align: center;
}

#navmenu2 {
width: 100%;
height:30px;
padding:0;
margin:0;
list-style-type:none;	
background-color: #ffffff;
border: 2px solid #7e929b;
}

#navmenu2 ul {
float:left;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
}

#navmenu2 li {
float:left; margin: 0 2.5em;
}

#header {
width: 100%;
height: 100px;
background-image: url(../images/websiteheader2.jpg);
background-repeat: no-repeat;
}

#content {
width: 600px;
background-color: #edf2f2;
padding: 10px 0px 10px 20px;
}

#content p{
text-align: justify;
}

#content h1{
text-align: center;
}


#footerleft {
width:300px;
background-color:#edf2f2;
text-align:left;
height: 30px;
padding:0px 0px 0px 20px;
}

#footermid {
width:300px;
background-color: #edf2f2;
height: 30px;
margin-left:-2px;
margin-right:-2px;
}

#footerright {
width:200px;
background-color: #edf2f2;
height: 30px;
padding:0px 10px 0px 0px;
}
#footerright p{text-align: right;
}

/*picture gallery*/
<style type="text/css">
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer{
position: relative;
width:320px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
border: 1px solid white;
margin: 10px 15px 15px 10px;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 1px solid blue;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 2px solid #7e929b;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 325px;
left: 475px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
</style>
/* Carrbridge Artists Studio - stylesht artist_picture_gallery1*/



