/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#fbe5db;
	}

#wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin:0px ;
	padding:0px;
	background-color:#fbe5db;
	
	
}

h2 {
	text-align:left bottom;
	padding: 0px;
	margin: 0px;
	
	vertical-align: bottom;
	width: 814px;
	
	/*background: url("images/bob_title.jpg");*/
	font-family:"times new roman", serif; letter-spacing:0.1em;
	font-weight: 100;
	font-size:18px;
	color: #aa771e;
	line-height: 5em;
	
	
	

}

ul {
  list-style: none;
  color: #83a9b1;
}

.h2_smaller {
	font-size:12px;
}

#title {
	width:100%;
	
		height: 110px;
	vertical-align: bottom;
		/*background: url("images/bob_title.jpg");*/
	font-family:"times new roman", serif; letter-spacing:0.1em;
	font-weight: 100;
	font-size:40px;
	color: #aa771e;


}

.photographer {
font-family:"times new roman", serif; letter-spacing:0.07em;
font-size:11px;
padding-left: 70px;
}

#top_nav {
	background: url("images/title_bg.jpg");
	height: 30px;
	width:814px;
	color: #83a9b1;
	padding-top: 5px;
	vertical-align:middle;
}

#top_nav a{
	text-decoration: none;
	color: #83a9b1;
	
}

#top_nav a:linked, a:visited{

}

#top_nav a:hover{
	color: #b67456;
}


#middle {
	width:100%;
	padding:0;
	margin:0;
	background: url("images/middle_bg.jpg");
	background-repeat:no-repeat;
	vertical-align: top;
	padding-bottom: 100px;
	/*height:360px;
	border: 1px solid #00FF66;*/
	
}

#middlecap {
width:100%;
	padding:0;
	margin:0;
	height:36px;
background: url("images/middle_box_cap.jpg");
	vertical-align: top;
	
}


#container{
	margin: 0px auto;
	width: 814px;
	height:auto;
	background: url("images/middle_bg.jpg");
	/*height:auto;
	background: url("images/spacer_background.gif");*/
	background-color : #f2f8f9;
	vertical-align: top;
	/*border: 2px solid #000000;*/
	
	
	
}



p{
	font-family:"times new roman", serif; letter-spacing:0.1em;
	font-size:14px;
	color: #aa771e;
	line-height: 2em; 
	 
	}
	
	
#content {
margin-right: 25px;
	float:right;
	width:531px;

}

#content_wedding {
margin-right: 25px;
	float:right;
	width:531px;
	height:auto;
	background-image: url(images/wedding_bg.jpg);
/*border: 2px solid #000000;*/
}




/*------------sidebar styles------------*/

#sidebar{
	float:left;
	
	margin-left:42px;
	font-family:"times new roman", serif; letter-spacing:0.1em; 
	font-size: 14px;
	color:#b67456;
	/*background-color : #f2f8f9;*/
vertical-align:top;
	
}

#sidebar ul{
	list-style:none;
	margin:0;
	padding: 0;

}

#sidebar li{
	padding: 0.5em 0 1em 0.5em;
	border-bottom: 1px dotted rgb(84%, 84%, 69%);

}

#sidebar a{
	text-decoration:none;
}

#sidebar a:link{
	color: #b67456;

}

#sidebar a:visited{

	color: #b67456;

}

#sidebar a:hover{
	color: #4e8d97;
	text-decoration:underline;
}

/*-----------Contact Style ------------*/

#contact_box {
	font-family:"times new roman", serif; letter-spacing:0.1em; 
	font-size: 14px;
	color:#b67456;


}

/*-----------------footer styles-------------------*/

#footer{
	/*
	height: 25px;
	margin:2em 0 0 4em;
	*/
	
	clear:both;
	float:none;
	width:100%;
	text-align: center;
	vertical-align:bottom;
	font-family:"times new roman", serif; letter-spacing:0.1em; 
	font-size: 10px;
	color: #d5a44d;
	background-color:#fbe5db;
	padding-bottom: 25px;
	
	
}

#footer a{
	text-decoration:none;
}


#footer a:link{
	color: #d5a44d;

}

#footer a:visited{
	color: #d5a44d;

}


#footer a:hover{
	color: #4e8d97;
}






	
	
