/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
}

img {
   border: none;
}

a:link, a:active, a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}


#beccahowell {
   position: relative;
    margin-top: 47px;
	margin-left: 30px;
   z-index: 5;
      width: 150px;
}

#PHOTOGRAPHY {
   margin-top: -28px;
   	margin-left: 30px;
   z-index: 5;
   width: 250px;
}

#beccahowell a:link, #beccahowell a:active, #beccahowell a:hover, #beccahowell a:visited, #PHOTOGRAPHY a:link, #PHOTOGRAPHY a:active, #PHOTOGRAPHY a:hover, #PHOTOGRAPHY a:visited {
  text-decoration: none;
  color: #000000;
}

#PHOTOGRAPHY a:visited {
  color: #FFFFFF;
}

#titleBar {
   position: relative;
   top: 70px;
   width: 100%;
   height: 24px;
   background-image: url('images/titleBar.png');
 }
 
 #navList {
    position: relative;
    text-align: right;
    right: 55px;
    margin-top: -71px;
    color: #000000;
    list-style: none;
	z-index: 2;
	padding-bottom: 70px;
 }
 
 #navList li {
    display: inline;
padding-left: 6px;
	width: 100%;
 }
 
  #navList a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
	
}

  #navList a:hover {
    text-decoration:underline;
}

 
#contentWrapper {
   width: 900px;
   margin-left: auto;
   margin-right: auto;
   text-align:left;
}


 #mainImages {
   width: 900px;
   text-align: center;
   float: left;
 }

.leftImage {
   position: relative;
   float: left;
   left: 100px;
   margin-bottom: -350px;
}

h1 #pageTitle {
   font-family: "Kabel Bk BT", "TW Cen MT Condensed", Trebuchet, Verdana, Arial, sans-serif;
   font-size: 24px;
   text-align: right;
   color: #FFFFFF;
}

#aboutBecca h1 {
  font-family: "Kabel Bk BT", "Bookman Old Style", Times New Roman, serif;
   font-size: 30px;
   font-weight: normal;
   margin-bottom: 32px;
}

#pricing h1 {
  font-family: "Kabel Bk BT", "Bookman Old Style", Times New Roman, serif;
   font-size: 30px;
   font-weight: normal;
   margin-bottom: 90px;
}

#pricing a:link, #pricing a:active, #pricing a:visited, #pricing a:hover {
   color: #FFFFFF;
}

#contact, #pricing, #aboutBecca {
   position: relative;
   display: block;
   padding-right: 90px;
   font-family: "Kabel Bk BT", "TW Cen MT Condensed", Trebuchet, Verdana, Arial, sans-serif;
   font-size: 18pt;
   font-weight: bold;
   text-align: right;
   color: #FFFFFF;
}


#contact h1 {
  font-family: "Kabel Bk BT", "Bookman Old Style", Times New Roman, serif;
   font-size: 30px;
   font-weight: normal;
   color: #FFFFFF;
   display: block;
   
}

.portfolioTable {
  margin-left: auto;
  margin-right: auto;
  height: 270px;
  text-align: center;
}

.portfolioTable a {
  font-size: 2em;
  color: #FFFFFF;
}

.biggerText {
  font-family: "Kabel Bk BT", "Bookman Old Style", Times New Roman, serif;
  font-size: 30pt;
}

#familiesandchildrenImg {
 text-align: right;
 width: 178px;
}

#tyingtheknotImg {
  width: 269px;
}

#thisandthatImg {
   width: 179px;
}

 #copyright {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 9pt;
	color: #FFFFFF;
	padding-top: 140px;
	bottom: 10px;
 }
