﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 80%;
	margin: 0;
	background-color: #fff;
	position: relative;
	background: #003300 url('../images/SignBRUSHTEST.png') no-repeat left top;
}
#masthead {
	style="width: 939px; height: 70px";
	text-align: right;
	width: 100%;
	background-color: #c5d5e5;
	background-image: url('../images/MasterHeadPoster.png');
}
#navigation {
	background-color: #006600;
	overflow: hidden;
	font-size: large;
	font-family: "小塚ゴシック Pro B";
	margin-left: 165px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
#page_content {
	position: relative;
	margin-left: 165px;
	width: 180;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#column_l {
	position: relative;
	/*margin: 0 350px 0 0;*/
/*	margin-left: 165px; */
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 0px solid #986;
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
.dtl1 {
	font-family: "Century Gothic";
	font-size: 1.75em;
	color: #000;
	background-color: #ff0000
}
.dtl2 {
	font-family: "Century Gothic";
	font-size: 1.5em;
	color: #000;s
}
.dtl3 {
	font-family: "Century Gothic";
	font-size: 1.25em;
	color: #000;s
}
.dtl4 {
	font-family: "小塚ゴシック Pro B";
	font-size: 1.25em;
	color: #000;s
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
