/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size: 13px;
	background-color: #000000;
	color: #000000;
        margin-top: 8px;
}
#wrapper {
	width: 900px;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 900px;
	color: #333;
	height: auto;
	left: auto;
	right: auto;
}
#navigation, #WeddingData {		/* TESTING */
	width: 900px;
	color: #000000;
	padding: 1px;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#stage {
	width: 900px;
	min-height:750px;  /* Added */
	height: auto;
	background-color: #000000;
	position: static;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: -1;
/*	float: left; */
}
#flashContent {
zindex: -1;
}
#footer {
	width: 900px;
	color: #CCCCCC;
	border: 1px none #ccc;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../Images/footer.jpg);
}
#footer .Tlable {
font-weight:bolder;
text-align:right;
font-style:italic;
}

#footer #Tlinks {
font-variant:small-caps;
}

#footer #ContactInfo {
font-size:10px;
}

#footer #CopyRight {
font:italic;
font-size:10px;
color:#777;
}

/*  IMAGES */
div.img
 {
  margin: 0px;
  background-color:#000;
  border: 1px solid #ccc;
  height: 200px;
  width: 218px;
  float: left;
  text-align:center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid white;
  }
div.img a:hover img
  {
  border: 1px solid red;
  }
  
div.desc
  {
  text-align:center;
  font-weight: normal;
  color:gray;
  width: 223px;
  margin: 1px;
  font-size:12px;
  }
  div.desc h2 {
  font-style: normal;
  font-size:13px;
  font-weight:lighter
  }
  /* END of IMAGES */

