* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #33BFEB; text-decoration: none; }
a:hover { text-decoration: underline; color : #FF8000; }

.church_name{ font-size: 12px; }

#wrap {
width: 300px;
margin: 160px auto;
}

#header {
height: 40px;
}

#header h1 {
padding: 0 0 0 20px;
font-size: 20px;
letter-spacing: -2px;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #FF8000;
}
#header h2 {
padding-top: 2px;
padding-left: 21px;
font-size: 16px;
color: #808080;
font-weight: 100;
}

fieldset {
border: 1px solid #808080;
padding: 10px;
margin-top: 6px;
font-size: 16px;
height: 130px;
}

fieldset .line{

padding-left: 50px;
}

legend {
color: #000000;
font-weight: normal;
letter-spacing: 2px;
font-size: 22px;
text-transform: uppercase;
}

#footer {
text-align: center;
color: #666;
font-size: 11px;
}
#footer  a { color: #666; }