/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
    text-align: center;
}

p {
    text-align: left;
}

body {
    margin: 0;
    padding: 0;
    text-align: justify;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #F1F5F8;
    background-color: #353238;
    background-image: url("backgroundGlitch.gif");
}

* {
    margin: 0 auto 0 auto;
    text-align: left;
}

#header {
    position: relative;
    max-width: 95%;
    height: 150px;
    margin-left: 29px;
    margin-right: 21px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: url(header.jpg) no-repeat;
}

#page {
    margin: 0 auto 0 auto;
    display: table;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #252F33;
    width: 90%;
    max-width: 1200px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#titleBgr {
    height: 100%;
    background-color: rgba(53, 50, 56, .5);

    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;

}

.text1{
    color: #d2182d;
}

.text2{
    color: #2e8c71;
}

.text3{
    color: #fdb82d;
}

.text4{
    color: #353238;
}
.text5{
    color: #132f56;
}



.title {
    position: relative;
    left: -62px;
    top: 22px;
    text-align: left;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 80px;
    -webkit-text-stroke: 1px white;
    font-weight: bold;
    color: #192B33;

    white-space: nowrap;
    max-width: 80%;
}

.articleTitle {
    text-align: left;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;

    width: 80%;
}

.articleContent {
    width: auto;
    position: relative;
    padding-left: 25px;
    color: #F8FBFC;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 27px;
}

.articleText{

}

.divCode{

    line-height: 120%;
    width: 79%;
    background-color: #353238 ;
    border-radius: 10px;
}

.partsList {
    width: 102px;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px;
    height: auto;
    margin-right: -9%;
    background-repeat: no-repeat;
    text-align: right;
    float: right;
    white-space: nowrap;
}

.part{
    width: 70%;
}

.rightLinks a:hover {
    color: #A7C27C;
}

img{
    
    max-width:40%;
}

.imageSlideshow{
    margin: 0 auto 0 auto;
    position: relative;

}


#bar {
    position: relative;
    width: 680px;
    height: 57px;
    margin-left: 29px;
    margin-right: 21px;
    background: url(bar.png) no-repeat;
}

.menuLink {
    height: 37px;
    width: 105px;
    text-align: center;
    float: left;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #EAD5A8;
    padding-top: 18px;
}

.menuLink a {
    color: #192B33;
}

.menuLink a:hover {
    color: #353238;
}

.menuLink:hover {
    background: url(bar2.png) repeat-x;
}

a {
    text-decoration: none;
    color: #8FB359;
}

#pageContent {
    width: 80%;
    max-width: 800px;
    height: auto;
    padding-bottom: 20px;
}

#footer {

    width: 730px;
    height: 60px;
    background: url(footer.png) no-repeat;
    text-align: center;
    font-size: 9px;
    color: #386172;
    padding-top: 36px;
}

#footer a {
    font-size: 10px;
    color: #386172;
}

html, body {
    text-align: center;
}

p {
    text-align: left;
}