﻿#introduction {
background-color: White;
padding-bottom: 10px;
min-height: 405px;
}

#widewrap {
width: 950px;
min-height: 405px;
margin: auto;
background-image: url(../img/quotes.jpg);
background-position: 0px 186px;
background-repeat: no-repeat;
}

#main {
font-size: 1.2em;
line-height: 30px;
color: #272727;
margin-bottom: 30px;
}

#introduction img {
float: right;
margin-top: 40px;
height: 330px;
width: 322px;
}

#introduction .contents {
width: 530px;
}

.quote p {
font-family: Arial;
font-size: 0.8em;
line-height: 25px;
margin-bottom: 10px;
color: #0D1819;
}

.quote .quoter {
font-family: Arial;
text-align: right;
font-size: 0.7em;
color: #2B2F2F;
padding-right: 5px;
}

/* SIGN IN */

form {
color: White;
margin-top: 30px;
float: right;
}

td {
padding-left: 25px;
vertical-align: bottom;
}

label {
font-size: 0.9em;
display: block;
margin-bottom: 15px;
}

input[type=password], input[type=text] {
padding: 4px;
margin-bottom: 1px;
border: solid 1px #101a2a;
}

input[type=submit] {
padding: 4px 6px;
font-weight: normal;
font-family: Arial;
font-size: 0.8em;
}

/* NAVIGATION SECTIONS */

#moreinfo {
padding-top: 35px;
border-top: solid 1px #1b2a43;
background-color: #2d4160;
height: 190px;
}

a.head {
display: block;
margin-bottom: 23px;
color: #e7eaef;
font-size: 1.1em;
font-weight: bold;
font-family: Arial;
text-decoration: none;
}

a.head:hover {
color: #b7c0cf;
}

#navlist p, #navlist a.sub {
color: #e7eaef;
font-size: 0.8em;
font-family: Arial;
line-height: 23px;
text-decoration: none;
margin-bottom: 18px;
}

#navlist a.sub {
font-weight: bold;
text-decoration: underline;
}

#navlist a.sub:hover {
text-decoration: underline;
color: #b7c0cf;
}

#tour, #prices, #affiliates {
width: 189px;
height: 140px;
margin-right: 49px;
float: left;
}

#contact {
width: 185px;
height: 140px;
float: left;
}

.error {
color: Red;
font-weight: bold;
}