@charset "utf-8";
body {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: rgba(128,35,95,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: rgba(87,83,86,1.00);
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
}

    #container	{
    background-color: rgba(241,211,231,1.00);
    width: 560px;
    margin: 0px auto;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
			}
aside {
    background-color: rgba(235,234,241,1.00);
    border: medium dotted rgba(45,42,79,1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
aside h1 {
    color: rgba(45,42,79,1.00);
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}


header h1 {
    color: rgba(45,42,79,1.00);
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 4em;
    text-align: center;
    text-decoration: underline;
}
header img {
    width: 40%;
    display: inline;
    border: medium dashed #FDFCFC;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    max-width: 40%;
    border-radius: 142px;
    margin-left: 170px;
    margin-right: 170px;
}

header p {
    font-size: 1em;
    text-transform: uppercase;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-bottom: 30px;
    padding-top: 0px;
    border-bottom: medium dotted rgba(251,245,246,1.00);
    text-align: center;
}
main h1 {
    color: rgba(45,42,79,1.00);
    text-shadow: 0 0px;
    text-transform: capitalize;
    font-size: 2.5em;
    text-align: center;
    
}
main p {
    padding-bottom: 30px;
    text-align: left;
}

main h2 {
    color: rgba(45,42,79,1.00);
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 1.5em;
    padding-top: 30px;
    border-top: medium dotted rgba(252,246,250,1.00);
    text-align: center;
    padding-bottom: 20px;
}
li h3 a {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
li h2 a {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}







a:link, a:visited {
    color: #08575B;
    text-decoration: none;
}

a:hover, a:active {
    color: #6A9698;
    text-decoration: none;
}
footer h1 {
    color: rgba(45,42,79,1.00);
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 1.5em;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
