﻿@charset "UTF-8";
/* CSS Document */

Body {
color: #000000;
background-color: #FC3;
font-family: Georgia, Times-New-Roman, serif;
margin: 0;
padding: 0;
}

#wrapper {
width: 900px;
margin: auto;
background-color: #FFC;
}

h1 {
font-size: 5em;
color: #F90;
margin: 0;
padding: 0 20px;
}

h2 {
color: #F90;
margin: 0;
padding: 0 20px;
}

h3, h4, h5, h6 {
color: #F90;
padding: 20px;
}

#header-photo {
position: relative;
top: -212px;
left: 520px;
}

#navigation li {
display: inline;
margin-left: 2em;
}

#navigation {
background-color: #963;
font: bold 1.0em/1.5em Arial, Helvetica, sans-serif;
text-align: right;
padding: 0 30px;
position: relative;
top: -240px;
}

#navigation a {
color: #FFF;
text-decoration: none;
}

p {
color: #963;
padding: 10px 20px;
}

#main {
float: right;
width: 600px;
position: relative;
top: -240px;
}

#related {
float: left;
width: 300px;
position: relative;
top: -240px;
}

#related a {
color: #F90;
}

#emailbutton {
position: relative;
top: -50px;
left: 150px;
}

#PayPalbutton {
position: relative;
top: -50px;
left: 450px;
}

img {
border: none;
}

#footer {
border-top: 1px solid #963;
clear: both;
}

#footer li {
display: inline;
margin-right: 2em;
}

#footer a {
color: #F90;
}

#footer p {
color: #963;
text-align: right;
}

#picture-left01 {
position: relative;
top: -212px;
left: 20px;
}

#picture-left02 {
position: relative;
top: -112px;
left: 20px;
}

#picture-left03 {
position: relative;
top: -0px;
left: 20px;
}

#picture-left04 {
position: relative;
top: 120px;
left: 20px;
}


