/* reset stylesheet from Eric Mayer */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
font-family: sans-serif;
}
body
{
line-height: 1;
}
ol, ul
{
list-style: none;
}


/* details of the John Brohan style sheet for his web pages */
body {

font-size: 1em;
/*line-height: 26px;*/
background-image: url('images/outerwrap.jpg');
background-position:left top;
background-repeat: no-repeat;
}

h1 {
/*font-family: "MS Trebuchet", sans-serif;*/
font-size: 2em;
margin:0 20px 20px;
color:#999;
}

h2 {
/*font-family: "MS Trebuchet", sans-serif;*/
font-size: 1.5em;
margin:0 20px 20px;
color:#999;
}
p{margin:0 20px 20px}
.container{ text-align:left;width:911px;margin:0 auto;/*font-family: sans-serif;*/}
.content {float:right;width:661px;background-color: white;line-height:1.4;/* font-family: sans-serif;*/}
.content p{font-size: 1em; line-height:1.50}
.navigation{float:left;width:250px;background-color: white ;/*font-family: sans-serif;*/}
.navigation p{font-size: 0.7em; margin:0 0 0 0;line-height:150%}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
	width: 170px;
    color: #444;
    display: block;
    float: left;
    font-size: 13px/*, sans-serif */;
    height: 24px;
    margin-right: 6px;
	margin-bottom:4px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat scroll;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/*
#wrap {
width: 990px;
margin: 0 auto;
text-align: left;
background-color: #fff;
color: #333;
border: 2px solid #fff;
}

#header {
height: 150px;
padding: 0;
margin: 0;
border-bottom: 2px solid #fff;
}

#nav {
text-align: center;
background-image: url('Images/navgrad.jpg');
background-repeat: repeat-x;
color: #fff;
}

#nav ul {
padding: 10px 0;
margin: 0;
}

#nav li {
display: inline;
list-style-type: none;
padding-right: 10px;
}

#nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
}

#content {
padding: 20px;
}

#content img {
margin: 20px;
}

#footer {
clear: both;
background-image: url('Images/footer.jpg');
height: 30px;
} */
