﻿@import url('layout.css');
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-size: 85%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #3F5FAA;
	background-color: #D9D2C4 
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}
#topborder {
	background-image: url('../images/back-top.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#maincontent {
	background-image: url('../images/back-mid.png');
	background-repeat: repeat-y;
	width: 100%;
	min-height:500px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#page_content {
	width: 100%;
	border-spacing: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	background-image: url('../images/Wedding-show-banner-website.jpg');
	width: 100%;
	height: 189px;  
}
#content {
	width:756px; 
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	font-size: 90%; 
	overflow: hidden;
	width: 100%;
	text-align: left;
	margin: 0px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin: 0px;
}
#navigation a {
	color: #3F5FAA;
	text-decoration: none;
	display: block;
	padding: 3px 10px 3px 10px;
	font-style: normal;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #87A0AE;
}
#column_l {
	width: 520px;
	float: left ;
	text-align: left;
	margin: 5px 15px 0px 15px;
}
#column_r {
	width: 185px;
	float: right;
	text-align: left;
	margin: 5px 15px 0px 5px;
}

#botborder {
	background-image: url('../images/back-bot.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

/* Styles for Masthead */
#masthead img {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: auto;
	height: auto;
}
#masthead p {
	font-size: 11px;
	color: #8b5c29;
}
#column_r p {
	font-size: 85%;
	
}
/* Styles for Footer */
#footer {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	width:756px; 
	text-align: left;
	color: #3F5FAA;
	margin-left: auto;
	margin-right: auto;

}

#footer p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#footer a {
	color: #3F5FAA;
	text-decoration: none;
	font-style: normal;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #87A0AE;
}
/* Styles for Links */

a {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #339933;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_italicbold {
	font-style: italic;
	font-weight: bold;
}
#tagline {
	clear: left;
	float: left;
	color: #3F5FAA;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#contact {
	float: right;
	margin-right: 5px;
	color: #3F5FAA;
	font-size: 120%;
}
#logo{
	float: left;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
img {
	border-width: 0px;
	padding: 2px;
	float: left;
	width: auto;
	height: auto;
}
li {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.divtablel {
	width: 50%; 
	float: left ;
}
.divtabler {
	width: 50%; 
	float: right ;
}

p {
	color: #6c5635;
}
