﻿@import url("layout.css");
@import url("dropdownmenu.css");
body {
	font-family: Century Gothic, Calibri, Arial, sans-serif;
	font-size: small;
	color:#826c51;
	background-color:#25130c;
}
#topnav {
	text-align:right;
	padding-right:10px;

}
#navigation {
	border-top: 0px solid #808080;
	border-bottom: 0px solid #808080;
	background-color: #2a2012;
}
html>body #navigation {

	overflow: hidden;

}
#header {
	text-align:right;
}
#header a {
	font-size:large;
	font-weight:normal;
	color:#a58a76;
	padding:5 10 5 0px;
}
#header a:hover {
	text-decoration:none;
	color: white;
		
}
#banner p {
	padding-top:5px;
	font-size:small;
	font-weight:normal;
	color:#a58a76;
}

#menu {

	padding-bottom:5px;
	margin-bottom:2px

}

#content {

	width: 960px;

	padding: 0px;

	background-color: white;

}

html>body #content {
	width: 960px;
	padding: 0px 0px;
	border:0px;
	background-color: white;
	text-align:center;
}
#footer {
	text-align: center;
	padding-bottom: 0px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Navigation */
#topnav a{
	font-size:x-small;
}
#topnav a:hover {
	text-decoration:none;
	color:white;
}
#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: #ffffff;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: black;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* body */
#body {
	border: 0px solid #808080;
}
/* Site typography */
p {
	font-size:small;	
	color: #a58a76;
}
h1 {
	font-size: x-large;
	font-weight:normal;
	color: #856c51;
}
h2 {
	font-size: x-large;
	color: #856c51;
}
h3 {
	font-size: large;
	color: #856c51;
}
h4 {
	font-size: medium;
	color: #856C51;
}
h5 {
	font-size: small;
	color: #856c51;
}
h6 {
	font-size: xx-small;
	color: #856c51;
}
/* Footer */
#footer p a {
	font-family:Century Gothic, Calibri, Arial, sans-serif;
	font-size:small;
	font-weight:normal;
	line-height:20px;
	color: #a58a76;
}

#footer p a:hover {
	text-decoration:none;
	color: white;
}

/* Links */
a {
	color: #826c51;
	text-decoration:none;
}
a:hover {
	color: #2a2012;
	text-decoration:none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}