/* CSS Document */

body {
    margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffdc;
    background-image: url(../img/bg7.gif);
}

a {
    color: #9cf;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#nav-container {
    background-image: url(../img/susanvaughn_banner.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    width: 643px;
    height: 138px;
}

#nav-home {
    float: left;
    margin-top: 20px;
    margin-left: 35px;
}

#nav-about {
    float: left;
    margin-top: 35px;
    margin-left: 42px;
}

#nav-contact {
    float: left;
    margin-top: 17px;
    margin-left: 39px;
}

#nav-title {
    float: right;
    margin-right: 0px;
    margin-top: 100px;
}

#content-wrapper {
	width: 643px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#text-wrapper {
    background-image: url(../img/text-bg.gif); 
    background-repeat: repeat-y;
    float: left;
    width: 435px;
}

#text-wrapper-bottom {
    background-image: url(../img/text-bottom-bg.gif);
    background-repeat: no-repeat;
    float: left;
    width: 435px;
    height: 27px;
}

#text-wrapper-top {
    background-image: url(../img/text-top-bg.gif);
    background-repeat: no-repeat;
    float: left;
    width: 435px;
    height: 27px;
}

#text {
    float: left;
	font-size: 12px;
	color: #fff;
	width: 390px;
    margin-left: 13px;
}

#text p {
    text-indent: 18px;
}

#text p.noindent {
    text-indent: 0px;
}

#text h1 {
    font-size: 14px;
    font-weight: bold;
    width: 375px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 3px;
    border: 1px solid #fff;
    background-image: url(../img/text-h1-bg.gif);
    background-repeat: repeat-y;
    background-color: #3b3b3b;
}

#sidebar-wrapper {
    float: right;
    width: 175px;
    margin-right: 5px;
}

#side-icons {
    float: right;
    margin-right: 15px;
}

#sidetext-wrapper {
    float: right;
    background-image: url(../img/sidebar-bg.gif); 
    background-repeat: repeat-y;
    width: 175px;
    margin-bottom: 20px;
}

#sidetext-wrapper-top {
    background-image: url(../img/sidebar-top-bg.gif);
    background-repeat: no-repeat;
    width: 175px;
    height: 12px;
}

#sidetext-wrapper-bottom {
    background-image: url(../img/sidebar-bottom-bg.gif);
    background-repeat: no-repeat;
    width: 175px;
    height: 12px;
    margin-bottom: -10px;
}

#sidetext {
    font-size: 12px;
    color: #eee;
    margin-left: 7px;
    margin-right: 10px;   
    text-align: center;
}

#sidetext img {
    padding-top: 7px;
    padding-bottom: 7px;
}

#sidetext h2 {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}
