/* CSS Capture Portraits */

body 		{ margin: 0px; 
			  padding:0px; 
			  text-align:center; 
			  background-color: #ABBEDC;
			  background-image: url(../images/bg.jpg);
			  background-repeat: repeat-x;
			  }

img			{ border:0px;}
	
.clr		{ clear:both; }

h1			{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 16px; 
			  font-style: normal; 
			  color:#9D669F; 
			  display: inline;
			  }

#wrapper	{ width:930px;
			  margin:0px auto;
			  text-align:left;
			  }

#header		{ background-image:url(../images/header.jpg); background-repeat:no-repeat; width:930px; height:50px; }
#header_left	{ float:left; position:relative; width:375px; text-align:left;}
#header_right	{ float:right; position:relative; width:550px; text-align:right;}
.header			{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  	  font-size: 10px; 
	  		  	  font-style: normal; 
	  		  	  color:#ffffff;
	  		  	  padding: 20px 30px 10px 30px;
	  		  	  }
.header A:link		{ color:#ffffff; text-decoration: none; }
.header A:visited	{ color:#ffffff; text-decoration: none; }
.header A:hover		{ color:#000000; text-decoration: underline; }
.header A:active	{ color:#ffffff; }

#main_home		{ background-image:url(../images/main_home.jpg); background-repeat:no-repeat; width:930px; height:525px; }
#main_left	{ float:left; position:relative; width:600px; text-align:left;}
#main_right	{ float:right; position:relative; width:300px; text-align:left;}
.main			{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  	  font-size: 10px; 
	  		  	  font-style: normal; 
	  		  	  color:#9D669F;
			  	  padding: 160px 50px 30px 50px;
	  		  	  }
.main A:link		{ color:#9D669F; text-decoration: none; font-weight:bold;}
.main A:visited		{ color:#9D669F; text-decoration: none; font-weight:bold; }
.main A:hover		{ color:#000000; text-decoration: underline; font-weight:bold; }
.main A:active		{ color:#9D669F; font-weight:bold; }

#pets_home		{ background-image:url(../images/pets_home.jpg); background-repeat:no-repeat; width:930px; height:525px; }
#baby_home		{ background-image:url(../images/baby_home.jpg); background-repeat:no-repeat; width:930px; height:525px; }
#children_home		{ background-image:url(../images/children_home.jpg); background-repeat:no-repeat; width:930px; height:525px; }
#teen_home		{ background-image:url(../images/teen_home.jpg); background-repeat:no-repeat; width:930px; height:525px; }
#family_home		{ background-image:url(../images/family_home.jpg); background-repeat:no-repeat; width:930px; height:525px; }
#couples_home		{ background-image:url(../images/couples_home.jpg); background-repeat:no-repeat; width:930px; height:525px; }
#commercial_home		{ background-image:url(../images/commercial_home.jpg); background-repeat:no-repeat; width:930px; height:525px; }

#footer			{ background-image:url(../images/footer.jpg); background-repeat:no-repeat; width:930px; height:65px; }
#footer_left	{ float:left; position:relative; width:800px; text-align:left;}
#footer_right	{ float:right; position:relative; width:120px; text-align:right;}
.footer			{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  	  font-size: 10px; 
	  		  	  font-style: normal; 
	  		  	  color:#ffffff;
			  	  padding: 20px 30px 10px 30px;
	  		  	  }
.footer A:link		{ color:#ffffff; text-decoration: none; }
.footer A:visited	{ color:#ffffff; text-decoration: none; }
.footer A:hover		{ color:#000000; text-decoration: underline; }
.footer A:active	{ color:#ffffff; }


.portfolio_main		{ padding: 200px 0px 0px 90px; }
.portfolio_frame	{ overflow:auto; height: 280px; }
.portfolio_main		{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: bold; 
	  		  color:#333333;
			  text-align: left;
			  width: 750px;
	  		  }
.portfolio_main A:link		{ color:#9D669F; text-decoration: none; font-weight: bold; }
.portfolio_main A:visited		{ color:#9D669F; text-decoration: none; font-weight: bold;}
.portfolio_main A:hover		{ color:#000000; text-decoration: underline; font-weight: bold;}
.portfolio_main A:active		{ color:#9D669F; font-weight: bold;}


.form		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 11px; 
			  font-style: normal; 
			  color:#333333; 
			  }

.form A:link	{ color:#333333; text-decoration: none;}
.form A:visited	{ color:#333333; text-decoration: none;}
.form A:hover	{ color:#333333; text-decoration: none;}
.form A:active	{ color:#333333;}

input, select, textarea {
	background: #ffffff;
	font-family: Verdana, helvetica, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	border: solid 1px #333333;
	padding: 2px;
}