@charset "utf-8";
/* CSS Document */
/*	cut out default	*/
* {
	margin:0;
	padding:0;
}
body {
	font-size:100%;
	text-align:center;
	background:url(images/striped_background.jpg) repeat;
	}
h1, h2 {
	text-align:center;
	padding-bottom:2em;
	color:#fff;
	font:1.6em Vivaldi, "Edwardian Script ITC", Blackadder ITC, Papyrus, Verdana, sans-serif;
}
h2 {
	font-size:1em;
}
h3, h4 {
	font:1em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#999;
}
p, label {
	color:#666;
	font:.7em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	word-spacing:1px;
}
li {
	color:#666;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
ol {
	list-style-position:inside;
}
fieldset {
	border:none;
}
legend {
	color:#fff;
	font-family:georgia, sans-serif;
}
a {
	color:#666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
ul {
	list-style:none;
}
table {
	border-collapse:collapse;
}
/*	end of - cut out default	*/


div#header, div#consume, div#nav, div#desc, div#image {
	float:left;
}
div#wrapper, div#header, div#consume, div#footer {
	width:960px;
}

/*	start of wrapper	*/
div#wrapper {
	margin:30px auto;
	text-align:left;
}
/*	skip navagation	*/
p.accessaid {
	position:absolute;
	height:0;
	overflow:hidden;
	display:none;
}
p.accessaid a {
	background:none;
}

/*	 header section	*/

div#header {
	position:relative;
	height:179px;
	background-color:#000;
}
	div#header h1 {
		text-indent:-999em;
	}
		div#header h1 span {
			position:absolute;
			width:960px;
			height:179px;
			background:#000 url(images/top3.jpg) 0 0 no-repeat;
			z-index:3;
			display:block;
			top:1px;
			left:1px;
		}

/*	main section	*/
div#consume {
	clear:both;
	padding-top:25px;
	background:#000;
}
/*	nav section	*/
div#nav {
 width:120px;
 margin-left:12px;
 }
  div#nav ul {
   width:120px;
  }
  div#nav ul li {
   text-align:center;
   height:30px;
   width:118px;
   background:#fff url(images/buttons.jpg) 0 0 no-repeat;
  }
   div#nav ul a {
    display:block;
    text-align:centre;
    height:30px;
    color:#000;
    font:bold .9em "Times New Roman", Times, serif;
   }
    div#nav ul a:link, div#nav ul a:visited {
     text-decoration:none;
    }
    div#nav ul a:hover {
     background:#fff url(images/buttons.jpg) 0 -40px repeat-x;
    }
				/*	ul.menu - relates to the rollover state on the packages button	*/
				ul.menu {
					display:none;
					position:absolute;
					left:auto;
					top:27px;
					width:7.3em;
					background:#999 url(images/nav_gradient_3.jpg);
					border:none;
				}
					ul#menu1 li {
						background-image:none;
						border:none;
					}
					div#nav ul a:hover {
     				background:#fff url(images/buttons.jpg) 0 -40px 	  repeat-x;
    				}
						* html ul.menu a {
							height:1px;
						}
						
				div#photo {
					width:119px;
					margin-top:10px;
					border:1px #FFF solid;
				}

		/*Beginning of main section*/	
		div#desc {
			float:left;
			width:460px;
			border:4px solid #fff;
			background:#000;
			margin-right:20px;
			margin-left:20px;
	}
		div#desc p {
			color:#fff;
			padding:5px 0 13px 10px;
		}
		/* image */
		div#image {
		width:290px;
		height:435px;
		background-color:000;
		border:7px #FFF solid;
		margin-left:10px;
		margin-right:10px;
		float:right;
		padding:none;
	}
	div#contact {
		width:289px;
		margin-left:10px;
		margin-right:10px;
		float:right;
		margin-top:30px;
		border:2px #FFF solid;
	}
	div#contact h3 span.contact {
	position:absolute;
	width:220px;
	height:31px;
	background:#000 url(images/contact_header.jpg) 0 0 no-repeat;
    display:block;
	top:713px;
	left:848px;
	}
	
	div#contact p {
		margin-top:40px;
		margin-left:20px;
		color:#CCC;
	}

div#main {
	width:480px;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	position:relative;
}
 div#main p {
	color:#CCC;
 }
  div#main h3 span.photo {
 	position:absolute;
	width:242px;
	height:40px;
	background:#000 url(images/wedding_header.jpg) 0 0 no-repeat;
    display:block;
	top:-368px;
	left:228px;
 }
 div#main h3 span.video {
 	position:absolute;
	width:136px;
	height:39px;
	background:#000 url(images/videography_header.jpg) 0 0 no-repeat;
    display:block;
	top:525px;
	left:146px;
 }
 div#main h3 span.album {
 	position:absolute;
	width:197px;
	height:40px;
	background:#000 url(images/album_header.jpg) 0 0 no-repeat;
    display:block;
	top:285px;
	left:122px;
 }
 div#main img {
 	border:2px #FFF solid;
	margin-top:10px;
 }
  div#photo p{
  	color:#CCC;
	margin:6px;
  }
   div#photo h4 {
   padding-top:10px;
   color:#FFF;
   }

