﻿@import url('layout.css');
body {
	font-family: "georgia",Time New Roman, sans-serif;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color:#dad2b6;
}
#masthead {
	height: 200px;
	background-image:url('../images/masthead-bg.gif')
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #a15522;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 350px;
	padding-right: 20px;
	background-color: #dad2b6;
}
html>body #column_l {
	width: 365px;
	padding: 25px;
	background-color: #dad2b6;
	font-size: small;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #dad2b6;
}
html>body #column_r {
	width: 245px;
	padding: 35px 20px;
	background-color: #dad2b6;
	font-size: small;
}
#contact_content	{
	padding: 25px;
}
#contact_form {
	font-size: small;
}
#gallery_content	{
	padding: 25px;
}
#content {
	background-color:#dad2b6;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 9px;
	}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #dad2b6;
}
/* Site typography */
.alert	{
	border: 1px solid black;
	padding: 5px;
	margin-bottom: 10px;
}
.alert h2	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
}
.alert p	{
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: x-large;
	color: #4b4b4b;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}
/* Footer */
#footer p {
	font-size: x-small;
}
/* Links */
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: black;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}