* {
	margin: 0;
	padding: 0;
}
/* =General page settings
----------------------------------------------- */
body {
background: #6699aa;
fontfamily:Verdana, Ariel, Helvetica, Sans Serif;
font-size: 13px;
line-height: 15px;
color: #333;
}
/* =Headings - Generic styles
----------------------------------------------- */

a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
color: #fff;
}

#wrap {
margin: 0px auto;
width: 800px;
}



#header {
background: #6699aa url(illus_images/doherty_banner.jpg) no-repeat;
height: 150px;
}
a img { border: none; }

a:link { background: transparent; color: #000000; }

a:visited, a:hover, a:focus, a:active { background: transparent; color: #000000; }

#header h1 { 
font-size: 20px;
letter-spacing: -1px;
padding: 20px 0 0 50px;
color: #000;
}
#header h1 a { background: transparent url(illus_images/logo.png) no-repeat 0 0; display: block; height: 30px; overflow: hidden; text-indent: -9999px; width: 250px;
color: #6699aa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 10px;
color: #000;
padding: 30px 0 0 200px;
letter-spacing: -1px;
font-weight: 100;
}
#content h1 { 
font-size: 20px;
letter-spacing: -1px;
padding: 20px 0 0 50px;
color: #6699aa;
}
#content h2 { 
font-size: 12px;
letter-spacing: 1px;
padding: 20px 0 0 50px;
color: #6699aa;
}
#content h3 { 
font-size: 15px;
letter-spacing: -.5px;
padding: 20px 0 0 50px;
color: #6699aa;
}
/* contact over banner
----------------------------------------------- */
#nav-a { left: 50px; list-style-type: none; position: relative; top: 110px; }

#menu {
height: 40px;
line-height: 40px;
background: #6699aa url(illus_images/menu.jpg) no-repeat;
}
#menu h2 {
padding-left: -30px;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0px 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail:active img{
border:1px white;
}

.thumbnail img{
border: 0px solid white;
margin: 20 5px 5px 20;
}

.thumbnail:active img{
border:0px white;
}

.thumbnail:hover img{
border: 0px solid white;
}
/*trying to get a middle image*/

.right {

float: right;
width: 280px;
text-align: justify;
background: #fff;
padding: 10px;
border-left: 0px solid #fff;
border-top: 0px solid #000;
border-bottom: 0px solid #000;
border-right: 20px solid #fff;
}
/* thumbnails circle */
.imgright {
float : right;
border : 0px solid #345411;
padding : 0px;

margin-right : 290px;
margin-left : 0px;
padding-top : 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:focus span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
white-space: nowrap;

}

/* Content - boxes
----------------------------------------------- */
#content {
background: #6699aa url(illus_images/content.jpg) repeat-y;
padding: 20px;
}
#content h2 {
padding: 20px;
}



/* Bottom bit
----------------------------------------------- */
#bottom {
background: #6699aa url(illus_images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: black;
}