body{
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	
	/*font-family : tahoma;
	/*font-family: "Franklin Gothic", "Helvetica", "Verdana", sans-sarif;*/
	font-size : 12px;
	color : gray;

}

a {
	text-decoration:none;
	color:gray;
	
	
}

a:hover{
	color: #db8e14;
	
}

h1 {
	text-indent:-9999px;
	position: absolute;

}

/* ********************************** */
/*   HERE STARTS THE MAIN PAGE CSS    */
/* ********************************** */

#main_container{ 
	width: 722px; 
	height: 610px;
	margin: 0 auto;

	
	
}

#header{
	width: 722px;
	height: 73px;

   
	
}

#dh{
	width: 81px;
	height: 73px;
	background: white url('../images/dh.gif') no-repeat;
	float : left;
	
}

#dawnheumann_menu_container{
	width:638px;
	height:73px;
	float: left;	
}
#gallery_tag{
	font-size : 12px; 
	color : gray;
	padding-top:2px;
	padding-right: 10px;

}

#dawnheumann{
	margin-left:10px;
	height:36px;
	width:488px;
	background: white url('../images/dawnheumann.gif') no-repeat;
	border-bottom:#fdec9a 1px solid ;

	
	
}

#menu{
	height: 37px;	


	
}

#breadcrumbs{
	width: 430px;
	height : 10px;
	font-size: 10px;
	margin-left:43px;
	float : left;
	padding-top : 2px;


}

#gallery_contact{
	width : 140px;
	height : 35px;
	float:right;
	padding-top : 14px;
	
}

.menu_images{
	margin-top: 0px;
	
	
	
}

#center{
	border-bottom: 1px solid #fdec9a;
	border-top: 1px solid #fdec9a;
	width: 702px;
	height: 474px;
	margin:10px 0px 10px 0px;
	padding: 10px;
	text-align : center;	
}

#footer{
	border-top: 1px solid #fdec9a;
	width: 721px;
	height: 19px;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	/*font-family: "Franklin Gothic", "Helvetica", "Verdana", sans-sarif;*/
	font-size : 9px;
	color : gray;
	padding-top : 10px;

}

#copyright{
	float:left;
	
	
}
#pic_center{
  height : 474px;
}
#beauty{
	float: right;

}
.link{
	cursor : pointer;
	padding-left: 10px;
}
.link:hover{
 color: #db8e14;	
}
#gallery_scroll{
	border: 1px solid #fdec9a;
	margin-bottom : 10px;
	padding : 5px;
	height : 70px;
	width : 721px;
}

/* ********************************** */
/* HERE STARTS THE DROPDOWN MENU CSS  */
/* ********************************** */


/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0px 0px 2px 0px;
}

.nav {
	font-family: 'Lucida Grande', Helvetica, sans-serif;
  /*font-family: Arial, Helvetica, sans-serif;*/
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
/*// change the style here */
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font-family: 'Lucida Grande', Helvetica, sans-serif;
  /*font-family : tahoma;
  font-family: "Franklin Gothic", "Helvetica", "Verdana", sans-sarif;*/
  font-size : 10px;
  color: #db8e14;
  display: block;
  padding: 0 6px;
  text-transform: lowercase;
  text-decoration: none;
  text-align : left;
  padding : 3px 4px;
  margin-bottom: 2px;
}
/*Hover STARTS  HERE*/
.nav li a:hover {
  color: #fff;	
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: white;
  color: #db8e14;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #f7d88b;
  color: #3e3e3e;	
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */

}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #f7d88b;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
  color: #7f7f7f;	
}
/* Hover ENDS HERE */

/* DropDown HERE */
.nav ul {
  list-style: none;
  margin: 0;
  width: 40 px;
  position: absolute;
  top: -999em;
  left: -1px;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 20px;
}
.nav ul li {
  border: 0;
  float: none;
/*  border-bottom : 1px solid white;*/
}

.nav ul a {
  border-bottom: 0;
  padding-right: 20px;
  width: 60px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}





/* ************************************** */
/* HERE STARTS THE HORIZONTAL SCROLL MENU */
/* ************************************** */
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 70px;
	width: 721px;
	overflow: auto;
/*	border :1px solid red;*/
	margin-bottom : 10px;
}
ul.sc_menu {
	display: block;
	height: 70px;
	/* max width here, for users without javascript */	
	width: 5000px;	
	padding: 0px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}


/* Here are styles for the back button, don't look at them */
#back {
	display: block;
	width: 500px;
	text-align: center;
	color: #003469;
	font-size: 16px;
}
