/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body {
        margin: 0;
        padding: 0;
        font: 90%/130% Verdana, Arial, Helvetica, sans-serif;
        background:#eee url(ppbg.gif) repeat-x 0 0;
        text-align:center;
}
form, fieldset {
        margin: 0;
        padding: 0;
        }
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
img { border:none; }

#wrapper {
margin:0 auto;
width:1024px;
text-align:left;
}
#content {
clear:left;
}
#pecknelonline, #peckneldirect, #pecknelmusicandbooks {
width:310px;
float:left;
margin:12px;
}
.pecknelmusic {
float:left;
margin-left:0;
margin-right:150px;
margin-bottom:5px;
}
.service {
margin:0 26px;
margin-top:15px;
}
.info {
margin:9px 26px;
padding: 6px 18px;
border:#aaa 1px solid;
border-top:none;
background-color:#fff;
}
#footer {
clear:left;
height:75px;
background:#000;
}

#footer p, #footer a, #header a {
color:#fff;
font-weight:bold;
text-align:center;
text-decoration:none;
}
#footer p {
padding-top:20px !important;
}
.cities, .contact, .presence {
font-weight:bold;
color:#fff;
margin:0;padding:0;
}
.cities {
padding-top:20px;
}
.contact {
padding-top:4px;
font-size:1.5em;
}
.contact span {
font-size:0.5em;
}
.presence a, .presence a:visited {
color:#fff;
text-decoration:none;
}
.presence a:hover {
text-decoration:underline;
}

.thumb {
float:left;
width:100px;
background-color:#360000;
border:1px solid #360000;
height:75px;
margin-right:12px;
}