* {
	margin:0;
	padding:0;
}

body  {
	background-color: #FFDF73;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


#header   {
	width:970px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(images/slice_orange_top.jpg);
	background-repeat:no-repeat;
	height:159px;


}


#talldaisybottomwrapper  {
	margin-top:0px;
	background-image: url(images/slice_orange_bottom_tall_whitebox.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:508px;
	margin-right:auto;
	margin-left:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:508;
}

#shortdaisybottomwrapper  {
	margin-top:0px;
	background-image: url(images/background_white_bottom_slice_2.jpg);
	background-repeat:no-repeat;
	width:970px;
	height:508px;
	margin-right:auto;
	margin-left:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:508;
}

#photocontent  {
  width: 800px;
  margin-right:auto;
  margin-left:auto;
  padding:25px 15px 10px 20px;

}
#navigation {
	width:900px;
	font-size:.95em;
	font-variant:small-caps;
	font-weight:700;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	padding-top:5px;
}

ul.nav  {margin:0;
	 padding:0;
	 list-style:none;
	 overflow:hidden;
	 background: transparent;
	 border-top: 1px dashed #717171;
	 border-bottom: 1px dashed #717171;
}

ul.nav li {
display:inline;
}

ul.nav a {
	padding: 5px 5px 5px 5px;
	line-height:1.5em;
	text-decoration:none;
	color:#330400;
	font-size:.85em;
	
}
ul.nav a:hover  {
	    color:#FFFFFF;
	    border-top: 1px solid #E8E8E8;
	    border-left: 1px solid #E8E8E8;
	    border-bottom: 1px solid #717171;
	    border-right: 1px solid #717171;
}

/*Special thanks to the SonSpring Tutorial Hoverbox Image Gallery: http://sonspring.com/journal/hoverbox-image-gallery*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -80px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 150px;
}

.hoverbox li
{
	background: transparent;
	border:none;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 19px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 300px;
}

#footer   {
	clear: both;
	width:970px;
	margin-right:auto;
	margin-left:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	text-align:right;
	font-size:.7em;
	padding:0 30px 0 0;

}

.foot a {
	color:#000099;
	font-weight: 500;
	text-decoration:none;

}

.foot a:hover  {
	color:#333333;
}
