/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000066;
}

#wrapper {
background-image: url(http://brianhmack.com/bhmfolder/images/graphics/bhm_wrapper_bg.png); 
background-position: center;
background-repeat: no-repeat;
width: 770px;
margin: 0px auto;
text-align: center;
}

#banner {
background-color: #ffffff;
width: 769px;
height: 80px;
}

#content p {
background-color: #ffffff;
text-align: center;
font-size: 90%;
font: Geneva, Arial, Helvetica, sans-serif;
color:#000066; 
}

#content h1 {
font-size: 16pt;
color: #000066;
}

#footer {
background-color: #ffffff;
background-repeat: no-repeat;

width: 770px;
height: 20px;
}

#footer p {  
}

/* Leave this in here just in case we need to use it in the future.

a#button1 {
    display: block;
    width: px;
    height: px;
    background-image: url(http://ypdofvc.org/images/graphics/.png);
    margin: 0 auto;
}
a#button1:hover {
    background-image: url(http://ypdofvc.org/images/graphics/.png);
}
a .alt { display: none; } 
*/

.leftimage {
float: left;
margin: 0 10px 20px 0;
border: 2px solid #000066;
}

.rightimage {
float: right;
margin: 0 10px 20px 0;
border: 2px solid #000066;
}

.centerimage {
float: center;
margin: 0 10px 20px 0;
border: 2px solid #000066;
}