﻿@import url('layout.css');
body {
	color: black;
	font-size:14px;
	font-family: "Palatino Linotype";
		background-image:url('../images/back.jpg');background-repeat:repeat;

}
#container {
	
	width: 100%;
	margin: 0 auto;
    background-image:url('../images/back.jpg');background-repeat:repeat;

}
#masthead {
	text-align: right;
	width: 100%;
	color: #F2CD91;
}
#navigation {
	background-color: #877C4E; 
	overflow: hidden;
	color: #FFE5AF;
}
#column_l {
	width: 65%;
	margin: 0;
}
#column_r {
	float: right;
	margin: 0;
	width: 30%;
}
#footer {
	width: 100%;
	text-align: center;
	background-color: #494529;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 28px;
	color: #fff;
	margin: 15px 10px 0;
}
#column_r p {
	background: #FFFFFF;
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	background: #877C4E;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #FFE5C3;
}
#navigation li {
	background: #877C4E;
	float: left;
	color: #FFE5C3;
}
#navigation a {
	color:#FFFFCC;
	text-decoration: none;
	display: block;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border: 0px solid #c9c9c9;
	background-color: #877C4E;
}
#navigation a:hover {
	color:#8E7B34;
	text-decoration: none;
	background-color:#494529;
}
#v-navigation ul {
	background: #877C4E;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #FFE5C3;
}
#v-navigation li {
	background: #877C4E;
	float: right;
	color: #FFE5C3;
}
#v-navigation a {
	color:#FFFFCC;
	text-decoration: none;
	display: block;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border: 0px solid #c9c9c9;
	background-color: #877C4E;
}
#v-navigation a:hover {
	color:#8E7B34;
	text-decoration: none;
	background-color:#494529;
}

/* Styles for Footer */
#footer p {
	background: #494529;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	background: #494529;
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color:#333300;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

