﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS",sans-serif,arial;
	background-color: black;
}
#container {
	border: 2px solid #A89F88;
	background-color: black
}
#masthead {
	text-align: right;
	background-image: url("../images/lupins.jpg");
	background-repeat: no-repeat;
	background-color: black;
}
#navigation {
	border-top: 1px solid #A89F88;
	border-bottom: 1px solid #A89F88;
	background-color: #BBB5A4;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 467px;
	padding: 15px;
	background-color: black;
}
html>body #column_l {
	width: 470px;
	padding: 0 15px;
	background-color: black;
	color: white;
}
#column_r {
	width: 317px;
	padding: 15px 10px;
	background-color: black;
	color: white;
}
html>body #column_r {
	width: 320px;
	padding: 15px 10px;
	background-color: black;
}
#content {
	background-color: black;
}
#footer {
	border-top: 1px solid #808080;
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #D3C1A3;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top:0;
	padding-top:0;
	font-size:35pt;
	font-family: "Lucida Calligraphy",Pristina,arial;
}
#masthead h3 {
	color: #FACE83;
	margin-top: 0;
	margin-right: 20px;
	font-size:18pt;
	font-family: "Lucida Calligraphy",Pristina,arial;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: white;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #A89F88;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #A89F88;
	background-color: #D3C1A3;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #D3C1A3
}
h2 {
	font-size: x-large;
	color: #D3C1A3;
	padding-top: 20px;
}
h3 {
	font-size: large;
	color: #D3C1A3;
	padding-top: 10px;
}
h4 {
	font-size: medium;
	color: #D3C1A3;
	padding-top: 10px;
}
blockquote,p,ol,ul,td {
	font-size: small;
	color: #D3C1A3;
	vertical-align: top;
}
h5 {
	font-size: x-small;
	color: #D3C1A3
}
h6 {
	font-size: xx-small;
	color: #D3C1A3
}
/* Footer */
#footer p,td {
	font-size: x-small;
	margin-top:0;
	padding-top:0;
	color: #D3C1A3
}
/* Links */
a {
	color: #FACE83;
	text-decoration: underline;
}
a:hover {
	color: #FACE83;
	text-decoration: none;
}
a:visited {
    color: #D3C1A3;
    text-decoration:underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
