/* 
* Sheila and Wayne's Wedding
*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
	background-color: #96994a;
	color: white;
	margin-top: 0; 
	margin-bottom: 0; 
	margin-left: 0; 
	margin-right: 0;
}

div.content {
	margin-left: 150px;
	padding: 20px 7% 40px 4%;
	border-left: 1px black solid;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	background-color: white;
	color: black;
}

div.head {
	background-color: #96994a;
	color: white;	
	margin: 0; 
	padding: 0;
	text-align: center;
	font-size: 24px;
}

div.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding:0;
	background: transparent;
	}

div.footer {
	background-color: white;
	margin-bottom: 0;
	font-size: 10px; 
	text-align: right;
	color: white;
}

div.nav {
	float: left;
        margin: 20px 0 0 0;
}

#navmenu ul {
	margin: 0;
	font-weight: bold;
	text-align: center;
	padding: 0px; 
        font-size: 12px;
	list-style-type: none;
	list-style-image: none; 
	width: 150px;
        text-align: left;
}

#navmenu li {
        display: block; 
        border-top: 1px white solid;
        border-bottom: 1px white solid;
}

#navmenu ul li a {
        text-decoration:none;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	color: white;
	background: gray;
        display: block; 
}

#navmenu ul li a:hover {color: white;
	background: #7C88A3; }

div.brief {
	padding: 0 5% 0 5%;
}

div.caption {
	float: left; 
	margin: 8px;
}

div.caption p {
	text-align: center;
	font-size: xx-small;
	line-height: .5em;
}

div.itemlt {
	margin-left: 5%;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: left;
	font-weight: 600;
}

p, th, td, form { 
}

img.framert {
	border-left: 5px #d4d4d4 solid; 
	border-top: 5px #c3c3c3 solid; 
	border-right: 5px #d4d4d4 solid; 
	border-bottom: 5px #e5e5e5 solid;
	float: right;
	margin: 8px;
}

img.framelt {
	float: left;
	border-left: 5px #d4d4d4 solid; 
	border-top: 5px #c3c3c3 solid; 
	border-right: 5px #d4d4d4 solid; 
	border-bottom: 5px #e5e5e5 solid;
	margin: 8px;
}

img.frame {
	border-left: 5px #d4d4d4 solid; 
	border-top: 5px #c3c3c3 solid; 
	border-right: 5px #d4d4d4 solid; 
	border-bottom: 5px #e5e5e5 solid;
	margin: 8px;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}


h3 {
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	font-size: small;
	text-align: left;
}

h4 {
	font-size: x-large;
	text-align: left;
}

a:link {
	font-weight: bold;
	color: #5c7bb7;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #a789b7;
}

a:visited {
	font-weight: bold;
	color: #a789b7;
	text-decoration: none;
}
