﻿@import url('layout.css');
body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
#container {
	width: 778px;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-top: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	height: 200px;
	text-align: left;
	background-color: #fff;
	background: #333333 ;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #D5D5AA;
	color: #FFFFFF;
	font-weight: bold;
}
html > body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html > body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html > body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #BDBD9D;
	background-color: #BDBD9D;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html > body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: white;
	margin-bottom: 0;
}

#column_l h3 {
color:#87875A;

}


#masthead h3 {
	color: #FFFFFF;
	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: normal;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #B1B18B;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 2em;
	color: aqua;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1em;
	color: #FFFFFF;
}
blockquote, p, ol, ul {
	font-size: small;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
ul {
	list-style-image: url(images/img07.gif);
}
a {
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

