#a {
}
#a:hover {
}

body {
	background: #000000 url(../images/background.jpg);
	margin: auto;
	height: 555px;
}
#wrapper {
	background: #8295a3 url(../images/background.jpg) top left repeat;
	width: 1024px;
	height: 768px;
	margin: auto;
}
#header {
	width: 1024px;
	height: 134px;
	float: left;
}
#frame {
	width: 1024px;
	height: 555px;
	background: transparent url(../images/frame_empty.jpg) no-repeat;
	float: left;
}
#galleryframe{
	width: 1024px;
	height: 555px;
	background: transparent url(../images/frame_empty.jpg) no-repeat;
	float: left;
}
#frame_about1 {
	width: 341px;
	height: 555px;
	background: transparent url(../images/frame_about1.jpg) no-repeat;
	float: left;
}
#frame_about2 {
	width: 342px;
	height: 555px;
	background: transparent url(../images/frame_about2.jpg) no-repeat;
	float: left;
}
#frame_about3 {
	width: 341px;
	height: 555px;
	background: transparent url(../images/frame_about3.jpg) no-repeat;
	float: left;
}
#dropdown {
	margin: 100px 0 0 50px;
}
#frame_boudoirnyc {
	width: 1024px;
	height: 555px;
	background: transparent url(../images/frame_boudoirnyc.jpg) no-repeat;
	float: right;
}
#frame_headshotnyc {
	width: 1024px;
	height: 555px;
	background: transparent url(../images/headshotnyc.jpg) no-repeat;
	float: right;
}
#frame_boudoirchi {
	width: 1024px;
	height: 555px;
	background: transparent url(../images/frame_boudoirchi.jpg) no-repeat;
	float: right;
}
#frame_dtf {
	width: 1024px;
	height: 555px;
	background: transparent url(../images/frame_dtf.jpg) no-repeat;
	float: left;
}
#dropdown_dtf {
}
#blogvid {
	width: 1024px;
	height: 500px;
	background: #000000;
	float: left;
}
#wrapper div a * {
	display: none;
}
#wrapper div a {
	display: block;
	position: relative;
}
#frame div a * {
	display: none;
}
#frame div a {
	display: block;
	position: relative;
}

/** HEADER & MENU BAR**/

#header a {
}
#logo {
	background: url(../images/logo_link.jpg) no-repeat;
	width: 433px;
	height: 134px;
	float: left;
}
#header_empty {
	background: url(../images/header_empty.jpg) no-repeat;
	width: 325px;
	height: 90px;
	float: left;
}
#blog {
	background: url(../images/bloglink.jpg) no-repeat;
	width: 95px;
	height: 90px;
	float: left;
}
#blog:hover
{ 
  background-position: 0 -90px;
}
#blog span
{
  display: none;
}
#fb {
	background: url(../images/fblink.jpg) no-repeat;
	width: 86px;
	height: 90px;
	float: left;
}
#fb:hover
{ 
  background-position: 0 -90px;
}
#fb span
{
  display: none;
}
#twitter {
	background: url(../images/twtrlink.jpg) no-repeat;
	width: 85px;
	height: 90px;
	float: left;
}
#twitter:hover
{ 
  background-position: 0 -90px;
}
#twitter span
{
  display: none;
}
#home {
	background: url(../images/home_img.jpg) no-repeat;
	width: 91px;
	height: 44px;
	float: left;
}
#home:hover
{ 
  background-position: 0 -44px;
}
#home span
{
  display: none;
}
#about {
	background: url(../images/about_img.jpg) no-repeat;
	width: 96px;
	height: 44px;
	float: left;
}
#about:hover
{ 
  background-position: 0 -44px;
}
#about span
{
  display: none;
}
#port {
	background: url(../images/port_img.jpg) no-repeat;
	width: 110px;
	height: 44px;
	float: left;
}
#port:hover
{ 
  background-position: 0 -44px;
}
#port span
{
  display: none;
}
#pricing {
	background: url(../images/price_img.jpg) no-repeat;
	width: 94px;
	height: 44px;
	float: left;
}
#pricing:hover
{ 
  background-position: 0 -44px;
}
#pricing span
{
  display: none;
}
#proofing {
	background: url(../images/proof_img.jpg) no-repeat;
	width: 98px;
	height: 44px;
	float: left;
}
#proofing:hover
{ 
  background-position: 0 -44px;
}
#proofing span
{
  display: none;
}
#contact {
	background: url(../images/contact_img.jpg) no-repeat;
	width: 102px;
	height: 44px;
	float: left;
}
#contact:hover
{ 
  background-position: 0 -44px;
}
#contact span
{
  display: none;
}

#textframe {
	padding: 20px;
	border: 30px 0 0 20px;
	width: 954px;
	height: 580px;
}
#contactform {
	padding-top: 75px;
	padding-left: 150px;
	width: 1024px;
	height: 470px;
	float: left;
	background: transparent;
}
#footer {
	background: transparent url(../images/footer.jpg) top left no-repeat;
	width: 1024px;
	height: 79px;
	float: left;
}

