﻿body{
margin-left: auto;
margin-right: auto;
}
#wrapper {
	text-align: center;
	width: 100%;
	background-color: #eee;
}
#wrapper3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #822900;
	height: 150px;
	border-bottom: solid 3px #B99439;
}
#wrapper2 {
	text-align: center;
	margin:0 auto;
	padding-bottom: 0px;
	/*border-left: solid 1px #ead28b;
	border-right: solid 1px #ead28b;*/
	width: 984px;
	background-color: #fff;
}
#header {
	margin: 0;
	background: #ead28b;
	height: 150px;
}

#side-a {
	float: left;
	width: 100px;
	
}

#side-b {
	float: right;
	width: 100px;
}

#content { 
	float: left;
	width: 79%;
	min-height: 600px;
	border-left: solid 1px #ead28b;
}

#footer {
	clear: both;
	background: #346667;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 7px;
}
#subnav {
	clear: both;
	background: #346667;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-bottom: 7px;
	color: #fff;
	padding-top: 5px;
}
body {
margin: 0;
font-size: 12px;
font-family: Arial;
background-color: #eee;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline;}



#daddydiv {
margin: 10px 20px 10px 15px; 
text-align: center; 
min-height: 500px;
}

#emmabunton {
text-align: left; padding: 5px; vertical-align: middle; min-height: 100px;
}
.black11 {font-size: 11px;}
/* nav */

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#spice15 {margin-bottom: 15px;}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 10px 10px 10px 15px; font-weight: bold; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #929397;
text-decoration: none;

}

#navlist a:hover
{
color: #fff;
background-color: #b99439;
text-decoration: none;
}

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ead2ab}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ead2ab;
  border-right:1px solid #ead2ab;
  background:#ead2ab}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ead2ab;
  border-right:1px solid #ead2ab;
  background:#ead2ab}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ead2ab;
  border-right:1px solid #ead2ab;}
.spiffy4{
  border-left:1px solid #ead2ab;
  border-right:1px solid #ead2ab}
.spiffy5{
  border-left:1px solid #ead2ab;
  border-right:1px solid #ead2ab}
.spiffyfg{
  background:#ead2ab; min-height: 30px; line-height: 30px; color: #000; font-weight: bold;}

.submen a:link {text-decoration: none; color: #000;}
.submen a:visited {text-decoration: none; color: #000;}
.submen a:active {text-decoration: none; color: #000;}
.submen a:hover {text-decoration: underline; color: #000;}

/* START MENU */

#info {height:30px;}
.menu ul{
list-style-type:none;
padding:0;
margin:0;
background-color: #346667;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}
 
/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}
 
/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:118px;
padding:7px 2px 8px 2px;
color:#fff;
background:#346667;
text-decoration:none;
margin-right:1px;
text-align:center;
font-family:Arial, sans-serif;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#9acccd;
}
 
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:118px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/* END MENU */

#portfolio ul, li {list-style-type: none; margin: 0; border: 0;}


