﻿@import url("layout.css");
body {
   margin:0;
   padding:0;
	text-align: center;
	background-image: url('../images/tile.jpg');
	background-repeat: repeat;
	
}
#wrapper{
   width:960px;
   margin:0 auto;
}
#container {
	text-align: center;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #FFFFFF;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #FF9933;
	padding: 0px;
}
html>body #navigation {
	overflow: hidden;
	padding: 0px;
}
#column_l {
	width: 367px;
	padding: 0px;
	background-color: #fff;
}
html>body #column_l {
	padding: 0px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 0px;
	background-color: #fff;
}
html>body #column_r {
	width: 150px;
	padding: 0px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-family: Arial;
	font-size: xx-large;
	color: #c77;
}
h2 {
	text-align: center;
	font-family: Arial;
	font-size: x-large;
	color: #c77;
}
h2_left {
	text-align: left;
	font-family: Arial;
	font-size: x-large;
	color: #c77;
}

h2_bold_c {
	text-align: center;
	font-family: Arial;
	font-size: x-large;
	color: #A93900;
}


h3 {
	font-family: Arial;
	font-size: large;
	color: #c77;
}
h4 {
	font-family: Arial;
	font-size: large;
	color: #c77;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
	font-family: Arial;
}
p_left {
	text-align: left;
	font-size: small;
	color: #000;
	font-family: Arial;
}

blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
 .style10 {
	color: #AA3A02;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}