﻿@import url(layout.css);
body {
	color: #393631;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4F4F2F;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#masthead {
	width: 1000px;
	background-color:#8B4C39;
	padding:0px;
    border-bottom: 20px #8B814C solid;
}
#navcontainer {
   width: 650px;
   margin: 0;
   padding: 0;
}
#navigation {
    padding-left: 0px;
    padding-top: 2px;
   	font-size: 14px;
}
#main {
	float: left;
	width: 1000px;
	background-color: #8B814C;
    border-bottom: 15px #8B814C solid;
}
#main1 {
	float: left;
	width: 1000px;
	clear: both;
	display: inline;
	background-image: url('../images/jagged-celebrant.jpg')
	}
#footer {
	width: 1000px;
	margin: 0 auto;
	height: 150px;
	background-color: #8B4C39;
}

/* Styles for Masthead */
#masthead img { 
	border-width: 0px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #8B4C39;
}
#masthead p {
	font-size: 13px;
	color: white;
}
#masthead td {
	font-size: 13px;
	background-color: #8B4C39;
	text-align: left;
}
/* Styles for Navigation */
#navigation a:hover {
	color: #F9F4CC;
	text-decoration: none;
	background-color: #8B668B;
    border: 1px #8B814C solid;
   }
#navigation li {
   list-style: none;
   float: left; 
   }
#navigation li a {
   display: block;
   background-color: #8B4C39;
   font-size: 1.1em;
   padding: 2px 8px;
   color: #F9F4CC;
   text-decoration: none; 
   border: 1px #8B4C39 solid;
   }
#navigation li ul {
   display: none; 
   width: 14em; /* Width to help Opera out */
   }
#navigation li:hover ul, #navigation li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0;
   }
#navigation li:hover li, #navigation li.hover li {
   float: none; 
   }
#navigation li:hover li a, #navigation li.hover li a {
   font-size: 1.0em;
   background-color: #8B4C39;
   border: 1px #766F41 solid;
   color: #F9F4CC; 
   padding: 1px 10px;
   }
#navigation li li a:hover {
   background-color: #8B668B;
   color: #F9F4CC;
   text-decoration: none;
   border: 1px #766F41 solid;
   }

/* Styles for Footer */
#footer td {
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color:#8B668B;
	}
/* Styles for Links */
a {
	color: #8B4C39;
	text-decoration: underline;
	text-align: justify;
}
a:hover {
	color: #8B668B;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	color:#8B668B;
	font-size: 2em;
	margin-left: 35px;
	margin-bottom: 0px;
	text-align: left;
}
h2 {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #8B814C;
	font-size: 1.3em;
	text-align:center;
	font-weight:600;
	font-style: italic;
}
h3 {
	color:#8B4C39;
	font-size: 1.3em;
	font-weight:bold;
	font-style:italic;
	margin-left: 35px;
	margin-right: 35px;
	line-height: 20px;
	text-align: left;
}
h4 {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #8B814C;
	font-size: 1.3em;
	text-align:center;
	font-style:italic;
	font-weight:600;
	margin-left: 35px;
	margin-right: 35px;
}
h5 {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #8B4C39;
	font-size: 1.5em;
	font-style:italic;
	text-align: left;
	margin-left: 35px;
	margin-right: 35px;
}

h6 {
	color:#8B4C39;
	font-size: 1.2em;
	text-align:center;
	margin-left:4px;
	margin-right:4px;
}

p {
	color: #393631;
	font-size: 1em;
	line-height: 20px;
	text-align: left;
	margin-left: 35px;
	margin-right: 35px;
}

td p {
	color: white;
	font-size: 16px;
}

#sidebar p {
	color: #8B4C39;
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar img {
	border-color:#8B4C39;
}

#main1 td p{
	font-size: 1em;
	line-height: 25px;
	color: #393631;
	margin-left:0px;
	margin-right: 10px;
	margin-bottom:10px;
}

#main1 ul{
	margin-left: 40px;
	margin-right: 40px;
	line-height: 20px;
}
	
#main1 a{
	text-decoration: none;
}
	
#main1 img{
	border: 2px solid #8B4C39;
}

