@charset "utf-8";
/* CSS Document */
body  {
	font: 76% "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	background: #aac87a url('images/gradient.gif') repeat-x; 
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #e2966c;
}

a, a:visited {
text-decoration: none;
font-weight: bold;
color: #f68eae;
}

a:hover {
color: #aac87a;
}

a img {
border: none;
}

h3{
font-size: 110%;
color: #f68eae
}

#container { 
	width: 700px;
	background: #aac87a url('images/container.gif') repeat-y;
	margin: 0 auto;
	text-align: justify;
}

#header {
	background: url(images/header.gif) no-repeat;
	height: 94px;
}

#footer {
	background: url(images/footer.gif) no-repeat;
	height: 75px;
}

#footer p {
	padding-top: 25px;
	color: #6e824c;
	font-size: 90%;
	text-align: center;
}
#footer a:link,
#footer a:visited,
#footer a:active{
color: #6e824c;
}
#footer a:hover {
color: #6e824c;
text-decoration:line-through;
}
#sidebar {
	border: none;
	float: right;
	width: 200px;
	padding: 15px 30px 10px 0px;
}

#nav ul{
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

#nav ul li{
	padding-bottom: 30px;
}

#mainContent { 
	margin: 0 250px 0 0;
	padding: 20px 20px 0px 20px;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.photo {
	padding: 4px;
	border: 1px solid #f68eae;
	background: white;
}

#about h2 {
background: url('images/h2_about.gif') no-repeat;
display:block;
height: 21px;
width: 400px;
}

#work h2 {
background: url('images/h2_work.gif') no-repeat;
display:block;
height: 27px;
width: 400px;
}

#packages h2 {
background: url('images/h2_packages.gif') no-repeat;
display:block;
height: 30px;
width: 400px;
}

ul {
padding-left: 20px;
margin: 0;
list-style-type: disc;
}

#include h2 {
background: url('images/h2_include_s.gif') no-repeat;
display:block;
height: 30px;
width: 200px;
}

#alacarte h2 {
background: url('images/h2_alacarte.gif') no-repeat;
display:block;
height: 30px;
width: 200px;
}

#wedding h2 {
background: url('images/h2_wedding.gif') no-repeat;
display:block;
height: 27px;
width: 400px;
}

#different h2 {
background: url('images/h2_different.gif') no-repeat;
display:block;
height: 27px;
width: 400px;
}

#video_pkgs h2 {
background: url('images/h2_video.gif') no-repeat;
display:block;
height: 27px;
width: 400px;
}

#examples h2 {
background: url('images/h2_examples.gif') no-repeat;
display:block;
height: 27px;
width: 200px;
}

table td {
vertical-align:bottom;
padding-top: 20px;
border-bottom: 1px solid #e2966c;
}

.td1 {
padding-right: 20px;
text-align: left;
}

.td2 {
text-align: right;

}
.contactform p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.contactform p label {
  float: left;
  width: 20%;
  font-weight: bold;
 }

.contactform .text {
	background: #ffeeee;
	padding: 2px;
	width: 300px;
	border: 1px solid #f68eae;
	color: #e2966c;
}

.contactform p.submit {
	margin-left: 20%;	
}

.contactform p.submit input {
	color: #f68eae;
	background-color: #ffeeee;
	font-weight: bold;
	border: 1px solid #f68eae;
}