﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url("../images/bgsess.png");
	background-repeat: repeat;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }


#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	background-size:auto;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-color:#f9fbb1;
	background-color: #f9fbb1;
	background-image:url('../images/bgmenu.png');
	background-repeat:no-repeat;
	width: 813px;
		margin-left:37px;


}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 820px;
	padding: 0 15px 0 40px;
	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;
}
html>body #footer {
	text-align: center;
/*	padding-bottom: 0; */
	background-position:center;
	margin-top:-145px;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 10em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow:visible;

}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
	border-color:#f9fbb1;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #f48d17;
	background-color: #f48d17;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #f48d17;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	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;
	z-index: 9;

}
/* Links */
a {
	color: #f48d17;
	text-decoration: underline;
}
a:hover {
	color: #df0023;
	text-decoration: none;

}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}