@charset "utf-8";
body {
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}
p,h1,h2,h3,h4,h5,h6 {
    margin:15px 35px 15px 35px;
}
a:link {
    text-decoration: none;
    color: #339900;
    font-weight: bolder;
}
a:visited {
    text-decoration: none;
    color: #339900;
    font-weight: bolder;
}
#container {
    width: 960px;
    margin: 35px auto 35px auto;
    overflow: hidden;
}
#header {
    background-image: url(../bg-img/header-tile.png);
    width: 950px;
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    font-family: 'Ruthie', cursive;
    font-size: 72px;
    color: #FFFFFF;
    background-color: #003366;
    border: 5px #FFFFFF outset;
}
#nav {
    width: 960px;
    background-color: rgba(255,255,255,.90);
    margin-top: 15px 0px 15px 0px;
    text-align: center;
    border-radius: 5px;
}
#nav a:link {
    display: inline-block;
    width: 150px;
    margin: 5px 15px 5px 15px;
    padding: 5px;
    background-color: rgba(0,0,0,.15);
    border-radius: 15px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    border: 0px;
}
#nav a:visited {
    display: inline-block;
    width: 150px;
    margin: 5px 15px 5px 15px;
    padding: 5px;
    background-color: rgba(0,0,0,.15);
    border-radius: 15px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    border: 0px;
}
#nav a:hover {
    display: inline-block;
    width: 150px;
    margin: 5px 15px 5px 15px;
    padding: 5px;
    background-color: rgba(0,0,0,.35);
    border-radius: 15px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border: 0px;
}

#header p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
}
.main {
    color: #000000;
    text-align: justify;
    font-size: 18px;
    width: 960px;
    background-color: rgba(255,255,255,.90);
    margin: 15px 0px 35px 0px;
    overflow: hidden;
    line-height: 1.5;
    border-radius: 5px;
}
.main h1 {
    color: #003366;
    font-family: 'Ruthie', cursive;
    font-size: 55px;
    font-weight: normal;
}
.main h2 {
    color:#003366;
    font-family: 'Ruthie', cursive;
    font-size: 36px;
    font-weight: normal;
}
.right-side {
    display: block;
    clear:both;
    width: 356px;
    float: right;
    margin: 35px 15px 0px 0px;
    padding: 0px 0px 15px 35px;
}

.rs-photo {
    margin-bottom: 15px;
    border: 3px #333333 solid;
}
#footer {
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    width: 950px;
    background-color: #003366;
    margin: 15px 0px 35px 0px;
    overflow: hidden;
    line-height: 1.5;
    border-radius: 5px;
    background-image: url(../bg-img/header-tile.png);
    border: 5px #FFFFFF outset;
}
#footer a {
    color: #FFCC66;
    border:0px;
    text-decoration: none;
}
.dropcap {
    float: left; color: #993300; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: serif;
}

.more {
    display: inline-block;
    font-size: small;
}

.no-decoration {
    list-style-type: none;
    list-style-position: outside;
}
.no-decoration li { 
    margin-right: 390px;
    margin-bottom: 15px;
    margin-left: 35px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: rgba(0,0,0,.15);
    border-radius: 5px;
}
.center-img {
    display: block;
    margin: 15px 25px 15px 35px;
    border: 10px inset #555555;
}

.links-ul li {
    list-style-position: inside;
    padding-top: 5px;
    padding-bottom: 5px;
}

.links-ul {
    margin-left: 50px;
}
