﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #000000;
}
#container {
	width: 895px;
	margin: 0 auto;
	background-image: url("../images/keet_background01.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead-container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 190px;	
}
#masthead-left {	
	width: 150px;
	float: left;
	margin-left: 20px;
}
#masthead-right {
	margin-top: 15px;
	width: 700px;  /* 640px */
	float: right;	
}

#page_content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;	
}

#sidebar {
	float: left;
	width: 150px;
	background-image: url("../images/side_menu_bg.png");
	clear: both;
	margin-left: 35px;
	display: inline;
}
#content {
	margin-top: 0px;
	float: right;
	width: 650px;	/* 635 px */
	/* background-color: #fff; */
	border: 3px coral solid;
	border-color: #332416;
	background-image: url("../images/custom_text_background.jpg");
	padding: 5px;
	margin-right: 20px;
}
#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 45px;
	padding: 0;
	overflow: auto;
	background-color: #332416;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #cfa76b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #f2f2f2;
	background-color: #332416;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
