html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
a img{ border:0px}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #99CCFF;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #99CCFF;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #d68e8f;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #fff;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #fff;
}
#outerWrapper {
  background-color: #000000;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1000px;
}
#header {
  background-color: #000000;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-image:url(../images/los-angeles-wedding-photographer-phone.gif);
  background-position:right;
  background-repeat:no-repeat;
}
img.floatLeft { 
    float: left; 
    margin-bottom: 250px;
	margin-left: 9px;
	margin-top: 9px;	
    margin-right: 45px; 
}
img.floatLeft2 { 
    float: left; 
    margin-bottom: 9px;
	margin-left: 9px;
	margin-top: 9px;	
    margin-right: 45px; 
}
img.floatLeft3 { 
    float: left; 
    margin-bottom: 450px;
	margin-left: 9px;
	margin-top: 9px;	
    margin-right: 45px; 
}
img.floatRight { 
    float: right; 
    margin-bottom: 45px;
	margin-left: 45px;
	margin-top: 18px;	
    margin-right: 9px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
