/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************/
/*           COLOR SCHEME             */
/**************************************
- black		#000
- white		#fff
-           #
-           #
-           #
***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
  background: url('../img/background.png') top left no-repeat #fff;
}

#container {
  width: 1000px;
  margin: auto;
  text-align: left;
}

#content {
  width: 1000px;
  margin: auto;
  text-align: left;
  padding-top: 4em;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header {
  margin: auto;
  text-align: center;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

#navigation {
  text-align: center;
  width: 100%;
  background: #fff9fb;
  height: 42px;
  white-space: nowrap;
}

#navigation>ul {
  list-style-type: none;
  margin: auto;
  padding: 0;
  width: 992px;
}

#navigation>ul>li { display: inline; }

#navigation>ul>li>a {
  color: #a06491;
  font-size: 2em;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  padding-right: 50px;
}
#navigation>ul>li>a:link { text-decoration: none; }
#navigation>ul>li>a>img {  border: none; }

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

.item {
  color: #a06491;
  font-family: "Myriad Pro", Helvetica, sans-serif;
  font-size: 14px;
  padding:0 150px 50px 150px;
}

.item h2 {
  margin: 0;
}

.item table {
  width: 100%;
}

.item a {
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  color: #c39;
}

td { vertical-align: top; }
tr.v-spacer { height: 1rem; }

/**************************************/
/*            Three Columns           */
/**************************************/

#s01 {
  float: left;
  width: 222px;
  height: 100%;
}

#s01 img {
  padding-top: 150px;
}

#s02 {
  float: left;
  width: 719px;
  padding: 0;
  margin: 0;
}

#s02_big {
  float: left;
  width: 941px;
  text-align: justify;
}

#s03 {
  float: left;
  width:51px;
}

/**************************************/
/*               FOOTER               */
/**************************************/
#footer{
  text-align: center;
  color: #a06491;
}
