

/*----------------BODY-------------------------------------------------*/

body{
    background: #e9eeaf url(../images/bg.png) top left repeat-x;
    font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
    text-align: center;
    color: #222222;
}

a{
  text-decoration: none;
  color: #222222;
}

/*----------------WRAPPER----------------------------------------------*/
#wrapper{
    margin: 10px auto;
    width: 800px;
    height: 600px;
}


/*----------------POS DIV GENERAL--------------------------------------*/

#posone, #postwo, #posthree, #posfour{
    width: 197.5px;
    height: 410px;
    float: left;
    text-align: left;
}

#posone h1, #postwo h1, #posthree h1, #posfour h1{
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0px 0px 20px;
}

#postwo h1, #posfour h1{
    margin: 20px 0px 0px 35px;
}

#posone p, #postwo p, #posthree p, #posfour p{
    margin: 15px 0px 0px 20px;
}

#smallmail{
    font-size: 12px;
    padding: 10px 0px 0px 35px;
}

/*----------------POS ONE----------------------------------------------*/

#posone{
    background: url(../images/one.png) top left no-repeat;
}

/*----------------POS TWO----------------------------------------------*/

#postwo{
    background: url(../images/two.png) top left no-repeat;
}

/*----------------POS THREE--------------------------------------------*/

#posthree{
    background: url(../images/three.png) top left no-repeat;
}

/*----------------POS FOUR---------------------------------------------*/

#posfour{
    background: url(../images/four.png) top left no-repeat;
}

/*----------------TITLE-----------------------------------------------*/


#title{
    width: 390px;
    height: 190px;
    float: left;
}

#title h1{
    font-size: 42pt;
    text-align: center;
    text-transform: uppercase;
    text-shadow:0px 0px 7px #555555;
}

/*----------------TAGLINE----------------------------------------------*/




#tagline{
    width: 390px;
    height: 190px;
    float: left;
}

#tagline p{
    font-size: 18pt;
    padding: 20px 0px 0px 20px;
    color: #222222;
    text-align: left;
}

