﻿@import url('../stylesheet/layout.css');
body {
	color: white;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #747775;
}
#container {
	background-color: black;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	padding-left: 10px;
	padding-right: 10px;
}

#masthead {
	text-align: center;
	font-size: 2em;
	padding-top: 1em;
	font: Brush Script MT;
	color: white;
	background-color: black;
	width: 800px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#navigation {
	background-color: black;
	overflow: hidden;
	float: right;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: center;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 800px;
	margin: 0;
	padding: 0px;
}
#navigation li {
	float: right;
}
#navigation a {
	font: Brush Script MT;
	color: #748FCA;
	font-size: 1.75em;
	text-decoration: none;
	display: block;
	padding: 0em 1em 0em 2em;
	border: 0px solid black;
}
#navigation a:hover {
	color: #747775;
	text-decoration: none;
	border: 0px solid white;
	background-color: #000;
}
/* Styles for Content */
/
/
h1 {
	font: Brush Script MT;
	font-size: 2em;
	color: white;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: .75em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: .75em;
	line-height: 14px;
	color: #d3d9d6;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #d3d9d6;
	text-decoration: underline;
}
#footer a:hover {
	color: #469;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #d3d9d6;
	text-decoration: underline;
}
a:hover {
	color: #469;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
