﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url("../images/background_tile4.gif");
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #D97180;
	border-bottom: 2px solid #D97180;
	border-left: 2px solid #D97180;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
}
html>body #navigation {
	overflow: hidden;
}
#header2 {
	width: 1000px;
	padding: 15px;
	background-color: #fff;
}
html>body #header2 {
	width: 800px;
	padding: 0 15px;
	background-color: #fff;
}
#column_l {
	width: 550px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 550px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 400px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 400px;
	padding: 25px 10px 15px 10px;
	background-color: #fff;
}
#column_left {
	width: 330px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_left {
	width: 300px;
	padding: 0 15px;
	background-color: #fff;
}
#column_center {
	width: 330px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_center {
	width: 300px;
	padding: 0 15px;
	background-color: #fff;
}

#column_right {
	width: 330px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_right {
	width: 300px;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
}

#content {
	background-color: #fff;
}
#footer {
	border-color: #55AE70;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	text-align: center;
	padding-bottom: 10px;
	float: none;
}
html>body #footer {
	border-color: #55AE70;
	text-align: center;
	padding-bottom: 0;
	font-family: "Trebuchet MS";
	font-size: small;
	border-top-width: 1px;
}
#copyright {
	text-align: center;
	padding-bottom: 10px;
	float: none;
}

html>body #copyright {
	text-align: center;
	padding-bottom: 0;
	color: #9a9;
	font-family: "trebuchet MS";
	font-size: medium;
	padding-top: 20px;
}
#copyright h3 {
	color: #9a9;
	margin-top: 0.5em;
	text-align: right;
	font-family: "Trebuchet MS";
}
h7 {
	font-size: large;
	color: #c77;
	font-family: "trebuchet MS";
}


/* Masthead */
#masthead h1 {
	color: #CC5555;
	margin-bottom: 0;
	text-align: center;
	font-family: "Trebuchet MS";
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
	text-align: right;
	font-family: "Trebuchet MS";
}
/* Navigation */
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #D97180;
	font-family: "trebuchet MS";
	font-size: medium;
	color: #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
	list-style-type: none;
}
#navigation a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	font-family: "trebuchet MS";
	font-size: medium;
	color: #000000;
}
#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #D97180;
	font-family: "trebuchet MS";
	font-size: medium;
}
/* Left Column */
#column_l img {
	border: 0px solid #808080;
}
/* Right Column */
#column_r img {
	border: 0px solid #808080;
}
/* Left Column */
#column_left img {
	padding: 2px;
	margin: 2px;
	border: 2px solid #000000;
	text-align: center;
	position: inherit;
}

/* Middle Column */
#column_center img {
	padding: 2px;
	margin: 2px;
	border: 2px solid #000000;
	text-align: center;
	position: static;
}
/* Right Column */
#column_right img {
	padding: 2px;
	margin: 2px;
	border: 2px solid #000000;
	text-align: center;
	position: static;
}

/* Bottom */
#bottom img {
	border: 0px solid #000000;
	text-align: center;
	position: static;
}
/* Bottom 2 */
#bottom2 img {
	border: 0px solid #000000;
	text-align: center;
	position: static;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
	font-family: "trebuchet MS";
}
h4 {
	font-size: medium;
	color: #c77;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}

ul {}
ol {}
p {
	text-align: left;
		margin-left: 40px;
	}
blockquote {
    padding-right: 25px;
	padding-left: 25px;
}
.style_blockquote {
	padding-right: 75px;
	padding-left: 75px;
}
.style_bad_day {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	text-align: center;
}

/* Copyright */
#copyright {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
    text-align: center;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
	font-family: "trebuchet MS";
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
