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

body {
	font: 11px Tahoma, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background:url(../images/bg_gradient_img.jpg) repeat-x;
}
.oneColFixCtrHdr #container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:630px;
	background: #FFFFFF;
	margin:  auto auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #dbdbdb;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align:middle;
	margin-top:20px;
}
.oneColFixCtrHdr #header {
	padding: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
}
.oneColFixCtrHdr #logo {
	float:left;
	width:298px;
	height:83px;
	padding:10px;
}
.oneColFixCtrHdr #logo img {
	color:#fff;
	}

.oneColFixCtrHdr #navigation {
	float:right;
	width:430;
	text-align:right;
	
}
.oneColFixCtrHdr #navigation ul {
	width: 400px;
	text-align:right;
	padding-top:35px;
	margin-right:-10px;
	_margin-right:10px;

	
}
.oneColFixCtrHdr #navigation ul li {
	float:left;
	min-width:30px;
	list-style:none;
	margin-left:20px;
	text-align:left;
}
.oneColFixCtrHdr #navigation ul li a{
color:#FFFFFF;

}

.oneColFixCtrHdr #mainContent_index {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background:url(../images/home_bg_img.jpg) no-repeat;
	background-position:bottom;
	margin:0px;
	height:483px;
	width:965px;
	vertical-align:bottom;
	float:left;
}

.oneColFixCtrHdr #mainContent{
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin:0px;
	height:483px;
	width:965px;
	vertical-align:bottom;
	float:left;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#90908f;
	border:1px #fff solid;
	clear:both;
	font-size:10px;
	color:#ccc;
	text-align:center;
	
}
#welcome_txt {
	padding:0;
	margin: auto 100px 0 575px;
	width:280px;
	height:auto;
	text-align:left;
	line-height:20px;
	vertical-align:bottom;
	padding-top:130px;
}

img{
border:none;
color:#FFFFFF;
}

.contentHdr {
	color: #34b4e9;
	font-variant:small-caps;
	font-size: 14px;
	line-height:27px
}
a:link, a:visited,  a:hover{ color: #34b4e9; text-decoration:none;}
a:hover{ color: #87d4f4}

.pageHeader{

width:auto; 
height:30px;
 float:left; 
 vertical-align:bottom; 
 margin:20px 0 0 25px; 
 clear:right
}

.oneColFixCtrHdr #slideshow{
width:90%; float:left; padding:0px;
}

<!--photoraphy page-->

 #mainContentPhotography{
 padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin:0px;
	vertical-align:bottom;
	float:left;
	height:auto; 
	width:81%; 
	align:left;
}


.contentPhotography{
width:31%; 
float:right;

}

.oneColFixCtrHdr #flickrPlayer{
width:40%; float:left; padding-left:25px;

}
