/* Chasing Grace Website CSS */
html, body, ul, li, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    /* position: relative; */
    list-style: none;
}


h1 img {
    display: block;
}
img {
    border: 0;
}

a {
    /* color: #FEFF00; */
    text-decoration: underline;
}
a:hover {
}
.left {
    float: left;
}
.right {
    float: right;
}
.more {
    text-align: right;
}
.clear {
    clear: both;
}
body {
    /* background color of page */
    /* background: #000099 0px 135px url(images/grad.jpg) repeat-x; */
    /* background: #CCCCCC; */
    font: 12px arial, sans-serif;
    /* color: #000000;  */
    /* position: relative;      */
}
#wrapper {
    /* background: url(images/pic_1.jpg);  */
    /* background: #006699;   */
    /* position: relative;  */
}
#header {
    /* border: 1px solid #000000;    */
    /* background: 6px 0 url(images/header_logo.jpg) no-repeat;  */
    background: url(images/chasing_grace_header_logo.jpg) no-repeat;
    width: 1000px;
    height: 110px;
    /* position: relative;   */
}
h1 {
    height: 95px;
    color: #fff;
    font-weight: normal;
    font: 22px arial, sans-serif;
    line-height: 95px;
    text-indent: 23px;
    width: 400px;
}
h1 span {
    font-size: 30px;
}

#body {
    /* background: top right url(images/body_bg.jpg) no-repeat;  */
    /* position:relative; */
    border: 1px solid #000000;
    background: top left url(images/chasing_grace.jpg) no-repeat;
    height: 422px;
    width: 975px;
    margin: 10px 10px 10px 10px;
}

#nav {
    background: url(images/nav_bg.jpg) repeat-x;
    width: 1000px;
    height: 40px;
    font-size: 15px;
}
#nav em {
    font-size: 22px;
    font-style: normal;
}
#nav ul {
    min-width: 1000px;
    padding: 0;
    padding-top: 10px;
}
#nav li {
    float: left;
    /* background: 12px 6px url(images/bullet_nav.gif) no-repeat;   */
    /* padding-left: 50px;  */
    padding-right: 40px;
    /* margin: 0;   */
}
#nav li.first {
    background: none;
    padding-left: 10px;
}
#nav a {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
#nav a:hover {
    color: #990000;
}

#content {
    /* background: #760202;  */
    /* background: #333333;  */
    /* border: 1px solid #6A0101;   */
    height: 412px;
    width: 270px;   /* width of  text */
    margin: 10px 10px 10px 705px; /* where text starts */
    text-align: justify;
}

#content .i {
    padding: 15px;
}

#content h2 {
    /* font: 16px "times new roman", serif; */
    /* font: 16px arial, sans-serif;   */
    font: 20px "times new roman", serif;
    font-style: italic;
    font-weight: normal;
    color: #000000;
    clear: both;
}
#content h2 strong {
    color: #000000;
    font-weight: normal;
}

#content h2.h {
    font-size: 12px;
}

.htop {
    color: #000000;
}
.hproject {
    position: relative;
    top: 0.5em;
    left: -0.4em;
}
.hof {
    position: relative;
    top: -0.5em;
    left: -1.5em;
    color: #000000;
}
.h2006 {
    position: relative;
    top: 0.1em;
    left: -0.8em;
    font-size: 22px;
}
#motto {
    border: 1px solid #000000;
    height: 100px;
    width: 965px;   /* width of  text */
    margin: 10px 10px 0px 0px; /* where text starts */
    text-align: justify;
    background: url(images/chasing_grace_guitarist.jpg) repeat-x;
    padding-top: 10px;
    padding-left: 10px;
}

#footer {
    margin: 10px 0px 0px 0px;
    background: url(images/footer.jpg) repeat-x;
    height: 46px;
}


