@charset "utf-8";
body  {
	margin: 10px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 5px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	border: medium solid #FFFFFF;
	width: 955px;
}
.style3 {
	font: bold small-caps 16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 400px;
}
.twoColFixLtHdr #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;
	border-width: 0px;
	border-style: none;
} 
.twoColFixLtHdr #header {
	background: url(../images/photography_header.jpg) no-repeat top;
	padding: 0px;  /* 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. */
	margin: 0px;
	height: 128px;
	top: 0px;
	width: 955px;
} 
.twoColFixLtHdr    #header    h1 {
	font: bold small-caps 14px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-left: 290px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px;
	background: url(../images/adelie_penguin_sidebar.jpg) no-repeat left top;
	padding-left: 295px;
	width: 645px;
} 
.twoColFixLtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	margin: 0px;
	height: 50px;
	width: 955px;
} 
.style1 a {
	color: #33CCFF;
	text-decoration: none;
}
.style1 a:hover {
	background: #000000;
	text-decoration: none;
	border-bottom: thick solid #0099FF;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 5px 290px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {color: #CCCCCC}
.style2 {color: #666666}
.text {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.style3 a {
	color: #666666;
	text-decoration: none;
}
.style3 a:hover {
	background: #000000;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: thick solid #000000;
}
