﻿@import url("layout.css");
body {

	font-size: medium;
	
	background-repeat: repeat;
	font-family: Calibri ; color:white  
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #f6d7b3;
}
#masthead {
	text-align: left;
	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: #f8931d;
}
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 {
	
}
#footer {
	text-align: center;
	padding: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px; font-family: Aharoni; font-size:x-large

}#masthead h2 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px; font-family: Aharoni; font-size:large

}
#masthead h3 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px; font-family: Aharoni; font-size:Medium

}
/* 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 #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #b9d;
	background-color: #b9d;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #ec145b;
	font-family: "Bernard MT Condensed";
	font-style: normal;
}
h2 {
	font-size: x-large;	
	font-style: normal;
	font-style: normal;
	color: #ec145b;
	font-family: "Bernard MT Condensed";
}
h3 {
	font-size: large;font-style:normal; font-style:normal;

	font-style: italic;
	color: #000; font-family:"Bernard MT Condensed" ; font-style:normal;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000; font-family:"Bernard MT Condensed" ; font-style:normal;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000; font-family:"Bernard MT Condensed" ; font-style:normal;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000; font-family:"Bernard MT Condensed"; font-style:normal;
}
/* Footer */
#footer p {
	font-size: small;
	color: white;
}
/* Links */
a {
	color: #99CCFF;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}




