body {
	font-family: Arial, sans-serif;
	text-align: center;
	background-color: black;
	color: Grey;
}

table {
    border: 0;
}

#wrapper {
	height: 100%;
	background-color: black;
	text-align: left;
	margin: 0px auto;
	display: inline-block;
	width: 100%;
}

#content {
    margin-top: 0cm;
    padding: 20px;
    text-align: center;
}

#nav_table img {
    border: none;
}

a {
    outline: none;
}

a:link {
	color: orange;
}

a:hover {
	color: orange;
}

a:visited {
	color: LightGrey;
}

.signature_quote {
    vertical-align: middle;
}

.divider {
    margin-top: 0.5cm;
    margin-bottom: 0.5cm;
}

.float_left {
    float: left;
    padding-right: 15px;
}

.text_right {
    text-align: left;
}

.french_text {
    color: green;
}

#redirect_page {
    background-color: black;
    color: red;
    font-family: "Arial", sans-serif;
    font-size: 32px;
    margin-top: 2cm;
}

#faq_index {
    padding-bottom: 1cm;
}

#faq_index li {
	list-style-type: none;
}

.faq_question {
	font-size: 24px;
	font-style: italic;
    padding-top: 25px;
}

.faq_answer {
	font-size: 12pt;
	text-align: center;
	line-height: 16pt;
}

.faq_question a:hover {
	color: LightGrey;
}

.testimonial {
    clear: both;
    padding-top: 1cm;
}

.testimonial img {
    float: left;
    padding-right: 25px;
}

.testimonial p {
    padding: 25px;
}

#pickup_pics {
    float: left;
    background: black;
    padding-right: 10px;
}

#pickup_list {
    float: right;
    width: 15cm;
}

.pickup_description {
    margin-top: 5px;
    border-right: 3px double #909090;
    border-top: 1px solid #d0d0d0;
    padding-left: 15px;
    padding-right: 15px;
    background: #202020;
    text-align: left;
}

.pickup_description h2 {
    font-size: 12pt;
    font-weight: bold;
}

.pickup_description p {
    padding-bottom: 10px;
}
