/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#AB8652;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
	text-align:center;
	border:0px solid #000000;
	width:700px;
	margin:auto;
	height: 500px;
    }

#hdr {
 height:41px;
 background:#AB8652;
 color: #333333;
 }
 
#l-col {
 float:left;
 color: #FFFFFF;
 width:110px;
 height: 370px;
 font-family: Arial, serif;
 font-weight: normal;
 text-align:left;
 padding:0px 0px 0px 0px;
 }

#cont {
	width:670px;
	height: 396px;
	color: #FFFFFF;
	text-align:left;
	padding:15px 15px 15px 15px;
	overflow: auto;
 	}

#ftr {
	height:33px;
	background:#AB8652;
	color: #ffffff;
	margin:0px;
	width: 700px;
	vertical-align: top;
    }
	
DIV.index {
	background-image: url(images/background_index.jpg);
	}
		
DIV.home {
	background-image: url(images/background_home.jpg);
	}
	
DIV.weddings {
	background-image: url(images/background_weddings.jpg);
	background-repeat: no-repeat;
	}
	
DIV.portraits {
	background-image: url(images/background_portraits.jpg);
	background-repeat: no-repeat;
	}

DIV.awards {
	background-image: url(images/background_awards.jpg);
	background-repeat: no-repeat;
	}
	
DIV.contact {
	background-image: url(images/background_contact.jpg);
	background-repeat: no-repeat;
	}
	
DIV.wholewedding {
	background-image: url(wedding/background.jpg);
	background-repeat: no-repeat;
	}
