@charset "utf-8";
/* CSS Document */

/* 2010 Owen Junior Photography:  Wedding photographer in Houston, Texas U.S.A */

html{
	width: 100%;
	height:100%;
	padding:0px;
}

body{
	width: 100%;
	height:100%;
	margin:0px;
	padding:0px;
 	background-repeat:repeat;
	position:relative;
}

#main_holder {
	width:100%;
	height:auto;
	
	
}

#main_holder_top {
	width:843px;
	height:61px;
	margin-left:auto;
	margin-right:auto;
}

#main_holder_middle {
	width:100%;
	height:457px;
	background-color:#c0c0c1;
	margin-bottom:10px;
}
	

#container {
	width:843px;
	margin-left:auto;
	margin-right:auto;
	
}

#top {
	width:843px;
	height:53px;
	border-bottom:#775e58 1px dotted;
	margin-left:auto;
	margin-right:auto;
	
	}

#logo_area {
	width:131px;
	height:53px;
	float:left;
	margin-right:340px;
	
}


#logo_area img {
	border:0px;
}

#email_area {
	width:160px;
	height:22px;
	float:left;
	margin-top:31px;
	overflow:hidden;
}

#tel_area {
	width:125px;
	height:22px;
	float:left;
	margin-top:31px;
}

#fbook_area {
	width:87px;
	height:22px;
	margin-top:31px;
	float:left;
}

#fbook_area img {
	border:0px;
}

#contact_area {
	float:left;
}

#middle {
	width:853px;
	height:457px;
	margin-left:auto;
	margin-right:auto;
	
}



.white_middle {
	float:left;
	width:5px;
	background-color:#FFF;
	height:457px;
}



#image_holder {
	float:left;
	width:843px;
	height:457px;
	overflow:hidden;
}



#bottom {
	width:853px;
	height:117px;
	margin-left:auto;
	margin-right:auto;
	
}

#feature {
	width:843px;
	height:58px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:13px;
}

.feature_image_holder {
	width:271px;
	height:50px;
	margin:4px 4px;
	overflow:hidden;
	
}


.feature_image_holder img {
	border:0px;
}

#feature_one {
	width:279px;
	height:58px;
	float:left;
	background-color:#CCC;
	margin-right:3px;
	
	
}

#feature_two {
	width:279px;
	height:58px;
	float:left;
	margin-right:3px;
	background-color:#CCC;
	
}

#feature_three {
	width:279px;
	height:58px;
	float:left;
	
	background-color:#CCC;
	
}

#bottom_avatar {
	width:636px;
	height:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	
	
}



.numbers {
	float:left;
	font-family: 'tahoma';
	font-size:11px;
	color:#009eff;
	text-align:center;
	margin-top:32px;
	margin-left:3px;
	display: inline;  /* <---Solution for bug IE6 */ 
	
}

.navigation {
	font-family: 'tahoma';
	font-size:12px;
	text-align:right;
	margin-top:7px;
	padding-right:12px;
	font-weight:bold;
	color:#FFF;
	
}


a {
	outline:none;
	color:#8e8e90;
	
} 


a: link {
	color:#8e8e90;
	text-decoration:none;
	
}

 a:visited {
	color:#8e8e90;
	text-decoration:none;
}

 a:hover{
	
	color:#8e8e90;
	text-decoration:underline;
}

 a:active {
	color:#8e8e90;
	text-decoration:underline;
}



#footer {
	width:810px;
	height:13px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	bottom:15px;
	margin-left: -405px;
	left: 50%;
	font-family: 'tahoma';
	font-size:11px;
	text-align:center;
	color:#8e8e90;
	
}


	

