/* 
    Document   : stylesheet
    Created on : Apr 30, 2012, 2:48:16 AM
    Author     : davidhanagan
    Description:
        Purpose of the stylesheet follows.
*/

body {
    /*
    background-image : url('images/fundbg2.jpg');
    background-attachment: fixed;
    */
    background-color: #333333;
    background-image: url('images/kitsch.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    font-family: Verdana, sans-serif;
}


.Content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0px;
    width: 690px;
    border-style: none;

    padding-top: 0px;
}

.ContentText {
    margin-top: 0px;
    margin-left: 75px;
    margin-right: 75px;
}

.box {
    
    background-color: #550055;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    height: 25px;
    width: 649px;
    text-align: center;
}

p {
    color: black;
    font-size: smaller;     
}

.alignTextAtRight {
    text-align: right;
    font-size: smaller;     
    font-style: italic;
}

.barText {
    font-size: smaller;
/*    text-align: center;*/
    color: white;
    font-style: bold;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
/*    word-spacing: 50px;*/
}

.myitalic {
    font-style: italic;
}

.sub {
    margin-top: 50px;
    text-align: center;
    font-size: 7pt;
}

h2 {
    color: black;
    margin-top: 0px;
}

.mainImage {
    display: block;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
}

.boxbox {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.boxImage {
    padding:0px;
    width: 180px;
    padding: 8px;
    border-style: none;


}

.boxDivider {
    width: 1px;
    height: 180px;
    background-color: black;
}

a {
    text-decoration: none;
}

.imageLeft {
    border-style: none;
    margin-left: 65px;
}

.imageLeftOnActualImageBecauseThisIsStupid {
    vertical-align: middle;
}