﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 0.8em;
	color: #663300;
	background-color: #FFFFCC;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFcc66;
}
#masthead {
	width: 875px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #FFCC66;
}
#sidebar {
	float: left;
	width: 85px;
	background-color: #FFCC66;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	height: 300px;
}
#content {
	float: right;
	width: 750px;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 0;
	padding: 10px;
	background-color: #FFffcc;
	position: relative;
}
.militaria {
	float: none;
	width: 740px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0px 10px 10px;
	background-color: #FFFFCC;
	position: relative;
	color: #663300;
	background-image: url('../images/wallpaper1.jpg');
}
.welcome {
	float: left;
	width: 375px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #996633;
	padding-bottom: 25px;
	font-size: 1em;
	height: 240px;
}
.welcome_picture {
	float: right;
	width: 365px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #996633;
	padding-bottom: 25px;
	font-size: 1em;
	height: 240px;
	margin-right: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 875px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #FFCC66;
}
#masthead img {
	float: none;
	height: 117px;
	width: 750px;
}
#masthead p {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: bold;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
	color: #996633;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	margin: 2px;
	padding: 2px;
}
#footer a {
	text-decoration: underline;	
	color: #663300;
}
#footer a:hover {
	color: #996633;
	text-decoration: none;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.menubar {
	width: 700px;
	height: 100px;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
}
.wrapper {
	width: 750px;
}
.left_column {
	border: thin solid #996633;
	float: left;
	width: 340px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFF99;
	height: 110px;
}
.left_noborder {
	float: left;
	width: 340px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FF0000;
	height: 110px;
}
.right_column {
	width: 340px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	border: thin solid #996633;
	padding-right: 5px;
	padding-left: 5px;
	height: 110px;
	background-color: #FFFF99;
}
.contact_left {
	width: 250px;
	float: left;
}
.contact_right {
	width: 450px;
	float: right;
}
.left_column h3{
	background-color: #996633;
	color: #ffff99;
	margin-right: -5px;
	margin-left: -5px;
	padding-left: 5px;
	margin-top: -1px;
}
.right_column h3{
	background-color: #996633;
	color: #ffff99;
	margin-right: -5px;
	margin-left: -5px;
	padding-left: 5px;
	margin-top: -1px;
}
