header {
    background-color: #0B0B45;
    color: #FFFFFF;
	text-align: center;
    background-image: url(sunset.jpg);
    background-repeat: no-repeat;
    height: 45px;
    padding-top: 10px;
}

body {
    background-color: #F5F5F5;
    font-family: Georgia, 'Times new Roman', serif;
}

h1 {
    margin-bottom: 0;
    margin-top: 0;
	font-family: Georgia, 'Times new Roman', serif;
}

h2 {
    color: #245FA7;
    font-family: Georgia, 'Times new Roman', serif;
    font-weight: 400;
    text-shadow: 1px 1px 1px #CCCCCC;
}

h3 {
    color: #245FA7;
    font-family: Georgia, 'Times new Roman', serif;
    font-weight: 400;
}

main {
    background-color: #FFFFFF;
    margin-left: 200px;
}

main ul {
    list-style-image: url(marker.gif);
}

#pacificPage {
    background-image: url(coasthero.jpg);
    background-repeat: no-repeat;
    margin-left: 190px;
}

#contact {
    font-size: 90%;
}

#navbar {
    padding: 20px;
    float: left;
    width: 160px;
	
}

#navbar ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    font-size: 1.2em;
}

nav li {
	border-bottom: 1px solid darkBlue;
}

nav a {
	transition: color 3s ease-out;
}

nav a:link {
    color: #245FA7;
}

nav a:hover {
    color: #A52A2A;
}

footer {
    font-size: 75%;
    text-align: center;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 20px;
    margin-left: 190px;
    background-color: #FFFFFF;
    float: none;
}

video {
	float: right;
	margin: left;
}

