/* Top Elements */
body {
	background: #070707 url(../img/bg-inside.jpg) repeat-x;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	background: #fff url(../img/wrap-bg-inside.jpg) no-repeat;
	height: 385px;
}
#header-photo {
	top: 90px; left: 24px;
}

#header-photo-caption {
	position: absolute;
	text-align: right;
	left: 48px
}

/*  Navigation  */
#nav {
	left: 15px;	top: 0;	
}

#header-wrap h1#logo-text {
	/* change the values of top and left to adjust the position of the logo*/

	/* Text logo */
/*	top: 235px; left: 55px;*/

	/* Image logo */
/*	top: 115px; left: 48px;	*/

}
#header-wrap p#intro {
	/* Text logo */
/*	top: 205px; left: 60px; */

	/* Image logo */
/*	top: 195px; left: 140px; */
}

/* header quick search */
#header-wrap form#quick-search {
	top: 12px; right: 25px;
}