﻿/* Begin layout */
body {
font-family: 'Trebuchet MS', sans-serif;
color: #000000;
background-color: #FFFFFF;
}

#banner {
width: 900px;
padding: 0;
margin: 0;
float: left;
padding-bottom: 40px;
border-bottom: 2px solid #000000;
border-top: 2px solid #000000;
}

#page {
width: 960px;
padding: 0;
margin: 0;
margin-left: auto;
margin-right: auto;
}

#contact {
color: #000000;
text-align: center;
}

#content h1, h2, h3, h4 {
color: #333333;
}

#content a {
color: #333333;
text-decoration: none;
border-bottom: 2px solid #333333;
}

#content a:hover {
color: #FF34B3;
text-decoration: none;
border-bottom: 2px solid #FF34B3;
}

#navigation {
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
font-family: Georgia;
font-size: 24px;
color: #FF34B3;
}

#navigation ul {
list-style-type: none;
}

#navigation ul li {
display: inline;
}

#navigation ul li:before {
content: "{{ ";
}

#navigation ul li:after {
content: " }}";
}

#navigation a {
text-decoration: none;
color: #333333;
}

#navigation a:hover {
color: #FF34B3;
border-bottom: 1px solid #FF34B3;
}

#footer {
width: 960px;
float: left;
padding: 0;
margin: 0;
}

#content h1 {
height: 100px;
}

#content h1 img {
vertical-align: middle;
}

/* End layout */

h1, h2, h3, h4, h5, h6, #banner a, #banner a:hover, #banner p {
font-family: Georgia; 
}



/* begin typography */


