﻿@import url(layout.css);
.talk {
	border: thin solid #8F302F;
	position: absolute;
	width: 100px;
	height: 18px;
	z-index: 5;
	left: 135px;
	top: 290px;
	padding: 5px;
	background-color: #fbe5a7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
body {
	color: #900;
	font-family: "Comic Sans MS", "Courier New", Courier, monospace;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #f69c5b;
}
#navigation {
	background-color: #ce5a2a;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	margin: 5px 380px 0 0;
	height: 530px;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 320px;
	margin: auto;
	padding: 20px 30px 10px 30px;
	background-color: #f69c5b;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #ce5a2a;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	text-align: right;
	color: #fff;
	margin: 62px 20px 0px 0px;
	padding: 0px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #fbe5a7;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ce5a2a;
	background-color: #922;
}
#navigation a:hover {
	color: #f93;
	text-decoration: none;
	border: 1px solid #ffc;
	background-color: #ffc;
}

/* Styles for Content */
h1 {
	font-size: 2em;
	color: #900;
}
h2 {
	font-size: 1.75em;
	color: #900;
	font-family: "Comic Sans MS", "Courier New", Courier, monospace;
}
h3 {
	font-size: 1.5em;
	color: #900;
	font-family: "Comic Sans MS", "Courier New", Courier, monospace;
}
h4 {
	font-size: 1.25em;
	color: #fff;
}
h5 {
	font-size: 0.75em;
	color: #900;
}
h6 {
	font-size: 0.5em;
	color: #900;
}

/* Styles for Column Right */
#column_r p {
	color: #fff;
	font-size: medium;
}
#column_r li {
	color: #fff;
	font-size: medium;
}

/* Styles for Footer */
#footer p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-small;
	text-align: center;
	color: #fff;
	margin: 3px;
	padding: 5px;
}
#footer a {
	color: #f93;
	text-decoration: underline;
}
#footer a:hover {
	color: #fbe5a7;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #ce5a2a;
	text-decoration: none;
}
a:hover {
	color: #f93;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}